/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APSInt.cpp | 24 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamWriter.h | 119 void Emit(uint32_t Val, unsigned NumBits) { in Emit() 146 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR() 159 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
|
D | BitstreamReader.h | 189 Expected<word_t> Read(unsigned NumBits) { in Read() 232 Expected<uint32_t> ReadVBR(unsigned NumBits) { in ReadVBR() 259 Expected<uint64_t> ReadVBR64(unsigned NumBits) { in ReadVBR64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
D | BitcodeAnalyzer.h | 67 uint64_t NumBits; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitstreamReader.h | 672 word_t Read(unsigned NumBits) { in Read() 712 uint32_t ReadVBR(unsigned NumBits) { in ReadVBR() 732 uint64_t ReadVBR64(unsigned NumBits) { in ReadVBR64()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | fast_uniform_bits.h | 58 constexpr size_t NumBits() { in NumBits() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 777 unsigned NumBits = getPointerTypeSizeInBits(Ty); in getIntPtrType() local 799 unsigned NumBits = getIndexTypeSizeInBits(Ty); in getIndexType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 478 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier() local
|
/third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 35 int NumBits; field in SevenZip.LzmaBench.CBitRandomGenerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.h | 45 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DerivedTypes.h | 43 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 475 static bool canEvaluateShifted(Value *V, unsigned NumBits, bool IsLeftShift, in canEvaluateShifted() 611 static Value *getShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, in getShiftedValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.cpp | 371 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup() local
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | type.h | 153 uint32_t NumBits() const { return bits_; } in NumBits() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | BitVector.h | 123 unsigned NumBits = 0; in count() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 578 unsigned NumBits = 0; in rewriteT2FrameIndex() local
|
D | ThumbRegisterInfo.cpp | 387 unsigned NumBits = (FrameReg == ARM::SP) ? 8 : 5; in rewriteFrameIndex() local
|
/third_party/lzma/Java/SevenZip/ |
D | LzmaBench.java | 30 int NumBits; field in LzmaBench.CBitRandomGenerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 154 unsigned NumBits; in valueFitsIntoFixupKind() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 3409 uint64_t NumBits = countTrailingOnes(MaskVal); in tryBFE() local 3468 uint64_t NumBits; in tryBFE() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 120 unsigned NumBits = 0; in count() local
|
D | BitVector.h | 173 unsigned NumBits = 0; in count() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 356 unsigned NumBits = 0; in count() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 663 unsigned NumBits = DestTy->getScalarSizeInBits(); in ConvertTruncs() local
|