Home
last modified time | relevance | path

Searched refs:smaller (Results 1 – 25 of 179) sorted by relevance

12345678

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_015_pos.ksh31 let smaller=$size/2
33 -O special_small_blocks=$smaller \
/freebsd/usr.bin/gzip/
H A Dznew23 smaller () {
63 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
/freebsd/contrib/diff/src/
H A Dcmp.c376 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 Dwq.h110 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 Dman-cgi.css6 body > div.results { font-size: smaller; }
H A Dmandoc.css52 font-size: smaller; }
60 font-size: smaller; }
72 font-size: smaller; }
/freebsd/crypto/libecc/src/nn/
H A Dnn_modinv.c51 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 Dnn_add.c464 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 DREADME.txt97 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 DTODO.hibler8 Unfortunately, if the logical block size is smaller than the page size,
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dgrcan.txt24 of this 32-bit property is smaller than GRCAN_TXBUG_SAFE_GRLIB_VERSION
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmax9892x.txt27 smaller frames sizes such as 32 BCLKS per LRCLK or
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dov7740.txt4 size, such as VGA, and QVGA, CIF and any size smaller. It also
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dfsl-mx25-tcq.txt18 plates and therefore the voltage decreases with pressure so that a smaller
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td94 // 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 DTargetCXXABI.def42 /// - guard variables are smaller;
82 /// - guard variables are smaller.
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dcap11xx.txt26 smaller delta capacitance is required to
H A Drotary-encoder.txt16 greater than the specified steps or smaller than 0. For absolute axis only.
/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A DREADME.md18 The object file can be made even smaller by removing error messages,
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Datmel-wdt.txt18 seconds. This value must be smaller than the max-heartbeat-sec value.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt67 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 Defi40 # Hypothesis: EFI Signature List are smaller than 16MiB
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dqcom,spmi-pmic.txt13 16-bit SPMI slave address space into 256 smaller fixed-size regions, 256 bytes
/freebsd/crypto/openssl/doc/man3/
H A DBN_mod_mul_montgomery.pod52 Note that I<a> must be nonnegative and smaller than the modulus.
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md82 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.

12345678