| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 226 unsigned Bit = 0; in CounterToFeature() local 227 /**/ if (Counter >= 128) Bit = 7; in CounterToFeature() 228 else if (Counter >= 32) Bit = 6; in CounterToFeature() 229 else if (Counter >= 16) Bit = 5; in CounterToFeature() 230 else if (Counter >= 8) Bit = 4; in CounterToFeature() 231 else if (Counter >= 4) Bit = 3; in CounterToFeature() 232 else if (Counter >= 3) Bit = 2; in CounterToFeature() 233 else if (Counter >= 2) Bit = 1; in CounterToFeature() 234 return Bit; in CounterToFeature()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/dac/ |
| H A D | lltc,ltc1660.yaml | 8 title: Linear Technology Micropower octal 8-Bit and 10-Bit DACs 14 Bindings for the Linear Technology Micropower octal 8-Bit and 10-Bit DAC.
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utownerid.c | 304 UINT32 Bit; in AcpiUtReleaseOwnerId() local 337 Bit = (UINT32) 1 << ACPI_MOD_32 (OwnerId); in AcpiUtReleaseOwnerId() 341 if (AcpiGbl_OwnerIdMask[Index] & Bit) in AcpiUtReleaseOwnerId() 343 AcpiGbl_OwnerIdMask[Index] ^= Bit; in AcpiUtReleaseOwnerId()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | size_class_map.h | 150 for (u8 Bit = 0; Bit != 64; ++Bit) { in LSBTable() local 151 if (Config::Classes[I] & (1 << Bit)) { in LSBTable() 152 Tab[I] = Bit; in LSBTable() 153 if (Bit < Min) in LSBTable() 154 Min = Bit; in LSBTable() 155 if (Bit > Max) in LSBTable() 156 Max = Bit; in LSBTable()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | ti-am437x-vpfe.txt | 15 1 - 8 Bit BT656 Interface. 16 2 - 10 Bit BT656 Interface. 17 3 - YCbCr 8 Bit Interface. 18 4 - YCbCr 16 Bit Interface.
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | smile | 14 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content 15 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default … 16 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPContext.cpp | 89 for (unsigned Bit : ActiveTraits.set_bits()) { in OMPContext() 90 TraitProperty Property = TraitProperty(Bit); in OMPContext() 137 for (unsigned Bit : VMI0.RequiredTraits.set_bits()) in isStrictSubset() local 138 if (!VMI1.RequiredTraits.test(Bit)) in isStrictSubset() 195 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in isVariantApplicableInContextHelper() local 196 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() 278 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in getVariantMatchScore() local 279 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/input/ |
| H A D | pxa27x-keypad.txt | 28 - marvell,rotary0 : It is a u32 value. Bit[31:16] is the 29 linux key-code for rotary up. Bit[15:0] is the linux key-code 34 axes measurement in the device. It is a u32 value. Bit[31:16] 35 is for rotary 1, and Bit[15:0] is for rotary 0.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 456 Init *getBit(unsigned Bit) const override { in getBit() argument 489 Init *getBit(unsigned Bit) const override { in getBit() argument 544 Init *getBit(unsigned Bit) const override { in getBit() argument 546 return getTrailingObjects<Init *>()[Bit]; in getBit() 575 Init *getBit(unsigned Bit) const override { in getBit() argument 752 Init *getBit(unsigned Bit) const override; 998 Init *getBit(unsigned Bit) const override; 1033 Init *getBit(unsigned Bit) const override; 1066 Init *getBit(unsigned Bit) const override; 1103 Init *getBit(unsigned Bit) const override; [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | arm,syscon-icst.yaml | 37 Integrator/AP 22 1 Bit 8 0, rest variable 40 Integrator/AP 46 3 Bit 8 0, rest variable 46 Integrator/CP 22 variable Bit 8 0, rest variable 49 Integrator/CP 22 variable Bit 8 0, rest variable
|
| H A D | renesas,emev2-smu.txt | 22 - reg: Byte offset from SMU base and Bit position in the register 33 - reg: Byte offset from SMU base and Bit position in the register
|
| H A D | zynq-7000.txt | 26 - fclk-enable : Bit mask to enable FCLKs statically at boot time. 27 Bit [0..3] correspond to FCLK0..FCLK3. The corresponding
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7091r5.yaml | 7 title: Analog Devices AD7091R5 4-Channel 12-Bit ADC 13 Analog Devices AD7091R5 4-Channel 12-Bit ADC
|
| H A D | adi,ad7292.yaml | 7 title: Analog Devices AD7292 10-Bit Monitor and Control System 13 Analog Devices AD7292 10-Bit Monitor and Control System with ADC, DACs,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 90 "'Zbf' (Bit-Field 'B' Instructions)">; 93 "'Zbf' (Bit-Field 'B' Instructions)">; 118 "'Zbs' (Single-Bit 'B' Instructions)">; 121 "'Zbs' (Single-Bit 'B' Instructions)">; 147 "'B' (Bit Manipulation Instructions)", 160 "'B' (Bit Manipulation Instructions)">;
|
| H A D | RISCVScheduleV.td | 94 // 11.6. Vector Single-Width Bit Shift Instructions 220 // 15.3. Vector Find-First-Set Mask Bit 222 // 15.4. Vector Set-Before-First Mask Bit 223 // 15.5. Vector Set-Including-First Mask Bit 224 // 15.6. Vector Set-only-First Mask Bit 315 // 11.6. Vector Single-Width Bit Shift Instructions 439 // 15.3. Vector Find-First-Set Mask Bit 441 // 15.4. Vector Set-Before-First Mask Bit 442 // 15.5. Vector Set-Including-First Mask Bit 443 // 15.6. Vector Set-only-First Mask Bit
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | BitVector.h | 156 for (auto Bit : Bits) in count() local 157 NumBits += countPopulation(Bit); in count() 163 return any_of(Bits, [](BitWord Bit) { return Bit != 0; }); in any() 424 for (auto &Bit : Bits) in flip() 425 Bit = ~Bit; in flip()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/hsi/ |
| H A D | client-devices.txt | 9 - hsi-rx-mode: Receiver Bit transmission mode ("stream" or "frame") 10 - hsi-tx-mode: Transmitter Bit transmission mode ("stream" or "frame")
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 160 void setGlobalObjectFlag(unsigned Bit, bool Val) { in setGlobalObjectFlag() argument 161 unsigned Mask = 1 << Bit; in setGlobalObjectFlag()
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 66 const auto *Bit = dyn_cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local 67 if (Bit) in getValueFromBitsInit() 68 Value |= uint64_t(Bit->getValue()) << i; in getValueFromBitsInit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/ |
| H A D | M68kDisassembler.cpp | 149 uint16_t Bit = (1 << (16 - B - 1)); in dump() local 150 unsigned IsClear = !(Word & Bit); in dump() 234 uint16_t Bit = (1 << (15 - B)); in dump() local 235 unsigned IsMasked = !(WordMask & Bit); in dump() 236 unsigned IsClear = !(WordValue & Bit); in dump()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | JSONBackend.cpp | 50 } else if (auto *Bit = dyn_cast<BitInit>(&I)) { in translateInit() local 51 return Bit->getValue() ? 1 : 0; in translateInit()
|
| H A D | Record.cpp | 369 if (auto *Bit = dyn_cast<BitInit>(getBit(i))) in convertInitializerTo() local 403 if (Init *Bit = getBit(e-i-1)) in getAsString() local 404 Result += Bit->getAsString(); in getAsString() 685 Init *OpInit::getBit(unsigned Bit) const { in getBit() 1532 Init *FoldOpInit::getBit(unsigned Bit) const { in getBit() 1595 Init *IsAOpInit::getBit(unsigned Bit) const { in getBit() 1634 for (unsigned Bit : Bits) { in convertInitializerBitRange() local 1635 if (Bit >= NumBits) in convertInitializerBitRange() 1699 Init *VarInit::getBit(unsigned Bit) const { in getBit() 1933 Init *FieldInit::getBit(unsigned Bit) const { in getBit() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | ak5386.txt | 1 AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/timer/ |
| H A D | cdns,ttc.yaml | 31 Bit width of the timer, necessary if not 16.
|