Searched refs:xv (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tw.color.c | 271 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 D | analyze.c | 97 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 D | semi.c | 466 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 D | alloc_class.kshlib | 51 zpool status -xv $pool > /dev/null 2>&1
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/ |
H A D | cache.kshlib | 53 zpool status -xv $pool > /dev/null 2>&1
|
/freebsd/tests/sys/cddl/zfs/tests/cache/ |
H A D | cache.kshlib | 48 $ZPOOL status -xv $pool > /dev/null 2>&1
|
/freebsd/tests/sys/cddl/zfs/tests/slog/ |
H A D | slog.kshlib | 47 $ZPOOL status -xv $pool > /dev/null 2>&1
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
H A D | slog.kshlib | 60 zpool status -xv $pool > /dev/null 2>&1
|
/freebsd/crypto/libecc/src/examples/sss/ |
H A D | Makefile | 25 $(VERBOSE_MAKE)$(CROSS_COMPILE)$(AR) xv libsign.a
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXSf.td | 188 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 D | images | 13 # 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 D | terminfo.src | 8481 # (screen3: removed unknown ":xv:LP:G0:" -- esr)
|