Home
last modified time | relevance | path

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

12345678910

/freebsd/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 DWITHOUT_LOADER_PXEBOOT5 for how to adjust the defaults when you need both a larger
H A DWITH_LOADER_PXEBOOT8 To allow a larger
/freebsd/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()
/freebsd/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
/freebsd/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m496 dnl # Check if cc supports -Wframe-larger-than=<size> option.
99 AC_MSG_CHECKING([whether $CC supports -Wframe-larger-than=<size>])
102 CFLAGS="$CFLAGS -Werror -Wframe-larger-than=4096"
105 FRAME_LARGER_THAN="-Wframe-larger-than=4096"
H A Dkernel-blk-queue.m4138 ],[-Wframe-larger-than=8192])
183 ],[-Wframe-larger-than=8192])
/freebsd/tools/tools/qrndtest/
H A DREADME4 larger battery of tests and will tell you if your PRNG is good or not.
/freebsd/usr.bin/units/
H A DREADME9 it can gracefully handle exponents larger than 9 in output
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.large_prog.zcp17 -- program file is larger than that, to test the reallocation and
/freebsd/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
/freebsd/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
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib173 # that will be larger than the value specified with -V, and potentially larger
/freebsd/sys/conf/
H A Dkern.mk79 -Wno-alloc-size-larger-than \
80 -Wno-error=alloca-larger-than=
/freebsd/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
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst81 * ``DW_EH_sdata4`` of addresses larger than 0x80000000 is now supported for MIPS32.
97 …X`` of the addq form is no longer incorrectly optimized when the address is larger than 0x80000000.
/freebsd/tools/test/stress2/misc/
H A Df_offset.sh51 2. you operate on the file offsets larger than 4GB (but see below)
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dbrcm,unimac-mdio.txt9 larger than 16-bits MDIO transactions
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DMemProfData.inc208 // values of shorter histogram to larger one.
214 // Swap histogram of current to larger histogram
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc208 // values of shorter histogram to larger one.
214 // Swap histogram of current to larger histogram
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1735 is larger than one second. This is a very long time for the ASL/BIOS code
2034 AcpiDump and AcpiXtract: Implemented support for ACPI tables larger than
2711 has a much larger code and data size.
2817 has a much larger code and data size.
2958 has a much larger code and data size.
3008 has a much larger code and data size.
3089 has a much larger code and data size.
3186 has a much larger code and data size.
3279 has a much larger code and data size.
3324 has a much larger code and data size.
[all …]

12345678910