HomeSort by relevance Sort by last modified time
    Searched defs:Bits (Results 76 - 100 of 465) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/IPO/
LowerTypeTests.h 34 // The indices of the set bits in the bitset.
35 std::set<uint64_t> Bits;
40 // The size of the bitset in bits.
44 // For example, a log2 alignment of 3 means that bits in the bitset
49 return Bits.size() == 1;
53 return Bits.size() == BitSize;
145 /// program can test bits from the bit set with a relatively short instruction
148 /// A (16 bits), B (15 bits), C (14 bits), D (13 bits), E (12 bits)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
PackedVector.h 31 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
34 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
41 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i);
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
51 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
52 if (Bits[(Idx << (BitNum-1)) + BitNum-1])
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
60 Bits.set((Idx << (BitNum-1)) + BitNum-1);
64 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/IPO/
LowerTypeTests.h 34 // The indices of the set bits in the bitset.
35 std::set<uint64_t> Bits;
40 // The size of the bitset in bits.
44 // For example, a log2 alignment of 3 means that bits in the bitset
49 return Bits.size() == 1;
53 return Bits.size() == BitSize;
145 /// program can test bits from the bit set with a relatively short instruction
148 /// A (16 bits), B (15 bits), C (14 bits), D (13 bits), E (12 bits)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PackedVector.h 31 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
34 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
41 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i);
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
51 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
52 if (Bits[(Idx << (BitNum-1)) + BitNum-1])
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
60 Bits.set((Idx << (BitNum-1)) + BitNum-1);
64 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 34 // The indices of the set bits in the bitset.
35 std::set<uint64_t> Bits;
40 // The size of the bitset in bits.
44 // For example, a log2 alignment of 3 means that bits in the bitset
49 return Bits.size() == 1;
53 return Bits.size() == BitSize;
145 /// program can test bits from the bit set with a relatively short instruction
148 /// A (16 bits), B (15 bits), C (14 bits), D (13 bits), E (12 bits)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
PackedVector.h 31 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
34 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
41 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i);
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
51 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
52 if (Bits[(Idx << (BitNum-1)) + BitNum-1])
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
60 Bits.set((Idx << (BitNum-1)) + BitNum-1);
64 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
LowerTypeTests.h 34 // The indices of the set bits in the bitset.
35 std::set<uint64_t> Bits;
40 // The size of the bitset in bits.
44 // For example, a log2 alignment of 3 means that bits in the bitset
49 return Bits.size() == 1;
53 return Bits.size() == BitSize;
145 /// program can test bits from the bit set with a relatively short instruction
148 /// A (16 bits), B (15 bits), C (14 bits), D (13 bits), E (12 bits)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
PackedVector.h 31 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
34 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
41 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i);
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
51 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
52 if (Bits[(Idx << (BitNum-1)) + BitNum-1])
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
60 Bits.set((Idx << (BitNum-1)) + BitNum-1);
64 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
LowerTypeTests.h 34 // The indices of the set bits in the bitset.
35 std::set<uint64_t> Bits;
40 // The size of the bitset in bits.
44 // For example, a log2 alignment of 3 means that bits in the bitset
49 return Bits.size() == 1;
53 return Bits.size() == BitSize;
145 /// program can test bits from the bit set with a relatively short instruction
148 /// A (16 bits), B (15 bits), C (14 bits), D (13 bits), E (12 bits)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
PackedVector.h 31 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
34 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
41 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i);
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
51 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
52 if (Bits[(Idx << (BitNum-1)) + BitNum-1])
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
60 Bits.set((Idx << (BitNum-1)) + BitNum-1);
64 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/IPO/
LowerTypeTests.h 34 // The indices of the set bits in the bitset.
35 std::set<uint64_t> Bits;
40 // The size of the bitset in bits.
44 // For example, a log2 alignment of 3 means that bits in the bitset
49 return Bits.size() == 1;
53 return Bits.size() == BitSize;
145 /// program can test bits from the bit set with a relatively short instruction
148 /// A (16 bits), B (15 bits), C (14 bits), D (13 bits), E (12 bits)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PackedVector.h 31 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
34 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
41 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i);
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
51 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
52 if (Bits[(Idx << (BitNum-1)) + BitNum-1])
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
60 Bits.set((Idx << (BitNum-1)) + BitNum-1);
64 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/IPO/
LowerTypeTests.h 34 // The indices of the set bits in the bitset.
35 std::set<uint64_t> Bits;
40 // The size of the bitset in bits.
44 // For example, a log2 alignment of 3 means that bits in the bitset
49 return Bits.size() == 1;
53 return Bits.size() == BitSize;
145 /// program can test bits from the bit set with a relatively short instruction
148 /// A (16 bits), B (15 bits), C (14 bits), D (13 bits), E (12 bits)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
PackedVector.h 31 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
34 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
41 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i);
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
51 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
52 if (Bits[(Idx << (BitNum-1)) + BitNum-1])
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
60 Bits.set((Idx << (BitNum-1)) + BitNum-1);
64 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/IPO/
LowerTypeTests.h 34 // The indices of the set bits in the bitset.
35 std::set<uint64_t> Bits;
40 // The size of the bitset in bits.
44 // For example, a log2 alignment of 3 means that bits in the bitset
49 return Bits.size() == 1;
53 return Bits.size() == BitSize;
145 /// program can test bits from the bit set with a relatively short instruction
148 /// A (16 bits), B (15 bits), C (14 bits), D (13 bits), E (12 bits)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
PackedVector.h 31 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
34 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
41 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i);
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) {
51 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
52 if (Bits[(Idx << (BitNum-1)) + BitNum-1])
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) {
60 Bits.set((Idx << (BitNum-1)) + BitNum-1);
64 Bits[(Idx << (BitNum-1)) + i] = val & (T(1) << i)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
LowerTypeTests.h 34 // The indices of the set bits in the bitset.
35 std::set<uint64_t> Bits;
40 // The size of the bitset in bits.
44 // For example, a log2 alignment of 3 means that bits in the bitset
49 return Bits.size() == 1;
53 return Bits.size() == BitSize;
145 /// program can test bits from the bit set with a relatively short instruction
148 /// A (16 bits), B (15 bits), C (14 bits), D (13 bits), E (12 bits)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 19 import com.android.dexgen.util.Bits;
66 this.workSet = Bits.makeBitSet(maxLabel);
77 label = Bits.findFirst(workSet, 0)) {
78 Bits.clear(workSet, label);
187 Bits.set(workSet, succ);
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 19 import com.android.dx.util.Bits;
66 this.workSet = Bits.makeBitSet(maxLabel);
77 label = Bits.findFirst(workSet, 0)) {
78 Bits.clear(workSet, label);
187 Bits.set(workSet, succ);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
ProcessorSubClass.h 73 } Bits;
86 } Bits;
104 } Bits;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
HiKeyDxe.c 108 UINT32 Data, Bits;
111 Bits = PERIPH_RST3_I2C0 | PERIPH_RST3_I2C1 | PERIPH_RST3_I2C2 | \
113 MmioWrite32 (PERI_CTRL_BASE + SC_PERIPH_RSTDIS3, Bits);
117 } while (Data & Bits);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
DispatchExecute.c 34 } Bits;
43 UINT32 OffsetLow:16; ///< Offset bits 15..0.
47 UINT32 OffsetHigh:16; ///< Offset bits 31..16.
48 } Bits;
133 Ia32IdtEntry[Index].Bits.Selector = COMPATIBILITY_MODE_SELECTOR;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
SecPlatformInformation.h 54 /// Reserved 13 bits.
82 /// Reserved 12 bits.
85 } Bits;
  /device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
BltLibSample.c 43 INTN Bits;
56 Bits = HighBitSet64 (TscBits);
57 if (Bits > 0) {
58 Bits = Bits - 1;
60 R32 = (UINT32)((R32 << Bits) |
61 RShiftU64 (LShiftU64 (TscBits, (UINTN) (64 - Bits)), (UINTN) (64 - Bits)));
62 Found = Found + Bits;
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
Hpet.h 53 } Bits;
66 } Bits;
89 } Bits;
100 } Bits;

Completed in 1273 milliseconds

1 2 34 5 6 7 8 91011>>