/external/v8/test/unittests/base/ |
D | bits-unittest.cc | 21 TEST(Bits, CountPopulation32) { in TEST() argument 31 TEST(Bits, CountPopulation64) { in TEST() argument 46 TEST(Bits, CountLeadingZeros32) { in TEST() argument 56 TEST(Bits, CountLeadingZeros64) { in TEST() argument 67 TEST(Bits, CountTrailingZeros32) { in TEST() argument 77 TEST(Bits, CountTrailingZeros64) { in TEST() argument 88 TEST(Bits, IsPowerOfTwo32) { in TEST() argument 102 TEST(Bits, IsPowerOfTwo64) { in TEST() argument 116 TEST(Bits, RoundUpToPowerOfTwo32) { in TEST() argument 132 TEST(Bits, RoundDownToPowerOfTwo32) { in TEST() argument [all …]
|
/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 143 #define END(Bits, Name) } } argument 148 #define TYPE(Name, Bits) TYPE2 (Name, Bits) argument 149 #define TYPE2(Name, Bits) TYPE3 (Name##Bits) argument 178 #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 | 51 #define __elfw2_(Bits, Name) __elf##Bits##_##Name argument 52 #define elfw2_(Bits, Name) elf##Bits##_##Name argument 53 #define ElfW2_(Bits, Name) Elf##Bits##_##Name argument 54 #define ELFW2_(Bits, Name) ELF##Bits##_##Name argument 55 #define ELFW_(Name, Bits) Name##Bits argument 56 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) argument 57 #define elfw2(Bits, Name) elfw2_(Bits, Name) argument 58 #define ElfW2(Bits, Name) ElfW2_(Bits, Name) argument 59 #define ELFW2(Bits, Name) ELFW2_(Bits, Name) argument 60 #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 115 #define LANGOPT(Name, Bits, Default, Description) argument 116 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
|
/external/clang/lib/Basic/ |
D | LangOptions.cpp | 18 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument 19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument 24 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument 25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument 26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
|
/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 | 184 uintptr_t Bits = getSmallBits(); in count() local 215 uintptr_t Bits = getSmallBits(); in find_first() local 227 uintptr_t Bits = getSmallBits(); in find_next() local
|
D | SparseBitVector.h | 57 BitWord Bits[BITWORDS_PER_ELEMENT]; member
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.h | 30 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument 31 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument 35 #define CODEGENOPT(Name, Bits, Default) argument 36 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 223 #define CODEGENOPT(Name, Bits, Default) argument 224 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
|
/external/llvm/lib/MC/ |
D | SubtargetFeature.cpp | 134 void SetImpliedBits(FeatureBitset &Bits, const SubtargetFeatureKV *FeatureEntry, in SetImpliedBits() 150 void ClearImpliedBits(FeatureBitset &Bits, in ClearImpliedBits() 166 SubtargetFeatures::ToggleFeature(FeatureBitset Bits, StringRef Feature, in ToggleFeature() 198 SubtargetFeatures::ApplyFeatureFlag(FeatureBitset Bits, StringRef Feature, in ApplyFeatureFlag() 251 FeatureBitset Bits; in getFeatureBits() local
|
/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 | 476 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument 478 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() argument 481 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument 483 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() argument 484 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() argument 517 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() argument 518 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() argument 520 #define VALUE_DIAGOPT(Name, Bits, Default) \ in ReadDiagnosticOptions() argument
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_integer.inl | 289 int const & Bits 307 int const & Bits 320 int const & Bits 334 int const & Bits 351 int const & Bits 373 int const & Bits 387 int const & Bits 402 int const & Bits
|
/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/dexmaker/src/dx/java/com/android/dx/util/ |
D | Bits.java | 22 public final class Bits { class 26 private Bits() { in Bits() method in Bits
|
/external/llvm/unittests/Transforms/IPO/ |
D | LowerBitSets.cpp | 18 std::set<uint64_t> Bits; in TEST() member 111 std::set<uint64_t> Bits; in TEST() member
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 868 uint32_t Bits; in fromString() local 881 AArch64SysReg::SysRegMapper::toString(uint32_t Bits, in toString()
|
/external/freetype/src/gzip/ |
D | inftrees.h | 23 Byte Bits; /* number of bits in this code or subcode */ member
|
/external/eigen/bench/ |
D | sparse_randomsetter.cpp | 85 const int Bits = 6; in main() local
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
D | rfc1902.py | 77 class Bits(univ.OctetString): pass class
|
/external/llvm/unittests/ADT/ |
D | APSIntTest.cpp | 29 const uint64_t *Bits = Wide.getRawData(); in TEST() local
|