/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/ |
H A D | alloc_class_015_pos.ksh | 31 let smaller=$size/2 33 -O special_small_blocks=$smaller \
|
/freebsd/usr.bin/gzip/ |
H A D | znew | 23 smaller () { 63 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
|
/freebsd/contrib/diff/src/ |
H A D | cmp.c | 376 size_t smaller; /* The lesser of `read0' and `read1'. */ in cmp() local 454 smaller = MIN (read0, read1); in cmp() 456 if (first_diff < smaller) in cmp() 534 while (first_diff < smaller); in cmp()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | wq.h | 110 int smaller = 0x8000 & (cc1 - cc2); in mlx5_wq_cyc_cc_bigger() 112 return !equal && !smaller; in mlx5_wq_cyc_cc_bigger() 109 int smaller = 0x8000 & (cc1 - cc2); mlx5_wq_cyc_cc_bigger() local
|
/freebsd/contrib/mandoc/ |
H A D | man-cgi.css | 6 body > div.results { font-size: smaller; }
|
H A D | mandoc.css | 52 font-size: smaller; } 60 font-size: smaller; } 72 font-size: smaller; }
|
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_modinv.c | 51 int isodd, swap, smaller, ret, cmp, iszero, tmp_isodd; in _nn_modinv_odd() local 158 smaller = (cmp == -1); in _nn_modinv_odd() 164 …ret = nn_cnd_add(isodd & smaller, &u, &u, &tmp); EG(ret, err); /* no carry can occur as 'u+(m-uu) … in _nn_modinv_odd() 165 ret = nn_cnd_sub(isodd & (!smaller), &u, &u, uu); EG(ret, err); in _nn_modinv_odd()
|
H A D | nn_add.c | 464 int smaller, ret, cmp; in _nn_mod_sub() local 487 smaller = (cmp < 0); in _nn_mod_sub() 488 ret = nn_cnd_add(smaller, out, in1, p); EG(ret, err); in _nn_mod_sub()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | README.txt | 97 It could be done with a smaller encoding like this: 110 Small indices may use smaller encodings than large indices. 112 according to their usage frequency to maximize the usage of smaller encodings.
|
/freebsd/sys/fs/cd9660/ |
H A D | TODO.hibler | 8 Unfortunately, if the logical block size is smaller than the page size,
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | grcan.txt | 24 of this 32-bit property is smaller than GRCAN_TXBUG_SAFE_GRLIB_VERSION
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | max9892x.txt | 27 smaller frames sizes such as 32 BCLKS per LRCLK or
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | ov7740.txt | 4 size, such as VGA, and QVGA, CIF and any size smaller. It also
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | fsl-mx25-tcq.txt | 18 plates and therefore the voltage decreases with pressure so that a smaller
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.td | 94 // The convention is that true integer arguments that are smaller 96 // are smaller than 64 bits shouldn't. 176 // XPLINK64 ABI compliant code widens integral types smaller than i64 222 // XPLINK64 ABI compliant code widens integral types smaller than i64
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetCXXABI.def | 42 /// - guard variables are smaller; 82 /// - guard variables are smaller.
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | cap11xx.txt | 26 smaller delta capacitance is required to
|
H A D | rotary-encoder.txt | 16 greater than the specified steps or smaller than 0. For absolute axis only.
|
/freebsd/sys/contrib/zstd/doc/educational_decoder/ |
H A D | README.md | 18 The object file can be made even smaller by removing error messages,
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | atmel-wdt.txt | 18 seconds. This value must be smaller than the max-heartbeat-sec value.
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 67 to a value smaller than <acc-first-ps>. 79 Set <rd-hold-ps> to a value smaller than <turn-off-ps>.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | efi | 40 # Hypothesis: EFI Signature List are smaller than 16MiB
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | qcom,spmi-pmic.txt | 13 16-bit SPMI slave address space into 256 smaller fixed-size regions, 256 bytes
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_mod_mul_montgomery.pod | 52 Note that I<a> must be nonnegative and smaller than the modulus.
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 82 With `-B` option bigger files can be divided into smaller, independently compressed blocks. 89 …pressor assumes that data is bigger than 256 KB but it can hurt compression speed on smaller data.
|