Home
last modified time | relevance | path

Searched refs:Bit (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/netbsd-src/sys/external/bsd/acpica/dist/tools/examples/
H A Dextables.c375 [0001] Bit Width : 08
376 [0001] Bit Offset : 00
386 [0001] Bit Width : 20
387 [0001] Bit Offset : 00
393 [0001] Bit Width : 00
394 [0001] Bit Offset : 00
400 [0001] Bit Width : 10
401 [0001] Bit Offset : 00
407 [0001] Bit Width : 00
408 [0001] Bit Offset : 00
[all …]
/netbsd-src/sys/arch/amiga/dev/
H A Drtmons3 ; 640 � 200, 4 Bit, 31609 Hz, 75 Hz d
9 ; 640 � 400, 4 Bit, 31609 Hz, 75 Hz
15 ; 600 � 480, 4 Bit, 31250 Hz, 62 Hz
21 ; 800 � 600, 4 Bit, 31500 Hz, 50 Hz
27 ; 800 � 600, 4 Bit, 37878 Hz, 60 Hz
33 ; 1024 � 768, 4 Bit, 45646 Hz, 56 Hz
39 ; 800 � 600, 4 Bit, 48828 Hz, 77 Hz
45 ; 1280 � 1024, 4 Bit, 48309 Hz, 89 Hz i
51 ; 1440 � 1280, 4 Bit, 49559 Hz, 73 Hz i
57 ; 800 � 600, 4 Bit, 55316 Hz, 87 Hz
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp70 StringRef getName(ExecutionMode Bit) { in getName() argument
71 assert(isEnumValue(Bit) && "Bit must be a power of two"); in getName()
72 switch (Bit) { in getName()
108 for (const auto Bit : getAllExecutionBits()) in getExecutionModeBits() local
109 if ((Execution & Bit) == Bit) in getExecutionModeBits()
110 Result.push_back(Bit); in getExecutionModeBits()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerTracePC.h239 unsigned Bit = 0; in CounterToFeature() local
240 /**/ if (Counter >= 128) Bit = 7; in CounterToFeature()
241 else if (Counter >= 32) Bit = 6; in CounterToFeature()
242 else if (Counter >= 16) Bit = 5; in CounterToFeature()
243 else if (Counter >= 8) Bit = 4; in CounterToFeature()
244 else if (Counter >= 4) Bit = 3; in CounterToFeature()
245 else if (Counter >= 3) Bit = 2; in CounterToFeature()
246 else if (Counter >= 2) Bit = 1; in CounterToFeature()
247 return Bit; in CounterToFeature()
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutownerid.c196 UINT32 Bit; in AcpiUtReleaseOwnerId() local
229 Bit = (UINT32) 1 << ACPI_MOD_32 (OwnerId); in AcpiUtReleaseOwnerId()
233 if (AcpiGbl_OwnerIdMask[Index] & Bit) in AcpiUtReleaseOwnerId()
235 AcpiGbl_OwnerIdMask[Index] ^= Bit; in AcpiUtReleaseOwnerId()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DHashTable.rst34 | Present Bit Vector |
36 | Deleted Bit Vector |
54 - **Present Bit Vector** - A serialized bit vector which contains information
60 - **Deleted Bit Vector** - A serialized bit vector which contains information
72 Present and Deleted Bit Vectors
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetables.h431 [025h 0037 1] Bit Width : 08
432 [026h 0038 1] Bit Offset : 00
438 [031h 0049 1] Bit Width : 08
439 [032h 0050 1] Bit Offset : 00
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp89 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()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsmile14 # 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…
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h398 virtual Init *getBit(unsigned Bit) const = 0;
456 Init *getBit(unsigned Bit) const override { in getBit() argument
489 Init *getBit(unsigned Bit) const override { in getBit() argument
490 assert(Bit < 1 && "Bit index out of range!"); in getBit()
544 Init *getBit(unsigned Bit) const override { in getBit() argument
545 assert(Bit < NumBits && "Bit index out of range!"); in getBit()
546 return getTrailingObjects<Init *>()[Bit]; in getBit()
575 Init *getBit(unsigned Bit) const override { in getBit() argument
576 return BitInit::get((Value & (1ULL << Bit)) != 0); in getBit()
605 Init *getBit(unsigned Bit) const override { in getBit() argument
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-xgate.texi109 @item Immediate 3 Bit Wide
112 @item Immediate 4 Bit Wide
115 @item Immediate 8 Bit Wide
127 @item Relative Addressing 9 Bit Wide
130 @item Relative Addressing 10 Bit Wide
154 @item Immediate 16 Bit Wide
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-xgate.texi109 @item Immediate 3 Bit Wide
112 @item Immediate 4 Bit Wide
115 @item Immediate 8 Bit Wide
127 @item Relative Addressing 9 Bit Wide
130 @item Relative Addressing 10 Bit Wide
154 @item Immediate 16 Bit Wide
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCV.td90 "'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)">;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst209 The total number of 32-bit integers encoded using the Variable Bit Rate
214 The total number of 64-bit integers encoded using the Variable Bit Rate encoding
220 the Variable Bit Rate encoding scheme.
225 integers had they not been compressed with the Variable Bit Rage encoding
230 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
290 integers that use the Variable Bit Rate encoding scheme.
296 Bit Rate encoding scheme.
300 The total number of bytes saved in this function by using the Variable Bit
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darmada-xp-crs326-24g-2s-bit.dts3 * Device Tree file for MikroTik CRS326-24G-2S+ Bit board
12 model = "MikroTik CRS326-24G-2S+ Bit";
H A Darmada-xp-crs305-1g-4s-bit.dts3 * Device Tree file for MikroTik CRS305-1G-4S+ Bit board
12 model = "MikroTik CRS305-1G-4S+ Bit";
H A Darmada-xp-crs328-4c-20s-4s-bit.dts3 * Device Tree file for MikroTik CRS328-4C-20S-4S+ Bit board
12 model = "MikroTik CRS328-4C-20S-4S+ Bit";
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h156 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()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp66 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalObject.h160 void setGlobalObjectFlag(unsigned Bit, bool Val) { in setGlobalObjectFlag() argument
161 unsigned Mask = 1 << Bit; in setGlobalObjectFlag()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp149 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()
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dmep-rhcop.cpu95 (dnf f-code23 "23 Bit Unisgned Immediate" ((ISA ext_cop1_64)) 41 23)
98 (dnf f-code24 "24 Bit Unisgned Immediate" ((ISA ext_cop1_64)) 40 24)
176 ; 16-Bit Insns
209 ; 32-Bit Insns
228 ; 48-Bit Insns
254 ; 64-Bit Insns
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dmep-rhcop.cpu95 (dnf f-code23 "23 Bit Unisgned Immediate" ((ISA ext_cop1_64)) 41 23)
98 (dnf f-code24 "24 Bit Unisgned Immediate" ((ISA ext_cop1_64)) 40 24)
176 ; 16-Bit Insns
209 ; 32-Bit Insns
228 ; 48-Bit Insns
254 ; 64-Bit Insns
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dmep-rhcop.cpu95 (dnf f-code23 "23 Bit Unisgned Immediate" ((ISA ext_cop1_64)) 41 23)
98 (dnf f-code24 "24 Bit Unisgned Immediate" ((ISA ext_cop1_64)) 40 24)
176 ; 16-Bit Insns
209 ; 32-Bit Insns
228 ; 48-Bit Insns
254 ; 64-Bit Insns
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dmep-rhcop.cpu95 (dnf f-code23 "23 Bit Unisgned Immediate" ((ISA ext_cop1_64)) 41 23)
98 (dnf f-code24 "24 Bit Unisgned Immediate" ((ISA ext_cop1_64)) 40 24)
176 ; 16-Bit Insns
209 ; 32-Bit Insns
228 ; 48-Bit Insns
254 ; 64-Bit Insns

12345678910>>...20