/external/chromium_org/v8/src/base/ |
D | bits-unittest.cc | 21 TEST(Bits, CountPopulation32) { in TEST() argument 31 TEST(Bits, CountLeadingZeros32) { in TEST() argument 41 TEST(Bits, CountTrailingZeros32) { in TEST() argument 51 TEST(Bits, IsPowerOfTwo32) { in TEST() argument 65 TEST(Bits, IsPowerOfTwo64) { in TEST() argument 79 TEST(Bits, RoundUpToPowerOfTwo32) { in TEST() argument 95 TEST(Bits, RoundDownToPowerOfTwo32) { in TEST() argument 105 TEST(Bits, RotateRight32) { in TEST() argument 115 TEST(Bits, RotateRight64) { in TEST() argument 125 TEST(Bits, SignedAddOverflow32) { in TEST() argument [all …]
|
/external/elfutils/0.153/libelf/ |
D | gelf_xlate.c | 87 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr) argument 88 #define STORE(Bits, ptr, val) (*(uint##Bits##_t *) ptr = val) argument 99 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits) argument 100 #define STORE(Bits, ptr, val) (((union unaligned *) ptr)->u##Bits = val) argument 110 #define FUNDAMENTAL(NAME, Name, Bits) \ argument 155 #define START(Bits, Name, EName) \ argument 163 #define END(Bits, Name) } } argument 168 #define TYPE(Name, Bits) TYPE2 (Name, Bits) argument 169 #define TYPE2(Name, Bits) TYPE3 (Name##Bits) argument 197 #define define_xfcts(Bits) \ argument
|
D | abstract.h | 52 #define Ehdr(Bits, Ext) \ argument 183 #define Note(Bits, Ext) \ argument 220 # define Verdef(Bits, Ext) \ argument 236 # define Verdaux(Bits, Ext) \ argument 248 # define Verneed(Bits, Ext) \ argument 262 # define Vernaux(Bits, Ext) \ argument 278 #define Syminfo(Bits, Ext) \ argument 290 #define Move(Bits, Ext) \ argument 304 #define Lib(Bits, Ext) \ argument
|
D | exttypes.h | 73 #define START(Bits, Name, EName) typedef struct { argument 74 #define END(Bits, Name) } ElfW2(Bits, Name) argument
|
D | libelfP.h | 71 #define __elfw2_(Bits, Name) __elf##Bits##_##Name argument 72 #define elfw2_(Bits, Name) elf##Bits##_##Name argument 73 #define ElfW2_(Bits, Name) Elf##Bits##_##Name argument 74 #define ELFW2_(Bits, Name) ELF##Bits##_##Name argument 75 #define ELFW_(Name, Bits) Name##Bits argument 76 #define __elfw2(Bits, Name) __elfw2_(Bits, Name) argument 77 #define elfw2(Bits, Name) elfw2_(Bits, Name) argument 78 #define ElfW2(Bits, Name) ElfW2_(Bits, Name) argument 79 #define ELFW2(Bits, Name) ELFW2_(Bits, Name) argument 80 #define ELFW(Name, Bits) ELFW_(Name, Bits) argument
|
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.h | 39 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument 40 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument 46 #define DIAGOPT(Name, Bits, Default) argument 47 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 63 #define DIAGOPT(Name, Bits, Default) argument 64 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument 70 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument 71 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
|
D | LangOptions.h | 39 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument 40 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument 47 #define LANGOPT(Name, Bits, Default, Description) argument 48 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument 97 #define LANGOPT(Name, Bits, Default, Description) argument 98 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ 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/lib/Basic/ |
D | LangOptions.cpp | 20 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument 21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument 28 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument 29 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument 30 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.h | 27 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument 28 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument 32 #define CODEGENOPT(Name, Bits, Default) argument 33 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 180 #define CODEGENOPT(Name, Bits, Default) argument 181 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument 187 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument 188 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ in CodeGenOptions() 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 | SparseBitVector.h | 58 BitWord Bits[BITWORDS_PER_ELEMENT]; member
|
D | SmallBitVector.h | 179 uintptr_t Bits = getSmallBits(); in count() local 214 uintptr_t Bits = getSmallBits(); in find_first() local 230 uintptr_t Bits = getSmallBits(); in find_next() local
|
/external/llvm/lib/MC/ |
D | SubtargetFeature.cpp | 153 void SetImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, in SetImpliedBits() 169 void ClearImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, in ClearImpliedBits() 184 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature, in ToggleFeature() 233 uint64_t Bits = 0; // Resulting bits in getFeatureBits() local
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 431 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument 433 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() argument 436 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument 438 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() argument 439 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() argument 466 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() argument 467 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() argument 469 #define VALUE_DIAGOPT(Name, Bits, Default) \ in ReadDiagnosticOptions() argument
|
/external/llvm/unittests/ADT/ |
D | APSIntTest.cpp | 29 const uint64_t *Bits = Wide.getRawData(); in TEST() local
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_value.h | 162 const unsigned Bits = getType().getIntegerBitWidth(); in isInlineInt() local 170 const unsigned Bits = getType().getFloatBitWidth(); in isInlineFloat() local
|
/external/lldb/test/lang/c/bitfields/ |
D | main.c | 13 struct Bits in main() struct
|
/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/freetype/src/gzip/ |
D | inftrees.h | 23 Byte Bits; /* number of bits in this code or subcode */ member
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 805 uint32_t Bits; in fromString() local 817 AArch64SysReg::SysRegMapper::toString(uint32_t Bits, bool &Valid) const { in toString()
|
/external/eigen/bench/ |
D | sparse_randomsetter.cpp | 85 const int Bits = 6; in main() local
|
/external/openfst/src/include/fst/extensions/ngram/ |
D | bitmap-index.h | 62 size_t Bits() const { in Bits() function
|
/external/skia/include/effects/ |
D | SkLayerDrawLooper.h | 29 enum Bits { enum
|
/external/chromium_org/third_party/skia/include/effects/ |
D | SkLayerDrawLooper.h | 29 enum Bits { enum
|