/src/lib/libc/gen/ |
dehumanize_number.c | 65 long multiplier; local in function:dehumanize_number 75 multiplier = 1; 81 multiplier = 1; 85 multiplier = 1024; 89 multiplier = 1024 * 1024; 93 multiplier = 1024 * 1024 * 1024; 114 tmp2 = tmp * multiplier; 115 tmp2 = tmp2 / multiplier; 120 tmp *= multiplier;
|
/src/sys/dev/ic/ |
ugvar.h | 45 int multiplier; member in struct:ug2_sensor_info
|
ug.c | 561 #define SENSOR_VALUE (v * si->multiplier * rfact / si->divisor + si->offset)
|
/src/sys/arch/mips/atheros/ |
ar5312.c | 139 uint32_t multiplier; local in function:ar5312_get_freqs 152 multiplier = __SHIFTOUT(clockctl, AR2313_CLOCKCTL_MULTIPLIER); 155 multiplier = __SHIFTOUT(clockctl, AR5312_CLOCKCTL_MULTIPLIER); 157 multiplier <<= 1; 166 const uint32_t cpufreq = (40000000 / divisor) * multiplier;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
amdgpu_dce_aux.c | 440 uint32_t multiplier = 0; local in function:dce_aux_configure_timeout 452 /* 2-Update aux timeout period length and multiplier */ 454 multiplier = DEFAULT_AUX_ENGINE_MULT; 457 multiplier = 0; 462 multiplier = 1; 467 multiplier = 2; 472 multiplier = 3; 500 REG_UPDATE_SEQ_2(AUX_DPHY_RX_CONTROL1, AUX_RX_TIMEOUT_LEN, length, AUX_RX_TIMEOUT_LEN_MUL, multiplier);
|
/src/sys/external/bsd/common/include/linux/ |
kernel.h | 160 mult_frac(uintmax_t x, uintmax_t multiplier, uintmax_t divisor) 165 return ((q * multiplier) + ((r * multiplier) / divisor));
|
/src/sys/arch/hppa/spmath/ |
impys.S | 50 * The algorithm uses the absolute value of the multiplier, four bits at a time, 61 op2: .equ 4 /* multiplier */ 83 ldws 0(%arg1),op2 ; get multiplier 86 comb,< op2,gr0,mpyb ; br. if multiplier < 0 107 ; branch table for the multiplication process with four multiplier bits 211 sub 0,op2,op2 ; op2 = |multiplier| 215 ; special case for multiplier = -2**31, op1 = signed multiplicand 216 ; or multiplicand = -2**31, op1 = signed multiplier
|
impyu.S | 50 * The algorithm uses the multiplier, four bits at a time, from right to left, 61 op2: .equ 4 ; multiplier 91 ldws 0(%arg1),op2 ; get multiplier 97 ; msb of multiplicand is set so will save multiplier for a final 124 ; branch table for the multiplication process with four multiplier bits
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
keystone-k2e-clocks.dtsi | 14 reg-names = "control", "multiplier", "post-divider";
|
kirkwood-netgear_readynas_nv+_v2.dts | 110 sata@80000 { /* Connected to Marvell 88SM4140 SATA port multiplier */
|
keystone-k2l-clocks.dtsi | 23 reg-names = "control", "multiplier", "post-divider";
|
keystone-k2hk-clocks.dtsi | 23 reg-names = "control", "multiplier", "post-divider";
|
/src/common/lib/libc/arch/sparc/gen/ |
mul.S | 58 mov %o0, %y ! multiplier -> Y
|
umul.S | 65 mov %o0, %y ! multiplier -> Y
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
dpp.h | 228 uint32_t multiplier);
|
/src/sys/dev/usb/ |
uatp.c | 814 const unsigned int *multiplier, const unsigned int *divisor) 819 if (((*multiplier) == 0) || 820 ((*multiplier) > UATP_MAX_MOTION_MULTIPLIER) || 829 (*multiplier), (*divisor), 830 (((delta + (*remainder)) * ((int) (*multiplier))) 832 (((delta + (*remainder)) * ((int) (*multiplier))) 839 if (((*multiplier) == 0) || 840 ((*multiplier) > UATP_MAX_MOTION_MULTIPLIER) || 844 product = (delta * ((int) (*multiplier)));
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_dcb.c | 60 int min_credit, multiplier; local in function:ixgbe_dcb_calculate_tc_credits 71 multiplier = (min_credit / min_percent) + 1; 75 int val = uimin(bw[i] * multiplier, IXGBE_DCB_MAX_CREDIT_REFILL); 137 * a multiplier. It is required that the refill credits must be 139 * multiplier that will allow all bandwidth percentages to be 158 /* Calculate credit refill ratio using multiplier */
|
/src/sys/arch/hppa/stand/common/ |
milli_tiny.S | 108 ; %r25 multiplier
|
/src/sys/arch/arm/arm/ |
cpufunc.c | 1396 u_int multiplier; local in function:get_cachetype_cp15 1460 multiplier = (isize & CPU_CT_xSIZE_M) ? 3 : 2; 1468 arm_pcache.icache_ways = multiplier << 1479 arm_pcache.icache_size = multiplier << (CPU_CT_xSIZE_SIZE(isize) + 8); 1485 multiplier = (dsize & CPU_CT_xSIZE_M) ? 3 : 2; 1493 arm_pcache.dcache_ways = multiplier << 1505 arm_pcache.dcache_size = multiplier << (CPU_CT_xSIZE_SIZE(dsize) + 8); 1511 arm_dcache_log2_assoc = CPU_CT_xSIZE_ASSOC(dsize) + multiplier - 2;
|
/src/sys/arch/m68k/060sp/dist/ |
ilsp.s | 501 # 0x4(sp) = multiplier # 529 mov.l 0x8(%a6),%d0 # store multiplier in d0 640 mov.l 0x8(%a6),%d0 # store multiplier in d0 647 tst.l %d0 # is multiplier negative? 649 neg.l %d0 # make multiplier positive 651 ori.b &0x1,%d5 # save multiplier sgn
|
/src/sys/arch/vax/vax/ |
unimpl_emul.S | 499 bsbw getval_byte # get multiplier extension operand 507 bsbw getval_byte # get multiplier extension operand 513 bsbw getval_byte # get multiplier extension operand 527 bsbw getval_byte # get multiplier extension operand 534 bsbw getval_byte # get multiplier extension operand 541 movzbl $0x0, -(%sp) # no multiplier extension here
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_dpp_cm.c | 816 uint32_t multiplier) 820 REG_UPDATE(CM_HDR_MULT_COEF, CM_HDR_MULT_COEF, multiplier);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
ulcb.dtsi | 234 cs2000: clk-multiplier@4f {
|
/src/usr.sbin/makefs/ |
cd9660.c | 1062 int numbts, dot, semi, digit, digits, temp, powers, multiplier, count; local in function:cd9660_rename_filename 1084 multiplier = 1; 1139 __USE(multiplier);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_dpp_cm.c | 1147 uint32_t multiplier) 1151 REG_UPDATE(CM_HDR_MULT_COEF, CM_HDR_MULT_COEF, multiplier);
|