/freebsd/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 | int_types.h | 45 si_int high; member 47 si_int high; 58 su_int high; member 60 su_int high; 87 di_int high; member 89 di_int high; 100 du_int high; member 102 du_int high; 110 r.s.high = (du_int)h; in make_ti() 117 r.s.high = h; in make_tu() [all …]
|
/freebsd/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/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/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/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 [all...] |
/freebsd/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/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/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/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/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 ()() 100 O << "[" << B->Low->getValue() << ", " << B->High->getValue() << "]"; in operator <<() 165 if (Leaf.Low == Leaf.High) { in NewLeafBlock() 173 Comp = new ICmpInst(NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High, in NewLeafBlock() [all …]
|
/freebsd/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/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/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/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/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 [all...] |
/freebsd/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/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | adi,ad7606.yaml | 57 is active high, it should be marked GPIO_ACTIVE_HIGH. 65 high, it should be marked GPIO_ACTIVE_HIGH. On the AD7616, as the line is 81 the parallel, byte or serial interface. As the line is active high, it 89 is tied to a logic high, the analog input range is ±10V for all channels. 91 is ±5V for all channels. As the line is active high, it should be marked 93 tied to a logic high, software mode is enabled, otherwise one of the 3 101 line is active high, it should be marked GPIO_ACTIVE_HIGH. On the AD7606X 102 parts that support it, if all 3 pins are tied to a logic high, software 109 It is enabled when all three oversampling mode pins are connected to high 110 level for the AD7606B, or both the range selection are connected to high [all …]
|
H A D | adi,ad4000.yaml | 74 enum: [ high, low, cs, sdi ] 78 the ADC SDI is connected to host SDO. "high" indicates that the ADC SDI 79 pin is hard-wired to logic high (VIO). "low" indicates that it is 102 adi,high-z-input: 105 High-Z mode allows the amplifier and RC filter in front of the ADC to be 123 while the SDI line is high and the CNV line is low ("3-wire" mode) or the 124 SDI line is low and the CNV line is high ("4-wire" mode); or when the SDO 125 line goes high while the SDI and CNV lines are high (chain mode), 142 adi,high-z-input: false 194 adi,high-z-input;
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 27 const APInt &HighCase = Clusters[Last].High->getValue(); in getJumpTableRange() 58 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); in findJumpTables() 76 const APInt &Hi = Clusters[i].High->getValue(); in findJumpTables() 213 const APInt &High = Clusters[I].High->getValue(); in buildJumpTable() local 214 NumCmps += (Low == High) ? 1 : 2; in buildJumpTable() 217 const APInt &PreviousHigh = Clusters[I - 1].High->getValue(); in buildJumpTable() 223 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() 232 Clusters[Last].High->getValue(), *DL)) { in buildJumpTable() 259 Clusters[Last].High->getValue(), SI->getCondition(), in buildJumpTable() 263 JTCluster = CaseCluster::jumpTable(Clusters[First].Low, Clusters[Last].High, in buildJumpTable() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mm-venice-gw72xx-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;
|