/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | CommandObjectTraceStartIntelPT.cpp | 181 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 D | mvs.4 | 94 target, or, if HBA supports Port Multipliers (Gen-II/IIe), 16 targets. 106 Port Multipliers (including FIS-based switching, when supported),
|
H A D | ahci.4 | 121 target, or, if HBA supports Port Multipliers, 16 targets. 133 Port Multipliers (including FIS-based switching, when supported),
|
H A D | siis.4 | 90 Port Multipliers (including FIS-based switching), hardware command queues
|
H A D | ata.4 | 128 Command queuing and SATA port multipliers are not supported.
|
/freebsd/contrib/libucl/ |
H A D | README.md | 198 * 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 D | d2fixed.cpp | 281 // 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 D | i15_montmul.c | 53 @ multipliers: xu=r3 f=r4 \n\ in br_i15_montymul()
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | ceva,ahci-1v84.yaml | 18 structure (FIS) based switching for systems employing port multipliers.
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_parser.c | 230 } 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 D | poly1305.c | 52 /* precompute multipliers */ in poly1305_auth()
|
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/ |
H A D | d2s_intrinsics.h | 163 // The multipliers and shift values are the ones generated by clang x64
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_c25519_i15.c | 198 * Points are encoded over exactly 32 bytes. Multipliers must fit in api_mul()
|
H A D | ec_c25519_i31.c | 189 * Points are encoded over exactly 32 bytes. Multipliers must fit in api_mul()
|
H A D | ec_c25519_m62.c | 387 * Points are encoded over exactly 32 bytes. Multipliers must fit in api_mul()
|
H A D | ec_prime_i31.c | 791 * from infinity, and the multipliers are non-zero and lower than the in api_muladd()
|
H A D | ec_prime_i15.c | 789 * from infinity, and the multipliers are non-zero and lower than the in api_muladd()
|
H A D | ec_c25519_m31.c | 635 * Points are encoded over exactly 32 bytes. Multipliers must fit in api_mul()
|
H A D | ec_c25519_m64.c | 631 * Points are encoded over exactly 32 bytes. Multipliers must fit in api_mul()
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ec.h | 105 * 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 D | libucl.3 | 517 \f[C]UCL_STRING_PARSE_BYTES\f[] \- assume that numeric multipliers are
|
H A D | api.md | 374 - `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 D | Operator.h | 529 /// APInt multipliers, as well as a total Constant Offset.
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t6fw_cfg_uwire.txt | 100 # of the Timer Tick). Note that the set of Tick Multipliers are
|
/freebsd/sys/x86/cpufreq/ |
H A D | powernow.c | 60 * multipliers are allowed */
|