/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | lldb-x86-register-enums.h | 176 lldb_r8d_x86_64, // Low 32 bits of r8 177 lldb_r9d_x86_64, // Low 32 bits of r9 178 lldb_r10d_x86_64, // Low 32 bits of r10 179 lldb_r11d_x86_64, // Low 32 bits of r11 180 lldb_r12d_x86_64, // Low 32 bits of r12 181 lldb_r13d_x86_64, // Low 32 bits of r13 182 lldb_r14d_x86_64, // Low 32 bits of r14 183 lldb_r15d_x86_64, // Low 32 bits of r15 192 lldb_r8w_x86_64, // Low 16 bits of r8 193 lldb_r9w_x86_64, // Low 16 bits of r9 [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | udivmoddi4.c | 44 *rem = n.s.low % d.s.low; in __udivmoddi4() 45 return n.s.low / d.s.low; in __udivmoddi4() 51 *rem = n.s.low; in __udivmoddi4() 55 if (d.s.low == 0) { in __udivmoddi4() 61 *rem = n.s.high % d.s.low; in __udivmoddi4() 62 return n.s.high / d.s.low; in __udivmoddi4() 65 if (n.s.low == 0) { in __udivmoddi4() 71 r.s.low = 0; in __udivmoddi4() 81 r.s.low = n.s.low; in __udivmoddi4() 100 q.s.low = 0; in __udivmoddi4() [all …]
|
H A D | multi3.c | 23 r.s.low = (a & lower_mask) * (b & lower_mask); in __mulddi3() 24 du_int t = r.s.low >> bits_in_dword_2; in __mulddi3() 25 r.s.low &= lower_mask; in __mulddi3() 27 r.s.low += (t & lower_mask) << bits_in_dword_2; in __mulddi3() 29 t = r.s.low >> bits_in_dword_2; in __mulddi3() 30 r.s.low &= lower_mask; in __mulddi3() 32 r.s.low += (t & lower_mask) << bits_in_dword_2; in __mulddi3() 46 r.all = __mulddi3(x.s.low, y.s.low); in __multi3() 47 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high; in __multi3()
|
H A D | muldi3.c | 21 r.s.low = (a & lower_mask) * (b & lower_mask); in __muldsi3() 22 su_int t = r.s.low >> bits_in_word_2; in __muldsi3() 23 r.s.low &= lower_mask; in __muldsi3() 25 r.s.low += (t & lower_mask) << bits_in_word_2; in __muldsi3() 27 t = r.s.low >> bits_in_word_2; in __muldsi3() 28 r.s.low &= lower_mask; in __muldsi3() 30 r.s.low += (t & lower_mask) << bits_in_word_2; in __muldsi3() 44 r.all = __muldsi3(x.s.low, y.s.low); in __muldi3() 45 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high; in __muldi3()
|
H A D | udivmodti4.c | 116 if (dividend.s.high < divisor.s.low) { in __udivmodti4() 118 quotient.s.low = udiv128by64to64(dividend.s.high, dividend.s.low, in __udivmodti4() 119 divisor.s.low, &remainder.s.low); 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() 127 divisor.s.low, &remainder.s.low); in __udivmodti4() 138 quotient.s.low = 0; in __udivmodti4() 140 quotient.s.low <<= 1; in __udivmodti4() [all …]
|
/freebsd-src/contrib/dialog/package/debian/ |
H A D | changelog | 1 cdialog (20210117) unstable; urgency=low 7 cdialog (20210112) unstable; urgency=low 13 cdialog (20201126) unstable; urgency=low 19 cdialog (20200327) unstable; urgency=low 25 cdialog (20200228) unstable; urgency=low 31 cdialog (20191231) unstable; urgency=low 37 cdialog (20191210) unstable; urgency=low 43 cdialog (20191209) unstable; urgency=low 49 cdialog (20191110) unstable; urgency=low 55 cdialog (20190926) unstable; urgency=low [all …]
|
/freebsd-src/sys/contrib/openzfs/include/sys/ |
H A D | bitops.h | 44 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len)) argument 45 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len)) argument 46 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low)) argument 47 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low)) argument 49 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) argument 50 #define BF64_GET(x, low, len) BF64_DECODE(x, low, len) argument 52 #define BF32_SET(x, low, len, val) do { \ argument 54 ASSERT3U(low + len, <=, 32); \ 55 (x) ^= BF32_ENCODE((x >> low) ^ (val), low, len); \ 58 #define BF64_SET(x, low, len, val) do { \ argument [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-bcm6358.txt | 18 - brcm,clk-dat-low : Boolean, makes clock and data signals active low. 43 active-low; 48 active-low; 53 active-low; 58 active-low; 69 brcm,pol-low; 74 active-low; 79 active-low; 89 active-low; [all...] |
H A D | leds-bcm6328.yaml | 51 brcm,serial-clk-low: 53 description: Makes clock signal active low. 55 brcm,serial-dat-low: 57 description: Makes data signal active low. 130 active-low; 136 active-low; 142 active-low; 175 brcm,serial-dat-low; 192 active-low; 198 active-low; [all...] |
H A D | leds-bcm6328.txt | 34 - brcm,serial-clk-low : Boolean, makes clock signal active low. 36 - brcm,serial-dat-low : Boolean, makes data signal active low. 49 - active-low : Boolean, makes LED active low. 82 active-low; 87 active-low; 92 active-low; 121 brcm,serial-dat-low; 136 active-low; 141 active-low; 146 active-low; [all …]
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextLinuxCore_x86_64.cpp | 97 x86_64_with_base::lldb_r8d, // Low 32 bits or r8 98 x86_64_with_base::lldb_r9d, // Low 32 bits or r9 99 x86_64_with_base::lldb_r10d, // Low 32 bits or r10 100 x86_64_with_base::lldb_r11d, // Low 32 bits or r11 101 x86_64_with_base::lldb_r12d, // Low 32 bits or r12 102 x86_64_with_base::lldb_r13d, // Low 32 bits or r13 103 x86_64_with_base::lldb_r14d, // Low 32 bits or r14 104 x86_64_with_base::lldb_r15d, // Low 32 bits or r15 113 x86_64_with_base::lldb_r8w, // Low 16 bits or r8 114 x86_64_with_base::lldb_r9w, // Low 16 bits or r9 [all …]
|
/freebsd-src/secure/lib/libcrypto/man/man7/ |
H A D | migration_guide.7 | 117 . \" for low resolution devices (crt and lpr) 186 be accessed using the \*(L"Low Level APIs\*(R". 209 \fILow Level APIs\fR 210 .IX Subsection "Low Level APIs" 213 algorithms: the \*(L"high level\*(R" APIs (such as the \f(CW\*(C`EVP\*(C'\fR APIs) and the \*(L"low… 215 types. The \*(L"low level\*(R" APIs are targeted at a specific algorithm implementation. 219 On the other hand, to do \s-1AES\s0 encryption using the low level APIs you would have 222 Use of the low level APIs has been informally discouraged by the OpenSSL 224 formal. All such low level APIs have been deprecated. You may still use them in 230 This is described in more detail in \*(L"Deprecation of Low Level Functions\*(R" [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm/nuvoton/ |
H A D | nuvoton-npcm750-runbmc-olympus-pincfg.dtsi | 9 output-low; 14 output-low; 19 output-low; 24 output-low; 49 output-low; 64 output-low; 69 output-low; 74 output-low; 79 output-low; 189 output-low; [all …]
|
H A D | nuvoton-npcm750-pincfg-evb.dtsi | 36 pin25_output_low: pin25-output-low { 39 output-low; 106 pin197_output_low: pin197-output-low { 109 output-low; 116 pin219_output_low: pin219-output-low { 119 output-low; 121 pin220_output_low: pin220-output-low { 124 output-low; 136 pin223_output_low: pin223-output-low { 139 output-low; [all …]
|
/freebsd-src/contrib/xz/src/liblzma/rangecoder/ |
H A D | range_encoder.h | 27 uint64_t low; member 59 rc->low = 0; in rc_reset() 139 if ((uint32_t)(rc->low) < (uint32_t)(0xFF000000) in rc_shift_low() 140 || (uint32_t)(rc->low >> 32) != 0) { in rc_shift_low() 145 out[*out_pos] = rc->cache + (uint8_t)(rc->low >> 32); in rc_shift_low() 152 rc->cache = (rc->low >> 24) & 0xFF; in rc_shift_low() 156 rc->low = (rc->low & 0x00FFFFFF) << RC_SHIFT_BITS; in rc_shift_low() 166 rc_shift_low_dummy(uint64_t *low, uint64_t *cache_size, uint8_t *cache, in rc_shift_low_dummy() argument 169 if ((uint32_t)(*low) < (uint32_t)(0xFF000000) in rc_shift_low_dummy() 170 || (uint32_t)(*low >> 32) != 0) { in rc_shift_low_dummy() [all …]
|
/freebsd-src/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 51 be accessed using the L</Low Level APIs>. 74 =head3 Low Level APIs 77 algorithms: the "high level" APIs (such as the C<EVP> APIs) and the "low level" 79 types. The "low level" APIs are targeted at a specific algorithm implementation. 83 On the other hand, to do AES encryption using the low level APIs you would have 86 Use of the low level APIs has been informally discouraged by the OpenSSL 88 formal. All such low level APIs have been deprecated. You may still use them in 94 This is described in more detail in L</Deprecation of Low Level Functions> 139 Setting engine-based or application-based default low-level crypto method such 426 OpenSSL 3.0. Previously they returned a pointer to the low-level key used [all …]
|
/freebsd-src/sys/libkern/arm/ |
H A D | muldi3.c | 69 * (2^n + 1) (u0 v0) [u0v0 = low] 87 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low) 91 * (2^n)(high + mid + low) + low 94 * of 2^n in either one will also vanish. Only `low' need be computed 103 union uu u, v, low, prod; in __muldi3() local 139 low.q = __lmulq(u0, v0); in __muldi3() 156 prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] + in __muldi3() 157 low.ul[H]; in __muldi3() 158 prod.ul[L] = low.ul[L]; in __muldi3() 182 * splits into high and low ints as HHALF(l) and LHUP(l) respectively. [all …]
|
/freebsd-src/lib/libc/quad/ |
H A D | muldi3.c | 67 * (2^n + 1) (u0 v0) [u0v0 = low] 85 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low) 89 * (2^n)(high + mid + low) + low 92 * of 2^n in either one will also vanish. Only `low' need be computed 100 union uu u, v, low, prod; in __muldi3() local 136 low.q = __lmulq(u0, v0); in __muldi3() 153 prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] + in __muldi3() 154 low.ul[H]; in __muldi3() 155 prod.ul[L] = low.ul[L]; in __muldi3() 179 * splits into high and low longs as HHALF(l) and LHUP(l) respectively. [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() 62 // from long double to 64-bit integer is needed. The low double can be either in __fixunstfti() 64 // of the low double and to ensure it does not simply get converted to 0. in __fixunstfti() 90 // CASE 1 - Low double fits in int64. in __fixunstfti() [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | ste,abx500.txt | 40 output-low; 52 output-low; 76 output-low; 88 output-low; 100 output-low; 117 output-low; 129 output-low; 145 output-low; 162 output-low; 178 output-low; [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 54 APInt Low, High; member 65 // then check if the Low field is <= R.Low. If so, we in IsInRanges() 69 return I != Ranges.end() && I->Low.sle(R.Low); in IsInRanges() 73 ConstantInt *Low; member 77 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) in CaseRange() 78 : Low(low), High(high), BB(bb) {} in CaseRange() 88 const ConstantInt *CI1 = cast<const ConstantInt>(C1.Low); in operator ()() 422 const APInt &Low = Cases.front().Low->getValue(); ProcessSwitchInst() local 444 const APInt &Low = I.Low->getValue(); ProcessSwitchInst() local [all...] |
/freebsd-src/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 1014 bits64 low; member 1062 a.low = inputs_floatx80[ inputNum ].low; in time_a_floatx80_z_int32() 1072 a.low = inputs_floatx80[ inputNum ].low; in time_a_floatx80_z_int32() 1094 a.low = inputs_floatx80[ inputNum ].low; in time_a_floatx80_z_int64() 1104 a.low = inputs_floatx80[ inputNum ].low; in time_a_floatx80_z_int64() 1126 a.low = inputs_floatx80[ inputNum ].low; in time_a_floatx80_z_float32() 1136 a.low = inputs_floatx80[ inputNum ].low; in time_a_floatx80_z_float32() 1158 a.low = inputs_floatx80[ inputNum ].low; in time_a_floatx80_z_float64() 1168 a.low = inputs_floatx80[ inputNum ].low; in time_a_floatx80_z_float64() 1192 a.low = inputs_floatx80[ inputNum ].low; in time_a_floatx80_z_float128() [all …]
|
/freebsd-src/share/security/ |
H A D | lomac-policy.contexts | 7 /sbin/dhclient lomac/high[low] 19 /mnt.* lomac/low 20 (/usr)?/home lomac/high[low] 21 (/usr)?/home/.* lomac/low 22 /var/mail(/.*)? lomac/low 23 /var/spool/mqueue(/.*)? lomac/low 26 /var/log/sendmail\.st lomac/low
|
/freebsd-src/sys/dev/bhnd/bhndb/ |
H A D | bhndb_hwdata.c | 112 * Low priority device classes. 115 * treated as a low allocation priority. 117 BHNDB_CLASS_PRIO(CC, LOW, 119 BHNDB_PORT0_PRIO(DEVICE, LOW), 125 BHNDB_CLASS_PRIO(PMU, LOW, 127 BHNDB_PORT0_PRIO(DEVICE, LOW), 167 * Low priority device classes. 170 * treated as a low allocation priority. 179 BHNDB_CLASS_PRIO(CC, LOW, 181 BHNDB_PORT_PRIO(DEVICE, 0, 0, LOW, [all …]
|
/freebsd-src/sys/x86/iommu/ |
H A D | intel_intrmap.c | 65 uint64_t low, uint16_t rid); 101 uint64_t low; in iommu_map_msi_intr() 124 low = (DMAR_X2APIC(unit) ? DMAR_IRTE1_DST_x2APIC(cpu) : in iommu_map_msi_intr() 128 dmar_ir_program_irte(unit, cookie, low, rid); in iommu_map_msi_intr() 159 uint64_t low, iorte; in iommu_map_ioapic_intr() 177 low = 0; in iommu_map_ioapic_intr() 180 low |= DMAR_IRTE1_DLM_ExtINT; in iommu_map_ioapic_intr() 183 low |= DMAR_IRTE1_DLM_NMI; in iommu_map_ioapic_intr() 186 low |= DMAR_IRTE1_DLM_SMI; in iommu_map_ioapic_intr() 190 low | in iommu_map_ioapic_intr() 100 uint64_t low; iommu_map_msi_intr() local 158 uint64_t low, iorte; iommu_map_ioapic_intr() local 262 dmar_ir_program_irte(struct dmar_unit * unit,u_int idx,uint64_t low,uint16_t rid) dmar_ir_program_irte() argument [all...] |