Searched refs:xv (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/mit/xorg/lib/libxcb/xv/
H A DMakefile3 XCBEXT= xv
/netbsd-current/external/mit/xorg/lib/libxcb/
H A DMakefile27 xv \
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A DMakefile.xmlsrcs32 xv.c \
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dstorage.c177 switch (dp->xv[0].type) {
179 return dp->xv[0].u.xp->len;
181 return dp->xv[0].u.dp->len;
216 NEWARRAY(disc_de_t, disk->xv, ep->sv.c - 2, "do_device",
219 disk->xv[disk->c].u.xp =
221 if (disk->xv[disk->c].u.xp != NULL) {
223 if (disk->xv[disk->c].u.xp->used) {
232 if (disk->xv[disk->c].u.xp->len != disk->len &&
241 disk->xv[disk->c].u.xp->len,
245 disk->xv[dis
[all...]
H A Ddisk.c193 for (o = 0, *d = 0 ; *d < dp->c ; o += dp->xv[*d].size, (*d)++) {
194 if (off >= o && off < o + dp->xv[*d].size) {
217 switch (dp->xv[i].type) {
219 fd = device_open(dp->xv[i].u.dp, flags, mode);
225 fd = extent_open(dp->xv[i].u.xp, flags, mode);
270 switch (dp->xv[d].type) {
272 ret = device_lseek(dp->xv[d].u.dp,
279 ret = extent_lseek(dp->xv[d].u.xp,
292 switch (dp->xv[d].type) {
294 ret = device_lseek(dp->xv[
[all...]
/netbsd-current/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. */ local
228 while (x < xlim && y < ylim && xv[x] == yv[y])
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
333 for (k = 1; xv[x - k] == yv[y - k]; k++)
374 for (k = 0; xv[x + k] == yv[y + k]; k++)
496 const char *const xv = ctxt->string[0].data; /* Help the compiler. */ local
500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
/netbsd-current/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. */ local
228 while (x < xlim && y < ylim && xv[x] == yv[y])
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
333 for (k = 1; xv[x - k] == yv[y - k]; k++)
374 for (k = 0; xv[x + k] == yv[y + k]; k++)
496 const char *const xv = ctxt->string[0].data; /* Help the compiler. */ local
500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
/netbsd-current/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. */ local
228 while (x < xlim && y < ylim && xv[x] == yv[y])
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
333 for (k = 1; xv[x - k] == yv[y - k]; k++)
374 for (k = 0; xv[x + k] == yv[y + k]; k++)
496 const char *const xv = ctxt->string[0].data; /* Help the compiler. */ local
500 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
507 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
/netbsd-current/external/bsd/iscsi/dist/include/
H A Dstorage.h92 disc_de_t *xv; /* device/extent array */ member in struct:disc_device_t
/netbsd-current/external/mit/xorg/include/xcb-proto/
H A DMakefile24 xv.xml xvmc.xml
/netbsd-current/external/mit/xorg/lib/libxcb/libxcb/
H A DMakefile78 xv.h \
/netbsd-current/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs768 /* Coerce xv to an mpf and store the pointer in x, ditto for yv to x. If
769 one of xv or yv is an mpf then use it for the precision, otherwise use
772 coerce_mpf_pair (mpf *xp, SV *xv, mpf *yp, SV *yv)
774 int x_use = use_sv (xv);
781 x = SvMPF(xv);
789 x = coerce_mpf_using (tmp_mpf_1, xv, prec, x_use);
1548 overload_add (xv, yv, order)
1549 SV *xv
1576 SV_PTR_SWAP (xv, yv);
1579 coerce_mpz (tmp_mpz_0, xv),
[all...]
/netbsd-current/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++)
342 int * const xv = xvec; /* Help the compiler. */
346 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
349 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
341 int * const xv = xvec; /* Help the compiler. */ local
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Danalyze.c102 lin const *const xv = xvec; /* Still more help for the compiler. */ local
135 while (x < xlim && y < ylim && xv[x] == yv[y])
162 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
208 for (k = 1; xv[x - k] == yv[y - k]; k++)
243 for (k = 0; xv[x + k] == yv[y + k]; k++)
339 lin * const xv = xvec; /* Help the compiler. */
343 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
346 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1])
338 lin * const xv = xvec; /* Help the compiler. */ local
/netbsd-current/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-current/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-current/external/gpl3/gdb.old/dist/sim/moxie/
H A Dinterp.c534 int xv; local
537 xv = cpu.asregs.regs[src];
538 cpu.asregs.regs[dest] = rlat (scpu, opc, xv);
719 int xv; local
722 xv = cpu.asregs.regs[src];
723 cpu.asregs.regs[dest] = rbat (scpu, opc, xv);
770 int xv; local
773 xv = cpu.asregs.regs[src];
774 cpu.asregs.regs[dest] = rsat (scpu, opc, xv);
/netbsd-current/external/gpl3/gdb/dist/sim/moxie/
H A Dinterp.c537 int xv; local
540 xv = cpu.asregs.regs[src];
541 cpu.asregs.regs[dest] = rlat (scpu, opc, xv);
722 int xv; local
725 xv = cpu.asregs.regs[src];
726 cpu.asregs.regs[dest] = rbat (scpu, opc, xv);
773 int xv; local
776 xv = cpu.asregs.regs[src];
777 cpu.asregs.regs[dest] = rsat (scpu, opc, xv);
/netbsd-current/external/gpl2/gmake/dist/
H A Ddir.c304 directory_contents_hash_cmp (const void *xv, const void *yv)
306 struct directory_contents const *x = (struct directory_contents const *) xv;
402 dirfile_hash_cmp (const void *xv, const void *yv)
404 struct dirfile const *x = ((struct dirfile const *) xv);
302 directory_contents_hash_cmp(const void *xv, const void *yv) argument
400 dirfile_hash_cmp(const void *xv, const void *yv) argument
H A Dvariable.c121 variable_hash_cmp (const void *xv, const void *yv)
123 struct variable const *x = (struct variable const *) xv;
120 variable_hash_cmp(const void *xv, const void *yv) argument
H A Dfunction.c57 function_table_entry_hash_cmp (const void *xv, const void *yv) argument
59 struct function_table_entry const *x = (struct function_table_entry const *) xv;
/netbsd-current/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
H A Dnumeric.d1816 immutable xv = x - v;
1819 immutable xvfxw = xv * fxw;
1820 p = xv * xvfxw - xw * xwfxv;
/netbsd-current/share/mk/
H A Dbsd.prog.mk254 shape shm sync xf86dri xfixes xinerama xinput xkb xtest xv xvmc
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dnumeric.d1517 immutable xv = x - v;
1520 immutable xvfxw = xv * fxw;
1521 p = xv * xvfxw - xw * xwfxv;

Completed in 370 milliseconds

12