Home
last modified time | relevance | path

Searched full:multipliers (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.cpp181 DenseMap<StringRef, uint64_t> multipliers = { in ParseUserFriendlySizeExpression()
204 auto it = multipliers.find(multiplier); in ParseUserFriendlySizeExpression()
205 if (it == multipliers.end()) in ParseUserFriendlySizeExpression()
183 DenseMap<StringRef, uint64_t> multipliers = { ParseUserFriendlySizeExpression() local
/freebsd/share/man/man4/
H A Dmvs.494 target, or, if HBA supports Port Multipliers (Gen-II/IIe), 16 targets.
106 Port Multipliers (including FIS-based switching, when supported),
H A Dahci.4121 target, or, if HBA supports Port Multipliers, 16 targets.
133 Port Multipliers (including FIS-based switching, when supported),
H A Dsiis.490 Port Multipliers (including FIS-based switching), hardware command queues
H A Data.4128 Command queuing and SATA port multipliers are not supported.
/freebsd/contrib/libucl/
H A DREADME.md198 * Numbers can have suffixes to specify standard multipliers:
199 + `[kKmMgG]` - standard 10 base multipliers (so `1k` is translated to 1000)
200 + `[kKmMgG]b` - 2 power multipliers (so `1kb` is translated to 1024)
201 …+ `[s|min|d|w|y]` - time multipliers, all time values are translated to float number of seconds, f…
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp281 // a slightly faster code path in __mulShift_mod1e9. Instead, we can just increase the multipliers. in __d2fixed_buffered_n()
349 // a slightly faster code path in __mulShift_mod1e9. Instead, we can just increase the multipliers. in __d2fixed_buffered_n()
477 // a slightly faster code path in __mulShift_mod1e9. Instead, we can just increase the multipliers. in __d2exp_buffered_n()
521 // a slightly faster code path in __mulShift_mod1e9. Instead, we can just increase the multipliers. in __d2exp_buffered_n()
/freebsd/contrib/bearssl/src/int/
H A Di15_montmul.c53 @ multipliers: xu=r3 f=r4 \n\ in br_i15_montymul()
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dceva,ahci-1v84.yaml18 structure (FIS) based switching for systems employing port multipliers.
/freebsd/contrib/libucl/src/
H A Ducl_parser.c230 } multipliers[] = { in ucl_lex_num_multiplier() local
238 if (tolower (c) == multipliers[i].c) { in ucl_lex_num_multiplier()
240 return multipliers[i].mult_bytes; in ucl_lex_num_multiplier()
242 return multipliers[i].mult_normal; in ucl_lex_num_multiplier()
260 } multipliers[] = { in ucl_lex_time_multiplier() local
270 if (tolower (c) == multipliers[i].c) { in ucl_lex_time_multiplier()
271 return multipliers[i].mult; in ucl_lex_time_multiplier()
/freebsd/crypto/openssh/
H A Dpoly1305.c52 /* precompute multipliers */ in poly1305_auth()
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dd2s_intrinsics.h163 // The multipliers and shift values are the ones generated by clang x64
/freebsd/contrib/bearssl/src/ec/
H A Dec_c25519_i15.c198 * Points are encoded over exactly 32 bytes. Multipliers must fit in api_mul()
H A Dec_c25519_i31.c189 * Points are encoded over exactly 32 bytes. Multipliers must fit in api_mul()
H A Dec_c25519_m62.c387 * Points are encoded over exactly 32 bytes. Multipliers must fit in api_mul()
H A Dec_prime_i31.c791 * from infinity, and the multipliers are non-zero and lower than the in api_muladd()
H A Dec_prime_i15.c789 * from infinity, and the multipliers are non-zero and lower than the in api_muladd()
H A Dec_c25519_m31.c635 * Points are encoded over exactly 32 bytes. Multipliers must fit in api_mul()
H A Dec_c25519_m64.c631 * Points are encoded over exactly 32 bytes. Multipliers must fit in api_mul()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ec.h105 * the multipliers (integers). Only the byte length of the provided
109 * - The multipliers (integers) MUST be lower than the subgroup order.
/freebsd/contrib/libucl/doc/
H A Dlibucl.3517 \f[C]UCL_STRING_PARSE_BYTES\f[] \- assume that numeric multipliers are
H A Dapi.md374 - `UCL_STRING_PARSE_BYTES` - assume that numeric multipliers are in bytes notation, for example `10…
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h529 /// APInt multipliers, as well as a total Constant Offset.
/freebsd/sys/dev/cxgbe/firmware/
H A Dt6fw_cfg_uwire.txt100 # of the Timer Tick). Note that the set of Tick Multipliers are
/freebsd/sys/x86/cpufreq/
H A Dpowernow.c60 * multipliers are allowed */

12