Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.color.c271 static const Char *xv; /* setjmp clobbering */ variable
278 xv = value; in parseLSCOLORS()
280 if (xv == NULL) { in parseLSCOLORS()
285 len = Strlen(xv); in parseLSCOLORS()
297 const Char *v = xv; in parseLSCOLORS()
/freebsd/contrib/diff/src/
H A Danalyze.c97 lin const *const xv = xvec; /* Still more help for the compiler. */ in diag() local
130 while (x < xlim && y < ylim && xv[x] == yv[y]) in diag()
157 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
202 for (k = 1; xv[x - k] == yv[y - k]; k++) in diag()
237 for (k = 0; xv[x + k] == yv[y + k]; k++) in diag()
332 lin const *xv = xvec; /* Help the compiler. */ in compareseq() local
336 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff]) in compareseq()
339 while (xlim > xoff && ylim > yoff && xv[xlim - 1] == yv[ylim - 1]) in compareseq()
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c466 uint32 xv; in test_frexpf() local
474 xv = *x & 0x7FFFFFFF; in test_frexpf()
476 while (!(xv & 0x800000)) { in test_frexpf()
478 xv = xv << 1; in test_frexpf()
480 *out = sign | 0x3F000000 | (xv & 0x7FFFFF); in test_frexpf()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class.kshlib51 zpool status -xv $pool > /dev/null 2>&1
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache.kshlib53 zpool status -xv $pool > /dev/null 2>&1
/freebsd/tests/sys/cddl/zfs/tests/cache/
H A Dcache.kshlib48 $ZPOOL status -xv $pool > /dev/null 2>&1
/freebsd/tests/sys/cddl/zfs/tests/slog/
H A Dslog.kshlib47 $ZPOOL status -xv $pool > /dev/null 2>&1
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog.kshlib60 zpool status -xv $pool > /dev/null 2>&1
/freebsd/crypto/libecc/src/examples/sss/
H A DMakefile25 $(VERBOSE_MAKE)$(CROSS_COMPILE)$(AR) xv libsign.a
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td188 defm XV : CustomSiFiveVCIX<"xv", VCIX_XV, uimm5, VR, GPR>, Sched<[]>;
783 defm : VPatVC_XV<"xv", "XV", vti, XLenVT, GPR>;
/freebsd/contrib/file/magic/Magdir/
H A Dimages13 # Targa - matches `povray', `ppmtotga' and `xv' outputs
24 # at 3, leshort Index is 0 for povray, ppmtotga and xv outputs
25 # `xv' recognizes only a subset of the following (RGB with pixelsize = 24)
2190 !:mime image/x-xv-thumbnail
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src8481 # (screen3: removed unknown ":xv:LP:G0:" -- esr)