/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | udivmoddi4.c | 38 if (n.s.high == 0) { in __udivmoddi4() 39 if (d.s.high == 0) { in __udivmoddi4() 54 // n.s.high != 0 in __udivmoddi4() 56 if (d.s.high == 0) { in __udivmoddi4() 61 *rem = n.s.high % d.s.low; in __udivmoddi4() 62 return n.s.high / d.s.low; in __udivmoddi4() 64 // d.s.high != 0 in __udivmoddi4() 70 r.s.high = n.s.high % d.s.high; in __udivmoddi4() 74 return n.s.high / d.s.high; in __udivmoddi4() 79 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ { in __udivmoddi4() [all …]
|
H A D | udivmodti4.c | 114 if (divisor.s.high == 0) { in __udivmodti4() 115 remainder.s.high = 0; in __udivmodti4() 116 if (dividend.s.high < divisor.s.low) { in __udivmodti4() 118 quotient.s.low = udiv128by64to64(dividend.s.high, dividend.s.low, in __udivmodti4() 120 quotient.s.high = 0; in __udivmodti4() 122 // First, divide with the high part to get the remainder in dividend.s.high. in __udivmodti4() 123 // After that dividend.s.high < divisor.s.low. in __udivmodti4() 124 quotient.s.high = dividend.s.high / divisor.s.low; in __udivmodti4() 125 dividend.s.high = dividend.s.high % divisor.s.low; in __udivmodti4() 126 quotient.s.low = udiv128by64to64(dividend.s.high, dividend.s.low, in __udivmodti4() [all …]
|
H A D | ashrti3.c | 27 // result.s.high = input.s.high < 0 ? -1 : 0 in __ashrti3() 28 result.s.high = input.s.high >> (bits_in_dword - 1); in __ashrti3() 29 result.s.low = input.s.high >> (b - bits_in_dword); in __ashrti3() 33 result.s.high = input.s.high >> b; in __ashrti3() 35 ((du_int)input.s.high << (bits_in_dword - b)) | (input.s.low >> b); in __ashrti3()
|
H A D | ashrdi3.c | 25 // result.s.high = input.s.high < 0 ? -1 : 0 in __ashrdi3() 26 result.s.high = input.s.high >> (bits_in_word - 1); in __ashrdi3() 27 result.s.low = input.s.high >> (b - bits_in_word); in __ashrdi3() 31 result.s.high = input.s.high >> b; in __ashrdi3() 33 ((su_int)input.s.high << (bits_in_word - b)) | (input.s.low >> b); in __ashrdi3()
|
/freebsd-src/sys/contrib/device-tree/src/arm/nuvoton/ |
H A D | nuvoton-npcm750-pincfg-evb.dtsi | 11 pin9_output_high: pin9-output-high { 14 output-high; 21 pin11_output_high: pin11-output-high { 24 output-high; 31 pin24_output_high: pin24-output-high { 34 output-high; 41 pin32_output_high: pin32-output-high { 44 output-high; 46 pin61_output_high: pin61-output-high { 49 output-high; [all …]
|
H A D | nuvoton-npcm750-runbmc-olympus-pincfg.dtsi | 44 output-high; 94 output-high; 124 output-high; 139 output-high; 159 output-high; 184 output-high; 254 output-high; 299 output-high; 364 output-high; 374 output-high; [all …]
|
/freebsd-src/share/security/ |
H A D | lomac-policy.contexts | 6 .* lomac/high 7 /sbin/dhclient lomac/high[low] 10 /dev/mdctl lomac/high 11 /dev/pci lomac/high 12 /dev/k?mem lomac/high 13 /dev/io lomac/high 14 /dev/agp.* lomac/high 16 /tmp/\.X11-unix lomac/high[equal] 20 (/usr)?/home lomac/high[low] 24 (/mnt)?/cdrom(/.*)? lomac/high [all …]
|
/freebsd-src/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
H A D | k210-fpioa.h | 32 #define K210_PCF_UARTHS_RX 18 /* UART High speed Receiver */ 33 #define K210_PCF_UARTHS_TX 19 /* UART High speed Transmitter */ 38 #define K210_PCF_GPIOHS0 24 /* GPIO High speed 0 */ 39 #define K210_PCF_GPIOHS1 25 /* GPIO High speed 1 */ 40 #define K210_PCF_GPIOHS2 26 /* GPIO High speed 2 */ 41 #define K210_PCF_GPIOHS3 27 /* GPIO High speed 3 */ 42 #define K210_PCF_GPIOHS4 28 /* GPIO High speed 4 */ 43 #define K210_PCF_GPIOHS5 29 /* GPIO High speed 5 */ 44 #define K210_PCF_GPIOHS6 30 /* GPIO High speed 6 */ 45 #define K210_PCF_GPIOHS7 31 /* GPIO High speed 7 */ [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/regulator/ |
H A D | richtek,rtmv20-regulator.yaml | 38 load current pulse delay in microsecond after strobe pin pulse high. 45 Load current pulse width in microsecond after strobe pin pulse high. 52 Fsin1 pulse high delay in microsecond after vsync signal pulse high. 59 Fsin1 pulse high width in microsecond after vsync signal pulse high. 66 Fsin2 pulse high delay in microsecond after vsync signal pulse high. 73 Fsin2 pulse high width in microsecond after vsync signal pulse high. 100 richtek,strobe-polarity-high: 104 richtek,vsync-polarity-high: 150 richtek,strobe-polarity-high; 151 richtek,vsync-polarity-high;
|
/freebsd-src/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-lenovo-hr855xg2.dts | 431 output-high; 438 output-high; 445 output-high; 466 output-high; 473 output-high; 480 output-high; 487 output-high; 501 output-high; 515 output-high; 522 output-high; [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | fixunstfti.c | 28 // The long double representation, with the high and low portions of in __fixunstfti() 32 double d[2]; // [0] is the high double, [1] is the low double. in __fixunstfti() 33 unsigned long long ull[2]; // High and low doubles as 64-bit integers. in __fixunstfti() 41 // Retrieve the 64-bit patterns of high and low doubles. in __fixunstfti() 42 // Compute the unbiased exponent of both high and low doubles by in __fixunstfti() 50 // CASE 1: High or low double fits in int64 in __fixunstfti() 53 // CASE 2: High or low double does not fit in int64 in __fixunstfti() 61 // Note: If the high double is assumed to be positive, an unsigned conversion in __fixunstfti() 66 // CASE 1 - High double fits in int64. in __fixunstfti() 70 // CASE 2 - High double does not fit in int64, scale and convert it. in __fixunstfti() [all …]
|
/freebsd-src/lib/msun/src/ |
H A D | s_modf.c | 34 if(j0<20) { /* integer part in high x */ in modf() 41 u_int32_t high; in modf() local 43 GET_HIGH_WORD(high,x); in modf() 44 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ in modf() 52 u_int32_t high; in modf() local 58 GET_HIGH_WORD(high,x); in modf() 59 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ in modf() 64 u_int32_t high; in modf() local 66 GET_HIGH_WORD(high,x); in modf() 67 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ in modf()
|
/freebsd-src/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 1013 bits16 high; member 1063 a.high = inputs_floatx80[ inputNum ].high; in time_a_floatx80_z_int32() 1073 a.high = inputs_floatx80[ inputNum ].high; in time_a_floatx80_z_int32() 1095 a.high = inputs_floatx80[ inputNum ].high; in time_a_floatx80_z_int64() 1105 a.high = inputs_floatx80[ inputNum ].high; in time_a_floatx80_z_int64() 1127 a.high = inputs_floatx80[ inputNum ].high; in time_a_floatx80_z_float32() 1137 a.high = inputs_floatx80[ inputNum ].high; in time_a_floatx80_z_float32() 1159 a.high = inputs_floatx80[ inputNum ].high; in time_a_floatx80_z_float64() 1169 a.high = inputs_floatx80[ inputNum ].high; in time_a_floatx80_z_float64() 1193 a.high = inputs_floatx80[ inputNum ].high; in time_a_floatx80_z_float128() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 54 APInt Low, High; member 64 // Find the first range whose High field is >= R.High, in IsInRanges() 68 Ranges, R, [](IntRange A, IntRange B) { return A.High.slt(B.High); }); in IsInRanges() 74 ConstantInt *High; member 77 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() 78 : Low(low), High(high), BB(bb) {} in CaseRange() 89 const ConstantInt *CI2 = cast<const ConstantInt>(C2.High); in operator ()() 423 const APInt &High = Cases.back().High->getValue(); ProcessSwitchInst() local 445 const APInt &High = I.High->getValue(); ProcessSwitchInst() local [all...] |
/freebsd-src/sys/libkern/arm/ |
H A D | muldi3.c | 67 * uv = (2^2n + 2^n) (u1 v1) + [u1v1 = high] 87 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low) 91 * (2^n)(high + mid + low) + low 93 * Furthermore, `high' and `mid' can be computed mod 2^n, as any factor 104 u_int high, mid, udiff, vdiff; in __muldi3() local 136 * any upper bits in high and mid, so we can use native in __muldi3() 151 high = u1 * v1; in __muldi3() 156 prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] + in __muldi3() 182 * splits into high and low ints as HHALF(l) and LHUP(l) respectively. 187 u_int u1, u0, v1, v0, udiff, vdiff, high, mid, low; in __lmulq() local [all …]
|
/freebsd-src/lib/libc/quad/ |
H A D | muldi3.c | 65 * uv = (2^2n + 2^n) (u1 v1) + [u1v1 = high] 85 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low) 89 * (2^n)(high + mid + low) + low 91 * Furthermore, `high' and `mid' can be computed mod 2^n, as any factor 101 u_long high, mid, udiff, vdiff; in __muldi3() local 133 * any upper bits in high and mid, so we can use native in __muldi3() 148 high = u1 * v1; in __muldi3() 153 prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] + in __muldi3() 179 * splits into high and low longs as HHALF(l) and LHUP(l) respectively. 184 u_long u1, u0, v1, v0, udiff, vdiff, high, mid, low; in __lmulq() local [all …]
|
/freebsd-src/lib/libc/gen/ |
H A D | modf.c | 94 if(j0<20) { /* integer part in high x */ in modf() 101 u_int32_t high; in modf() local 103 GET_HIGH_WORD(high,x); in modf() 104 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ in modf() 112 u_int32_t high; in modf() local 118 GET_HIGH_WORD(high,x); in modf() 119 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ in modf() 124 u_int32_t high; in modf() local 126 GET_HIGH_WORD(high,x); in modf() 127 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ in modf()
|
/freebsd-src/sys/contrib/device-tree/Bindings/bus/ |
H A D | nvidia,tegra20-gmi.txt | 4 external memory. Can be used to attach various high speed devices such as 47 - nvidia,snor-rdy-active-high: RDY signal is active high 48 - nvidia,snor-adv-active-high: ADV signal is active high 49 - nvidia,snor-oe-active-high: WE/OE signal is active high 50 - nvidia,snor-cs-active-high: CS signal is active high 94 nvidia,snor-adv-active-high; 125 nvidia,snor-adv-active-high;
|
/freebsd-src/sys/contrib/device-tree/include/dt-bindings/sound/ |
H A D | cs35l45.h | 14 * TX_HIZ_UNUSED: TX pin high-impedance during unused slots. 15 * TX_HIZ_DISABLED: TX pin high-impedance when all channels disabled. 33 * 1 = High 44 * 0 = Non-inverted, Active High (Default) 56 * 0 = High impedance input (Default) 62 * 0 = High impedance input (Default) 67 * 5 = Pin acts as push-pull output INT. Active high. 71 * 0 = High impedance input (Default)
|
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8996-sony-xperia-tone.dtsi | 99 enable-active-high; 244 bias-high-impedance; 290 bias-high-impedance; 309 bias-high-impedance; 317 output-high; 319 bias-high-impedance; 338 bias-high-impedance; 346 bias-high-impedance; 353 output-high; 365 bias-high-impedance; [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/net/ |
H A D | sff,sfp.txt | 16 module presence input gpio signal, active (module absent) high. Must 20 Indication input gpio signal, active (signal lost) high 23 Fault input gpio signal, active (fault condition) high 26 output gpio signal, active (Tx disable) high 29 Select (AKA RS0) output gpio signal, low: low Rx rate, high: high Rx rate 33 Select (AKA RS1) output gpio signal (SFP+ only), low: low Tx rate, high: 34 high Tx rate. Must not be present for SFF modules
|
/freebsd-src/sys/dev/iicbus/ |
H A D | iic_recover_bus.c | 65 * Start with clock and data high. in iic_recover_bus() 71 * At this point, SCL should be high. If it's not, some slave on the in iic_recover_bus() 90 * Cycle the clock until we see the data line go high, but only up to 9 in iic_recover_bus() 108 * lines, and both lines should be high. To complete the reset of a in iic_recover_bus() 110 * START/STOP sequence, which leaves both lines high at the end. in iic_recover_bus() 111 * - START: SDA transitions high->low while SCL remains high. in iic_recover_bus() 112 * - STOP: SDA transitions low->high while SCL remains high. in iic_recover_bus() 113 * Note that even though the clock line remains high, we transition the in iic_recover_bus()
|
/freebsd-src/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mm-venice-gw73xx-0x-rs485.dtso | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven high (active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be pulled high 29 output-high; 36 output-high;
|
H A D | imx8mm-venice-gw73xx-0x-rs485.dts | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven high (active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be pulled high 29 output-high; 36 output-high;
|
H A D | imx8mm-venice-gw72xx-0x-rs485.dtso | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven high (active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be pulled high 25 output-high; 32 output-high;
|