Home
last modified time | relevance | path

Searched defs:Bits (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/elfutils/libelf/
Dgelf_xlate.c67 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr) argument
68 #define STORE(Bits, ptr, val) (*(uint##Bits##_t *) ptr = val) argument
79 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits) argument
80 #define STORE(Bits, ptr, val) (((union unaligned *) ptr)->u##Bits = val) argument
90 #define FUNDAMENTAL(NAME, Name, Bits) \ argument
135 #define START(Bits, Name, EName) \ argument
143 #define END(Bits, Name) } } argument
148 #define TYPE(Name, Bits) TYPE2 (Name, Bits) argument
149 #define TYPE2(Name, Bits) TYPE3 (Name##Bits) argument
176 #define define_xfcts(Bits) \ argument
Dabstract.h31 #define Ehdr(Bits, Ext) \ argument
162 #define Note(Bits, Ext) \ argument
199 # define Verdef(Bits, Ext) \ argument
215 # define Verdaux(Bits, Ext) \ argument
227 # define Verneed(Bits, Ext) \ argument
241 # define Vernaux(Bits, Ext) \ argument
257 #define Syminfo(Bits, Ext) \ argument
269 #define Move(Bits, Ext) \ argument
283 #define Lib(Bits, Ext) \ argument
Dexttypes.h52 #define START(Bits, Name, EName) typedef struct { argument
53 #define END(Bits, Name) } ElfW2(Bits, Name) argument
DlibelfP.h47 #define __elfw2_(Bits, Name) __elf##Bits##_##Name argument
48 #define elfw2_(Bits, Name) elf##Bits##_##Name argument
49 #define ElfW2_(Bits, Name) Elf##Bits##_##Name argument
50 #define ELFW2_(Bits, Name) ELF##Bits##_##Name argument
51 #define ELFW_(Name, Bits) Name##Bits argument
52 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) argument
53 #define elfw2(Bits, Name) elfw2_(Bits, Name) argument
54 #define ElfW2(Bits, Name) ElfW2_(Bits, Name) argument
55 #define ELFW2(Bits, Name) ELFW2_(Bits, Name) argument
56 #define ELFW(Name, Bits) ELFW_(Name, Bits) argument
/external/clang/test/Analysis/
Dfields.c45 struct Bits { struct
52 struct InnerBits { argument
62 struct Bits bits; in testBitfields() argument
/external/clang/include/clang/Basic/
DDiagnosticOptions.h73 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument
74 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument
80 #define DIAGOPT(Name, Bits, Default) argument
81 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
101 #define DIAGOPT(Name, Bits, Default) argument
102 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument
108 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument
109 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
DLangOptions.h33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument
34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument
40 #define LANGOPT(Name, Bits, Default, Description) argument
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
132 #define LANGOPT(Name, Bits, Default, Description) argument
133 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
/external/clang/lib/Basic/
DLangOptions.cpp19 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument
20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument
25 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument
26 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument
27 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPackedVector.h31 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue()
38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue()
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
78 BitVectorTy Bits; variable
DSmallBitVector.h202 uintptr_t Bits = getSmallBits(); in count() local
232 uintptr_t Bits = getSmallBits(); in find_first() local
242 uintptr_t Bits = getSmallBits(); in find_last() local
256 uintptr_t Bits = getSmallBits(); in find_first_unset() local
267 uintptr_t Bits = getSmallBits(); in find_last_unset() local
277 uintptr_t Bits = getSmallBits(); in find_next() local
292 uintptr_t Bits = getSmallBits(); in find_next_unset() local
312 uintptr_t Bits = getSmallBits(); in find_prev() local
/external/llvm/include/llvm/ADT/
DPackedVector.h30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue()
37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue()
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
77 BitVectorTy Bits; variable
DSparseBitVector.h57 BitWord Bits[BITWORDS_PER_ELEMENT]; member
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPackedVector.h30 static T getValue(const llvm::BitVector &Bits, unsigned Idx) { in getValue()
37 static void setValue(llvm::BitVector &Bits, unsigned Idx, T val) { in setValue()
47 static T getValue(const llvm::BitVector &Bits, unsigned Idx) { in getValue()
56 static void setValue(llvm::BitVector &Bits, unsigned Idx, T val) { in setValue()
77 llvm::BitVector Bits; variable
DSmallBitVector.h173 uintptr_t Bits = getSmallBits(); in count() local
208 uintptr_t Bits = getSmallBits(); in find_first() local
224 uintptr_t Bits = getSmallBits(); in find_next() local
DSparseBitVector.h57 BitWord Bits[BITWORDS_PER_ELEMENT]; member
/external/llvm/lib/MC/
DSubtargetFeature.cpp135 void SetImpliedBits(FeatureBitset &Bits, const SubtargetFeatureKV *FeatureEntry, in SetImpliedBits()
151 void ClearImpliedBits(FeatureBitset &Bits, in ClearImpliedBits()
166 SubtargetFeatures::ToggleFeature(FeatureBitset &Bits, StringRef Feature, in ToggleFeature()
191 void SubtargetFeatures::ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag()
238 FeatureBitset Bits; in getFeatureBits() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DSubtargetFeature.cpp126 void SetImpliedBits(FeatureBitset &Bits, const SubtargetFeatureKV &FeatureEntry, in SetImpliedBits()
140 void ClearImpliedBits(FeatureBitset &Bits, in ClearImpliedBits()
154 SubtargetFeatures::ToggleFeature(FeatureBitset &Bits, StringRef Feature, in ToggleFeature()
177 void SubtargetFeatures::ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag()
216 FeatureBitset Bits; in getFeatureBits() local
/external/clang/lib/Frontend/
DCodeGenOptions.cpp16 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument
17 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); in CodeGenOptions() argument
DFrontendActions.cpp478 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument
480 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() argument
483 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument
485 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() argument
486 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() argument
519 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() argument
520 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() argument
522 #define VALUE_DIAGOPT(Name, Bits, Default) \ in ReadDiagnosticOptions() argument
/external/clang/include/clang/Frontend/
DCodeGenOptions.h32 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument
33 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument
37 #define CODEGENOPT(Name, Bits, Default) argument
38 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
215 #define CODEGENOPT(Name, Bits, Default) argument
216 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
/external/swiftshader/third_party/LLVM/lib/MC/
DSubtargetFeature.cpp193 void SetImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, in SetImpliedBits()
212 void ClearImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, in ClearImpliedBits()
230 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature, in ToggleFeature()
279 uint64_t Bits = 0; // Resulting bits in getFeatureBits() local
/external/deqp/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp41 struct Bits struct
43 int red; /* red bits */
44 int green; /* green bits */
45 int blue; /* blue bits */
46 int alpha; /* alpha bits */
47 int intensity; /* intensity bits */
48 int luminance; /* luminance bits */
49 int depth; /* depth bits */
50 int stencil; /* stencil bits */
51 int exponent; /* shared exponent bits */
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp94 uint32_t Bits; in parseGenericRegister() local
105 std::string AArch64SysReg::genericRegisterString(uint32_t Bits) { in genericRegisterString()
/external/compiler-rt/lib/ubsan/
Dubsan_value.h155 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt() local
163 const unsigned Bits = getType().getFloatBitWidth(); in isInlineFloat() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCCodeEmitter.cpp146 uint16_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
151 uint32_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local

12345678910