| /netbsd-src/external/bsd/iscsi/dist/src/lib/ |
| H A D | storage.c | 177 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 D | disk.c | 193 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 D | fstrcmp.c | 177 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 D | fstrcmp.c | 177 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 D | fstrcmp.c | 177 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 D | GMP.xs | 772 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 D | analyze.c | 104 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 D | analyze.c | 102 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 D | Makefile | 3 XCBEXT= xv
|
| /netbsd-src/external/mit/xorg/server/xorg-server/hw/xfree86/common/ |
| H A D | Makefile | 11 SRCS.xv= xf86xv.c xf86xvmc.c 22 ${SRCS.xv} ${SRCS.bus} ${SRCS.randr} \
|
| /netbsd-src/external/mit/xorg/lib/libxcb/ |
| H A D | Makefile | 28 xv \
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | Makefile.xmlsrcs | 33 xv.c \
|
| /netbsd-src/external/mit/xorg/server/xorg-server.old/hw/xfree86/common/ |
| H A D | Makefile | 11 SRCS.xv= xf86xv.c xf86xvmc.c 22 ${SRCS.xv} ${SRCS.bus} ${SRCS.randr} \
|
| /netbsd-src/external/bsd/iscsi/dist/include/ |
| H A D | storage.h | 92 disc_de_t *xv; /* device/extent array */ member
|
| /netbsd-src/external/mit/xorg/include/xcb-proto/ |
| H A D | Makefile | 24 xv.xml xvmc.xml
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | dir.c | 302 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 D | variable.c | 120 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 D | function.c | 57 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 D | Makefile | 79 xv.h \
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| H A D | Inputrc | 64 "\C-xv": show-bash-version
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/ |
| H A D | Inputrc | 64 "\C-xv": show-bash-version
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | sumtype.d | 2556 (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 D | shl.mi | 285 ./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 D | bsd.prog.mk | 255 shape shm sync xf86dri xfixes xinerama xinput xkb xtest xv xvmc
|
| /netbsd-src/distrib/sets/lists/xdebug/ |
| H A D | shl.mi | 97 ./usr/libdata/debug/usr/X11R7/lib/libxcb-xv.so.0.1.debug xdebug-libxcb-debug xorg,debug,compatx11f…
|