| /external/elfutils/libelf/ |
| D | gelf_xlate.c | 67 #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 144 #define END(Bits, Name) \ argument 153 #define TYPE(Name, Bits) TYPE2 (Name, Bits) argument 154 #define TYPE2(Name, Bits) TYPE3 (Name##Bits) argument 181 #define define_xfcts(Bits) \ argument
|
| D | abstract.h | 31 #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
|
| D | exttypes.h | 52 #define START(Bits, Name, EName) typedef struct { argument 53 #define END(Bits, Name) } ElfW2(Bits, Name) argument
|
| D | libelfP.h | 45 #define __elfw2_(Bits, Name) __elf##Bits##_##Name argument 46 #define elfw2_(Bits, Name) elf##Bits##_##Name argument 47 #define ElfW2_(Bits, Name) Elf##Bits##_##Name argument 48 #define ELFW2_(Bits, Name) ELF##Bits##_##Name argument 49 #define ELFW_(Name, Bits) Name##Bits argument 50 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) argument 51 #define elfw2(Bits, Name) elfw2_(Bits, Name) argument 52 #define ElfW2(Bits, Name) ElfW2_(Bits, Name) argument 53 #define ELFW2(Bits, Name) ELFW2_(Bits, Name) argument 54 #define ELFW(Name, Bits) ELFW_(Name, Bits) argument
|
| /external/clang/test/Analysis/ |
| D | fields.c | 45 struct Bits { struct 52 struct InnerBits { argument 62 struct Bits bits; in testBitfields() argument
|
| /external/clang/include/clang/Basic/ |
| D | DiagnosticOptions.h | 73 #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
|
| D | LangOptions.h | 33 #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/ |
| D | LangOptions.cpp | 19 #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-10.0/llvm/include/llvm/ADT/ |
| D | PackedVector.h | 30 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
|
| D | SmallBitVector.h | 199 uintptr_t Bits = getSmallBits(); in count() local 229 uintptr_t Bits = getSmallBits(); in find_first() local 239 uintptr_t Bits = getSmallBits(); in find_last() local 253 uintptr_t Bits = getSmallBits(); in find_first_unset() local 264 uintptr_t Bits = getSmallBits(); in find_last_unset() local 276 uintptr_t Bits = getSmallBits(); in find_next() local 291 uintptr_t Bits = getSmallBits(); in find_next_unset() local 311 uintptr_t Bits = getSmallBits(); in find_prev() local
|
| /external/llvm/include/llvm/ADT/ |
| D | PackedVector.h | 30 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
|
| D | SmallBitVector.h | 181 uintptr_t Bits = getSmallBits(); in count() local 211 uintptr_t Bits = getSmallBits(); in find_first() local 223 uintptr_t Bits = getSmallBits(); in find_next() local
|
| D | SparseBitVector.h | 57 BitWord Bits[BITWORDS_PER_ELEMENT]; member
|
| /external/llvm/lib/MC/ |
| D | SubtargetFeature.cpp | 135 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/clang/include/clang/Frontend/ |
| D | CodeGenOptions.h | 32 #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/clang/lib/Frontend/ |
| D | CodeGenOptions.cpp | 16 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument 17 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); in CodeGenOptions() argument
|
| D | FrontendActions.cpp | 478 #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/deqp/external/openglcts/modules/common/ |
| D | glcTextureRepeatModeTests.cpp | 41 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/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCSubtargetInfo.cpp | 36 void SetImpliedBits(FeatureBitset &Bits, const FeatureBitset &Implies, in SetImpliedBits() 48 void ClearImpliedBits(FeatureBitset &Bits, unsigned Value, in ClearImpliedBits() 58 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag() 163 FeatureBitset Bits; in getFeatures() local
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_integer.inl | 28 GLM_FUNC_QUALIFIER T mask(T Bits) 261 GLM_FUNC_QUALIFIER genIUType bitfieldExtract(genIUType Value, int Offset, int Bits) 267 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldExtract(vecType<T, P> const & Value, int Offset, int Bits) 276 …ER genIUType bitfieldInsert(genIUType const & Base, genIUType const & Insert, int Offset, int Bits) 282 …, P> bitfieldInsert(vecType<T, P> const & Base, vecType<T, P> const & Insert, int Offset, int Bits)
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 142 const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags2 in mergeFlags() argument 165 std::vector<BitsSet<Flag, Bits, Ignored...>>& inout, in mergeFlags() argument
|
| /external/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.cpp | 94 uint32_t Bits; in parseGenericRegister() local 105 std::string AArch64SysReg::genericRegisterString(uint32_t Bits) { in genericRegisterString()
|
| /external/compiler-rt/lib/ubsan/ |
| D | ubsan_value.h | 155 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt() local 163 const unsigned Bits = getType().getFloatBitWidth(); in isInlineFloat() local
|
| /external/llvm/unittests/Transforms/IPO/ |
| D | LowerTypeTests.cpp | 19 std::set<uint64_t> Bits; in TEST() member 112 std::set<uint64_t> Bits; in TEST() member
|
| /external/rappor/client/cpp/ |
| D | rappor_deps.h | 28 typedef uint32_t Bits; typedef
|