Home
last modified time | relevance | path

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

12345678

/src/usr.bin/gzip/
H A Dznew23 smaller () {
63 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
/src/sys/dev/mlx5/mlx5_core/
H A Dwq.h110 int smaller = 0x8000 & (cc1 - cc2); in mlx5_wq_cyc_cc_bigger() local
112 return !equal && !smaller; in mlx5_wq_cyc_cc_bigger()
/src/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; }
/src/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()
/src/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.
/src/sys/fs/cd9660/
H A DTODO.hibler8 Unfortunately, if the logical block size is smaller than the page size,
/src/crypto/krb5/src/lib/krb5/asn.1/
H A DTODO.asn157 things a little smaller and faster), eliminate the loadptr structure
71 ptr-to-ptr-to-type code paths, will be a lot smaller -- with a good
/src/sys/contrib/device-tree/Bindings/net/can/
H A Dgrcan.txt24 of this 32-bit property is smaller than GRCAN_TXBUG_SAFE_GRLIB_VERSION
/src/sys/contrib/device-tree/Bindings/sound/
H A Dmax9892x.txt27 smaller frames sizes such as 32 BCLKS per LRCLK or
/src/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
/src/sys/contrib/device-tree/Bindings/media/i2c/
H A Dovti,ov7740.txt4 size, such as VGA, and QVGA, CIF and any size smaller. It also
H A Dov7740.txt4 size, such as VGA, and QVGA, CIF and any size smaller. It also
/src/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
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.def42 /// - guard variables are smaller;
82 /// - guard variables are smaller.
/src/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.
/src/sys/contrib/zstd/doc/educational_decoder/
H A DREADME.md18 The object file can be made even smaller by removing error messages,
/src/crypto/openssl/doc/designs/quic-design/
H A Ddemuxer.md37 - discard smaller packets with unsupported versions
/src/sys/contrib/device-tree/Bindings/watchdog/
H A Datmel-wdt.txt18 seconds. This value must be smaller than the max-heartbeat-sec value.
/src/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>.
/src/contrib/file/magic/Magdir/
H A Defi40 # Hypothesis: EFI Signature List are smaller than 16MiB
/src/crypto/openssl/doc/man3/
H A DBN_mod_mul_montgomery.pod52 Note that I<a> must be nonnegative and smaller than the modulus.
/src/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

12345678