Home
last modified time | relevance | path

Searched refs:xv (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dstorage.c177 switch (dp->xv[0].type) { in getsize()
179 return dp->xv[0].u.xp->len; in getsize()
181 return dp->xv[0].u.dp->len; in getsize()
216 NEWARRAY(disc_de_t, disk->xv, ep->sv.c - 2, "do_device", in do_device()
219 disk->xv[disk->c].u.xp = in do_device()
221 if (disk->xv[disk->c].u.xp != NULL) { in do_device()
223 if (disk->xv[disk->c].u.xp->used) { in do_device()
232 if (disk->xv[disk->c].u.xp->len != disk->len && in do_device()
241 disk->xv[disk->c].u.xp->len, in do_device()
245 disk->xv[disk->c].type = DE_EXTENT; in do_device()
[all …]
H A Ddisk.c193 for (o = 0, *d = 0 ; *d < dp->c ; o += dp->xv[*d].size, (*d)++) { in raid0_getoff()
194 if (off >= o && off < o + dp->xv[*d].size) { in raid0_getoff()
217 switch (dp->xv[i].type) { in device_open()
219 fd = device_open(dp->xv[i].u.dp, flags, mode); in device_open()
225 fd = extent_open(dp->xv[i].u.xp, flags, mode); in device_open()
270 switch (dp->xv[d].type) { in device_lseek()
272 ret = device_lseek(dp->xv[d].u.dp, in device_lseek()
279 ret = extent_lseek(dp->xv[d].u.xp, in device_lseek()
292 switch (dp->xv[d].type) { in device_lseek()
294 ret = device_lseek(dp->xv[d].u.dp, (off_t)off, in device_lseek()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c177 const char *const xv = ctxt->string[0].data; /* Still more help for the compiler. */ in diag() local
228 while (x < xlim && y < ylim && xv[x] == yv[y]) in diag()
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
333 for (k = 1; xv[x - k] == yv[y - k]; k++) in diag()
374 for (k = 0; xv[x + k] == yv[y + k]; k++) in diag()
496 const char *const xv = ctxt->string[0].data; /* Help the compiler. */ in compareseq() local
500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff]) in compareseq()
507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1]) in compareseq()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c177 const char *const xv = ctxt->string[0].data; /* Still more help for the compiler. */ in diag() local
228 while (x < xlim && y < ylim && xv[x] == yv[y]) in diag()
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
333 for (k = 1; xv[x - k] == yv[y - k]; k++) in diag()
374 for (k = 0; xv[x + k] == yv[y + k]; k++) in diag()
496 const char *const xv = ctxt->string[0].data; /* Help the compiler. */ in compareseq() local
500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff]) in compareseq()
507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1]) in compareseq()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c177 const char *const xv = ctxt->string[0].data; /* Still more help for the compiler. */ in diag() local
228 while (x < xlim && y < ylim && xv[x] == yv[y]) in diag()
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
333 for (k = 1; xv[x - k] == yv[y - k]; k++) in diag()
374 for (k = 0; xv[x + k] == yv[y + k]; k++) in diag()
496 const char *const xv = ctxt->string[0].data; /* Help the compiler. */ in compareseq() local
500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff]) in compareseq()
507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1]) in compareseq()
/netbsd-src/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs772 coerce_mpf_pair (mpf *xp, SV *xv, mpf *yp, SV *yv) in coerce_mpf_pair() argument
774 int x_use = use_sv (xv); in coerce_mpf_pair()
781 x = SvMPF(xv); in coerce_mpf_pair()
789 x = coerce_mpf_using (tmp_mpf_1, xv, prec, x_use); in coerce_mpf_pair()
1548 overload_add (xv, yv, order)
1549 SV *xv
1576 SV_PTR_SWAP (xv, yv);
1579 coerce_mpz (tmp_mpz_0, xv),
1711 overload_spaceship (xv, yv, order) in overload_spaceship() argument
1712 SV *xv in overload_spaceship()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Danalyze.c104 int const *const xv = xvec; /* Still more help for the compiler. */ local
137 while (x < xlim && y < ylim && xv[x] == yv[y])
164 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
210 for (k = 1; xv[x - k] == yv[y - k]; k++)
245 for (k = 0; xv[x + k] == yv[y + k]; k++)
341 int * const xv = xvec; /* Help the compiler. */ local
345 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
348 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Danalyze.c102 lin const *const xv = xvec; /* Still more help for the compiler. */ in diag() local
135 while (x < xlim && y < ylim && xv[x] == yv[y]) in diag()
162 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
208 for (k = 1; xv[x - k] == yv[y - k]; k++) in diag()
243 for (k = 0; xv[x + k] == yv[y + k]; k++) in diag()
338 lin * const xv = xvec; /* Help the compiler. */ in compareseq() local
342 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff]) in compareseq()
345 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1]) in compareseq()
/netbsd-src/external/mit/xorg/lib/libxcb/xv/
H A DMakefile3 XCBEXT= xv
/netbsd-src/external/mit/xorg/server/xorg-server/hw/xfree86/common/
H A DMakefile11 SRCS.xv= xf86xv.c xf86xvmc.c
22 ${SRCS.xv} ${SRCS.bus} ${SRCS.randr} \
/netbsd-src/external/mit/xorg/lib/libxcb/
H A DMakefile28 xv \
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A DMakefile.xmlsrcs33 xv.c \
/netbsd-src/external/mit/xorg/server/xorg-server.old/hw/xfree86/common/
H A DMakefile11 SRCS.xv= xf86xv.c xf86xvmc.c
22 ${SRCS.xv} ${SRCS.bus} ${SRCS.randr} \
/netbsd-src/external/bsd/iscsi/dist/include/
H A Dstorage.h92 disc_de_t *xv; /* device/extent array */ member
/netbsd-src/external/mit/xorg/include/xcb-proto/
H A DMakefile24 xv.xml xvmc.xml
/netbsd-src/external/gpl2/gmake/dist/
H A Ddir.c302 directory_contents_hash_cmp (const void *xv, const void *yv) in directory_contents_hash_cmp() argument
304 struct directory_contents const *x = (struct directory_contents const *) xv; in directory_contents_hash_cmp()
400 dirfile_hash_cmp (const void *xv, const void *yv) in dirfile_hash_cmp() argument
402 struct dirfile const *x = ((struct dirfile const *) xv); in dirfile_hash_cmp()
H A Dvariable.c120 variable_hash_cmp (const void *xv, const void *yv) in variable_hash_cmp() argument
122 struct variable const *x = (struct variable const *) xv; in variable_hash_cmp()
H A Dfunction.c57 function_table_entry_hash_cmp (const void *xv, const void *yv) in function_table_entry_hash_cmp() argument
59 struct function_table_entry const *x = (struct function_table_entry const *) xv; in function_table_entry_hash_cmp()
/netbsd-src/external/mit/xorg/lib/libxcb/libxcb/
H A DMakefile79 xv.h \
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A DInputrc64 "\C-xv": show-bash-version
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A DInputrc64 "\C-xv": show-bash-version
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsumtype.d2556 (int xv, int yv) => 0,
2557 (string xv, int yv) => 1,
2558 (int xv, string yv) => 2,
2559 (string xv, string yv) => 3
/netbsd-src/distrib/sets/lists/xbase/
H A Dshl.mi285 ./usr/X11R7/lib/libxcb-xv.so xbase-libxcb-lib xorg,compatx11file
286 ./usr/X11R7/lib/libxcb-xv.so.0 xbase-libxcb-lib xorg,compatx11file
287 ./usr/X11R7/lib/libxcb-xv.so.0.1 xbase-libxcb-lib xorg,compatx11file
/netbsd-src/share/mk/
H A Dbsd.prog.mk255 shape shm sync xf86dri xfixes xinerama xinput xkb xtest xv xvmc
/netbsd-src/distrib/sets/lists/xdebug/
H A Dshl.mi97 ./usr/libdata/debug/usr/X11R7/lib/libxcb-xv.so.0.1.debug xdebug-libxcb-debug xorg,debug,compatx11f…

12