/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/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/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 */
|
/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/flutter/skia/third_party/externals/freetype/src/gzip/ |
D | inftrees.h | 23 Byte Bits; /* number of bits in this code or subcode */ member
|
/third_party/freetype/src/gzip/ |
D | inftrees.h | 23 Byte Bits; /* number of bits in this code or subcode */ member
|
/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/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/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/boost/boost/interprocess/detail/ |
D | math_functions.hpp | 98 const std::size_t Bits = sizeof(std::size_t)*CHAR_BIT; in floor_log2() local
|
/third_party/libevdev/libevdev/ |
D | make-event-names.py | 12 class Bits(object): class
|
/third_party/flutter/skia/include/effects/ |
D | SkLayerDrawLooper.h | 27 enum Bits { enum
|
/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/ARM/ |
D | ARMBasicBlockInfo.h | 79 unsigned Bits = Unalign ? Unalign : KnownBits; in internalKnownBits() local
|
D | ARMSubtarget.cpp | 251 const FeatureBitset &Bits = getFeatureBits(); in initSubtargetFeatures() local
|
/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/boost/libs/math/tools/ |
D | erf_data.cpp | 71 void asymptotic_limit(int Bits) in asymptotic_limit()
|
/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/boost/boost/polygon/ |
D | voronoi_diagram.hpp | 84 enum Bits { enum in boost::polygon::voronoi_cell 129 enum Bits { enum in boost::polygon::voronoi_vertex 244 enum Bits { enum in boost::polygon::voronoi_edge
|
/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/boost/boost/container/detail/ |
D | math_functions.hpp | 129 const std::size_t Bits = sizeof(std::size_t)*CHAR_BIT; in floor_log2() local
|