/third_party/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
|
D | elf_getdata.c | 78 # define TYPE_ALIGNS(Bits) \ argument
|
/third_party/skia/third_party/externals/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
|
/third_party/vk-gl-cts/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 */
|
D | glcPackedPixelsTests.cpp | 76 struct Bits struct 78 int red; // red bits 79 int green; // green bits 80 int blue; // blue bits 81 int alpha; // alpha bits 82 int intensity; // intensity bits 83 int luminance; // luminance bits 84 int depth; // depth bits 85 int stencil; // stencil bits 86 int exponent; // shared exponent bits
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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)
|
/third_party/vk-gl-cts/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.cpp | 136 uint32_t Bits; in parseGenericRegister() local 147 std::string AArch64SysReg::genericRegisterString(uint32_t Bits) { in genericRegisterString()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | inftrees.h | 23 Byte Bits; /* number of bits in this code or subcode */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVMCCodeEmitter.cpp | 201 uint16_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local 206 uint32_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | constants-riscv64.h | 1408 inline int Bits(int hi, int lo) const { in Bits() function 1635 uint32_t Bits = this->InstructionBits(); in BranchOffset() local 1645 uint32_t Bits = this->InstructionBits(); in StoreOffset() local 1654 int32_t Bits = this->InstructionBits(); in Imm20UValue() local 1662 uint32_t Bits = this->InstructionBits(); in Imm20JValue() local 1698 uint32_t Bits = this->InstructionBits(); in RvcImm6Value() local 1707 uint32_t Bits = this->InstructionBits(); in RvcImm6Addi16spValue() local 1719 uint32_t Bits = this->InstructionBits(); in RvcImm8Addi4spnValue() local 1738 uint32_t Bits = this->InstructionBits(); in RvcImm6LwspValue() local 1748 uint32_t Bits = this->InstructionBits(); in RvcImm6LdspValue() local [all …]
|
/third_party/libevdev/libevdev/ |
D | make-event-names.py | 12 class Bits(object): class
|
/third_party/skia/include/effects/ |
D | SkLayerDrawLooper.h | 34 enum Bits { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/ |
D | MSP430Disassembler.cpp | 111 static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address, in DecodeCGImm() 128 static DecodeStatus DecodeMemOperand(MCInst &MI, uint64_t Bits, in DecodeMemOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBasicBlockInfo.h | 79 unsigned Bits = Unalign ? Unalign : KnownBits; in internalKnownBits() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | LowerTypeTests.h | 35 std::set<uint64_t> Bits; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 71 int64_t Bits; in fullValue() local 731 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in s32_0ImmDecoder() local 741 unsigned Bits = HexagonMCInstrInfo::getExtentBits(*Disassembler.MCII, MI); in brtargetDecoder() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | JSONBackend.cpp | 53 } else if (auto *Bits = dyn_cast<BitsInit>(&I)) { in translateInit() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCCodeEmitter.cpp | 100 unsigned Bits = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 1568 unsigned Bits, const CellMap &Inputs, LatticeCell &Result) { in evaluateZEXTr() 1589 unsigned Bits, APInt &Result) { in evaluateZEXTi() 1599 unsigned Bits, const CellMap &Inputs, LatticeCell &Result) { in evaluateSEXTr() 1620 unsigned Bits, APInt &Result) { in evaluateSEXTi() 1734 unsigned Width, unsigned Bits, unsigned Offset, bool Signed, in evaluateEXTRACTr() 1765 bool MachineConstEvaluator::evaluateEXTRACTi(const APInt &A1, unsigned Bits, in evaluateEXTRACTi() 1792 unsigned Bits, unsigned Count, const CellMap &Inputs, in evaluateSplatr() 1813 bool MachineConstEvaluator::evaluateSplati(const APInt &A1, unsigned Bits, in evaluateSplati() 2155 unsigned Bits = MI.getOperand(2).getImm(); in evaluate() local 2726 unsigned Bits; in evaluateHexExt() local
|