/freebsd/contrib/atf/atf-c++/detail/ |
H A D | text.cpp | 140 int64_t multiplier; in to_bytes() local 142 case 'k': case 'K': multiplier = 1 << 10; break; in to_bytes() 143 case 'm': case 'M': multiplier = 1 << 20; break; in to_bytes() 144 case 'g': case 'G': multiplier = 1 << 30; break; in to_bytes() 145 case 't': case 'T': multiplier = int64_t(1) << 40; break; in to_bytes() 150 multiplier = 1; in to_bytes() 152 if (multiplier != 1) in to_bytes() 155 return to_type< int64_t >(str) * multiplier; in to_bytes()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | fmaintrin.h | 31 /// A 128-bit vector of [4 x float] containing the multiplier. 51 /// A 128-bit vector of [2 x double] containing the multiplier. 77 /// A 128-bit vector of [4 x float] containing the multiplier in the low 106 /// A 128-bit vector of [2 x double] containing the multiplier in the low 129 /// A 128-bit vector of [4 x float] containing the multiplier. 149 /// A 128-bit vector of [2 x double] containing the multiplier. 175 /// A 128-bit vector of [4 x float] containing the multiplier in the low 204 /// A 128-bit vector of [2 x double] containing the multiplier in the low 227 /// A 128-bit vector of [4 x float] containing the multiplier. 247 /// A 128-bit vector of [2 x double] containing the multiplier. [all …]
|
/freebsd/contrib/kyua/utils/ |
H A D | units.cpp | 73 uint64_t multiplier; in parse() local 78 case 'T': case 't': multiplier = TB; break; in parse() 79 case 'G': case 'g': multiplier = GB; break; in parse() 80 case 'M': case 'm': multiplier = MB; break; in parse() 81 case 'K': case 'k': multiplier = KB; break; in parse() 82 default: multiplier = 1; in parse() 84 if (multiplier != 1) in parse() 105 return bytes(uint64_t(count * multiplier)); in parse()
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_rate_to_mult.3 | 7 ibv_rate_to_mult \- convert IB rate enumeration to multiplier of 2.5 Gbit/sec 9 mult_to_ibv_rate \- convert multiplier of 2.5 Gbit/sec to an IB rate enumeration 29 converts the multiplier value (of 2.5 Gbit/sec) 39 returns the multiplier of the base rate 2.5 Gbit/sec.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430Subtarget.cpp | 23 cl::desc("Hardware multiplier use mode for MSP430"), 27 "Do not use hardware multiplier"), 29 "Use 16-bit hardware multiplier"), 31 "Use 32-bit hardware multiplier"), 33 "Use F5 series hardware multiplier")));
|
H A D | MSP430.td | 26 "Enable 16-bit hardware multiplier">; 30 "Enable 32-bit hardware multiplier">; 34 "Enable F5 series hardware multiplier">;
|
/freebsd/lib/libutil/ |
H A D | humanize_number.3 | 86 .It Sy "Prefix" Ta Sy "Description" Ta Sy "Multiplier" Ta Sy "Multiplier 1000x" 100 .It Sy "Prefix" Ta Sy "Description" Ta Sy "Multiplier" 117 .Po multiplier = 1024 ^ scale; 121 multiplier = 1000 ^ scale 131 Format the buffer using the lowest multiplier possible.
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | ds1553_reg.h | 62 #define DS1553_BIT_BMB4 0x40 /* watchdog multiplier bit4 */ 63 #define DS1553_BIT_BMB3 0x20 /* watchdog multiplier bit3 */ 64 #define DS1553_BIT_BMB2 0x10 /* watchdog multiplier bit2 */ 65 #define DS1553_BIT_BMB1 0x8 /* watchdog multiplier bit1 */ 66 #define DS1553_BIT_BMB0 0x4 /* watchdog multiplier bit0 */
|
/freebsd/contrib/jemalloc/src/ |
H A D | nstime.c | 80 nstime_imultiply(nstime_t *time, uint64_t multiplier) { in nstime_imultiply() argument 81 assert((((time->ns | multiplier) & (UINT64_MAX << (sizeof(uint64_t) << in nstime_imultiply() 82 2))) == 0) || ((time->ns * multiplier) / multiplier == time->ns)); in nstime_imultiply() 84 time->ns *= multiplier; in nstime_imultiply()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats_timing.cpp | 54 uint64_t multiplier; in tick_time() local 57 multiplier = 1000LL * 1000LL; in tick_time() 59 multiplier = 1000LL * 1000LL * 1000LL; in tick_time() 61 multiplier = 1000LL * 1000LL * 1000LL * 1000LL; in tick_time() 63 cout << "Error determining multiplier '" << *end << "'\n"; in tick_time() 77 result = ((double)1.0) / (freq * multiplier); in tick_time()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | keystone-pll.txt | 3 Binding for keystone PLLs. The main PLL IP typically has a multiplier, 17 - reg - pll control0 and pll multiplier registers 18 - reg-names : control, multiplier and post-divider. The multiplier and 29 reg-names = "control", "multiplier", "post-divider";
|
/freebsd/sys/arm/arm/ |
H A D | identcpu-v6.c | 112 uint32_t multiplier; in print_v5_cache() local 140 multiplier = (isize & CPU_CT_xSIZE_M) ? 3 : 2; in print_v5_cache() 148 picache_ways = multiplier << in print_v5_cache() 151 picache_size = multiplier << (CPU_CT_xSIZE_SIZE(isize) + 8); in print_v5_cache() 155 multiplier = (dsize & CPU_CT_xSIZE_M) ? 3 : 2; in print_v5_cache() 163 pdcache_ways = multiplier << in print_v5_cache() 166 pdcache_size = multiplier << (CPU_CT_xSIZE_SIZE(dsize) + 8); in print_v5_cache()
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | img-mdc-dma.txt | 13 - img,max-burst-multiplier: Must be the maximum supported burst size multiplier. 46 img,max-burst-multiplier = <16>;
|
/freebsd/sys/dev/iicbus/sensor/ |
H A D | lm75.c | 383 uint16_t multiplier = sc->sc_multiplier; in lm75_temp_read() local 389 *temp = ((buf >> (16 - resolution)) * multiplier) >> (resolution - 8); in lm75_temp_read() 401 uint16_t multiplier = sc->sc_multiplier; in lm75_temp_write() local 403 temp -= TZ_ZEROC * multiplier / TZ_ZEROC_DIVIDER; in lm75_temp_write() 404 if (temp > LM75_MAX_TEMP * multiplier) in lm75_temp_write() 405 temp = LM75_MAX_TEMP * multiplier; in lm75_temp_write() 406 if (temp < LM75_MIN_TEMP * multiplier) in lm75_temp_write() 407 temp = LM75_MIN_TEMP * multiplier; in lm75_temp_write() 409 buf = ((temp << (resolution - 8)) / multiplier) << (16 - resolution); in lm75_temp_write()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | math.h | 68 mult_frac(uintmax_t x, uintmax_t multiplier, uintmax_t divisor) in mult_frac() argument 73 return ((q * multiplier) + ((r * multiplier) / divisor)); in mult_frac()
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ec.h | 106 * multiplier arrays (not their actual value length in bits) may 324 * the multiplication result is written over it. The multiplier 335 * - The multiplier integer MUST be non-zero and less than the 345 * \param x multiplier (unsigned big-endian). 346 * \param xlen multiplier length (in bytes). 356 * The multiplier MUST be non-zero and less than the curve 361 * \param x multiplier (unsigned big-endian). 362 * \param xlen multiplier length (in bytes). 390 * - The multiplier integers (`x` and `y`) MUST be non-zero 405 * \param x multiplier for `A` (unsigned big-endian). [all …]
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_ec_timeutil.h | 13 * Approximates (nsec * multiplier) >> shift. Clamps to UINT32_MAX on 18 uint32_t multiplier, in wait_time_scale() argument 21 uint64_t temp = (uint64_t)nsec * multiplier; in wait_time_scale()
|
/freebsd/sys/dev/sound/pci/ |
H A D | hdspe.c | 254 unsigned int speed, multiplier; in hdspe_sysctl_sample_rate() local 266 multiplier = 1; in hdspe_sysctl_sample_rate() 268 multiplier = 4; in hdspe_sysctl_sample_rate() 270 multiplier = 2; in hdspe_sysctl_sample_rate() 272 if (speed < ((32000 + 44100) / 2) * multiplier) in hdspe_sysctl_sample_rate() 273 sc->force_speed = 32000 * multiplier; in hdspe_sysctl_sample_rate() 274 else if (speed < ((44100 + 48000) / 2) * multiplier) in hdspe_sysctl_sample_rate() 275 sc->force_speed = 44100 * multiplier; in hdspe_sysctl_sample_rate() 277 sc->force_speed = 48000 * multiplier; in hdspe_sysctl_sample_rate()
|
H A D | hdsp.c | 431 unsigned int speed, multiplier; in hdsp_sysctl_sample_rate() local 443 multiplier = 1; in hdsp_sysctl_sample_rate() 445 multiplier = 4; in hdsp_sysctl_sample_rate() 447 multiplier = 2; in hdsp_sysctl_sample_rate() 449 if (speed < ((32000 + 44100) / 2) * multiplier) in hdsp_sysctl_sample_rate() 450 sc->force_speed = 32000 * multiplier; in hdsp_sysctl_sample_rate() 451 else if (speed < ((44100 + 48000) / 2) * multiplier) in hdsp_sysctl_sample_rate() 452 sc->force_speed = 44100 * multiplier; in hdsp_sysctl_sample_rate() 454 sc->force_speed = 48000 * multiplier; in hdsp_sysctl_sample_rate()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/ |
H A D | zvol_swap_004_pos.ksh | 58 for multiplier in 32 16384 131072; do 59 ((volsize = vbs * multiplier))
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | benchfn.c | 236 /* previous run was too short : blindly increase workload by x multiplier */ in BMK_benchTimedFn() 237 const unsigned multiplier = 10; in BMK_benchTimedFn() local 238 assert(cont->nbLoops < ((unsigned)-1) / multiplier); /* avoid overflow */ in BMK_benchTimedFn() 239 cont->nbLoops *= multiplier; in BMK_benchTimedFn()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_dcb.c | 56 int min_credit, multiplier; in ixgbe_dcb_calculate_tc_credits() local 67 multiplier = (min_credit / min_percent) + 1; in ixgbe_dcb_calculate_tc_credits() 71 int val = min(bw[i] * multiplier, IXGBE_DCB_MAX_CREDIT_REFILL); in ixgbe_dcb_calculate_tc_credits() 133 * a multiplier. It is required that the refill credits must be in ixgbe_dcb_calculate_tc_credits_cee() 135 * multiplier that will allow all bandwidth percentages to be in ixgbe_dcb_calculate_tc_credits_cee() 154 /* Calculate credit refill ratio using multiplier */ in ixgbe_dcb_calculate_tc_credits_cee()
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utmath.c | 188 * Multiplier - 32-bit multiplier 198 UINT32 Multiplier, in AcpiUtShortMultiply() argument 215 ACPI_MUL_64_BY_32 (0, MultiplicandOvl.Part.Hi, Multiplier, in AcpiUtShortMultiply() 218 ACPI_MUL_64_BY_32 (0, MultiplicandOvl.Part.Lo, Multiplier, in AcpiUtShortMultiply() 338 UINT32 Multiplier, in AcpiUtShortMultiply() argument 349 *OutProduct = Multiplicand * Multiplier; in AcpiUtShortMultiply()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_init_tool.h | 392 u16 m1 /* multiplier 1 */; 393 u16 m2 /* multiplier 2 */; 394 u16 m3 /* multiplier 3 */;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | CommandObjectTraceStartIntelPT.cpp | 202 const auto multiplier = size_expression.substr(non_digit_index).lower(); in ParseUserFriendlySizeExpression() 204 auto it = multipliers.find(multiplier); in ParseUserFriendlySizeExpression() local
|