Home
last modified time | relevance | path

Searched refs:larger (Results 1 – 25 of 247) sorted by relevance

12345678910

/src/tools/build/options/
H A DWITH_BEARSSL14 larger than the
19 larger than 500000 may cause
22 Careful testing of the loader in the target environment when built with a larger
H A DWITH_LOADER_VERIEXEC7 May require a larger
H A DWITH_LLVM_LINK_STATIC_LIBRARIES5 ld.lld and lldb will be much larger and position dependent, but will
H A DWITHOUT_LOADER_PXEBOOT5 for how to adjust the defaults when you need both a larger
H A DWITH_LOADER_PXEBOOT8 To allow a larger
/src/crypto/libecc/src/nn/
H A Dnn_div.c414 int larger, ret, cmp; in _nn_divrem_unshifted() local
440 larger = (cmp >= 0); in _nn_divrem_unshifted()
441 ret = nn_cnd_sub(larger, r, &a_shift, b_norm); EG(ret, err); in _nn_divrem_unshifted()
446 q->val[new_wlen - b_wlen] = (word_t) larger; in _nn_divrem_unshifted()
451 larger = (cmp >= 0); in _nn_divrem_unshifted()
452 ret = _nn_cnd_sub_shift(larger, &a_shift, b_norm, (u8)(new_wlen - b_wlen), &borrow); EG(ret, err); in _nn_divrem_unshifted()
463 q->val[new_wlen - b_wlen] = (word_t) larger; in _nn_divrem_unshifted()
652 int larger, ret; in _word_divrem() local
675 larger = (_wcmp_22(phl, rhl) > 0); in _word_divrem()
676 qh = (word_t)(qh - (word_t)larger); in _word_divrem()
[all …]
H A Dnn_add.c341 int ret, larger, cmp; in _nn_mod_add() local
365 larger = (cmp >= 0); in _nn_mod_add()
366 ret = nn_cnd_sub(larger, out, out, p); EG(ret, err); in _nn_mod_add()
409 int larger, ret, cmp; in _nn_mod_inc() local
419 larger = (cmp >= 0); in _nn_mod_inc()
420 ret = nn_cnd_sub(larger, out, out, p); EG(ret, err); in _nn_mod_inc()
/src/sys/contrib/device-tree/Bindings/regulator/
H A Dvctrl.txt22 voltage. On larger voltage decreases this can occur
26 larger voltage decreases into multiple steps, where
/src/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m497 dnl # Check if cc supports -Wframe-larger-than=<size> option.
100 AC_MSG_CHECKING([whether $CC supports -Wframe-larger-than=<size>])
103 CFLAGS="$CFLAGS -Werror -Wframe-larger-than=4096"
106 FRAME_LARGER_THAN="-Wframe-larger-than=4096"
H A Duser-largefile.m46 dnl # This is required for OpenZFS to handle files larger than 2GB.
H A Dkernel-blk-queue.m4139 ],[-Wframe-larger-than=8192])
184 ],[-Wframe-larger-than=8192])
/src/tools/tools/qrndtest/
H A DREADME4 larger battery of tests and will tell you if your PRNG is good or not.
/src/
H A D.clean_build_epoch1 # Add a new line containing a larger number than the last (e.g. YYYYMMDD) for
/src/usr.bin/units/
H A DREADME9 it can gracefully handle exponents larger than 9 in output
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.large_prog.zcp18 -- program file is larger than that, to test the reallocation and
/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc60 // Swap a and b if necessary so that a has the larger absolute value.
79 // The sign of the result is the sign of the larger operand, a. If they
/src/contrib/bc/gen/
H A Ddc_help.txt77 Disables clamping of digits that are larger than or equal to the current
88 Enables clamping of digits that are larger than or equal to the current
210 If an integer and non-zero, clamp digits larger than or equal to the
H A Dbc_help.txt68 Disables clamping of digits that are larger than or equal to the current
79 Enables clamping of digits that are larger than or equal to the current
253 If an integer and non-zero, clamp digits larger than or equal to the
/src/crypto/openssl/doc/man7/
H A DEVP_CIPHER-SM4.pod46 of the blocksize but is larger than one block. In that case ciphertext
/src/crypto/openssl/doc/designs/
H A Dhandling-some-max-defines.md47 EVP_DigestFinal_ex() - this is actually documented to allow larger output
135 larger than block size. Even in case we would have block ciphers with
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib174 # that will be larger than the value specified with -V, and potentially larger
/src/sys/conf/
H A Dkern.mk82 -Wno-alloc-size-larger-than \
83 -Wno-error=alloca-larger-than=
/src/contrib/ntp/scripts/
H A Dsummary-opts.def61 descrip = 'Ignore time offsets larger that this';
H A Dsummary-opts54 --skip-time-steps=float Ignore time offsets larger that this
/src/tools/test/stress2/misc/
H A Df_offset.sh51 2. you operate on the file offsets larger than 4GB (but see below)

12345678910