Home
last modified time | relevance | path

Searched defs:NumWords (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBitVector.h623 unsigned NumWords = NumBitWords(Size); variable
672 unsigned NumWords = NumBitWords(Size); variable
816 uint32_t NumWords = NumBitWords(Size); in wordShl() local
836 uint32_t NumWords = NumBitWords(Size); in wordShr() local
846 MutableArrayRef<BitWord> allocate(size_t NumWords) { in allocate()
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeParser.cpp45 void NaClBitcodeParserListener::BeginBlockInfoBlock(unsigned NumWords) { in BeginBlockInfoBlock()
116 unsigned NumWords; in ParseBlockInternal() local
H A DNaClBitstreamReader.cpp76 unsigned NumWords = Read(naclbitc::BlockSizeWidth); in EnterSubBlock() local
384 unsigned NumWords; in ReadBlockInfoBlock() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DBitVector.h748 uint32_t NumWords = Bits.size(); in wordShl() local
766 uint32_t NumWords = Bits.size(); in wordShr() local
DBitset.h38 static constexpr unsigned NumWords = (NumBits + BITWORD_SIZE-1) / BITWORD_SIZE; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DBitVector.h748 uint32_t NumWords = Bits.size(); in wordShl() local
766 uint32_t NumWords = Bits.size(); in wordShr() local
DBitset.h38 static constexpr unsigned NumWords = (NumBits + BITWORD_SIZE-1) / BITWORD_SIZE; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DBitVector.h741 uint32_t NumWords = Bits.size(); in wordShl() local
759 uint32_t NumWords = Bits.size(); in wordShr() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DBitVector.h748 uint32_t NumWords = Bits.size(); in wordShl() local
766 uint32_t NumWords = Bits.size(); in wordShr() local
DBitset.h38 static constexpr unsigned NumWords = (NumBits + BITWORD_SIZE-1) / BITWORD_SIZE; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DBitVector.h748 uint32_t NumWords = Bits.size(); in wordShl() local
766 uint32_t NumWords = Bits.size(); in wordShr() local
DBitset.h38 static constexpr unsigned NumWords = (NumBits + BITWORD_SIZE-1) / BITWORD_SIZE; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DAPNumericStorage.h42 unsigned NumWords = llvm::APInt::getNumWords(BitWidth); in getIntValue() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DAPNumericStorage.h42 unsigned NumWords = llvm::APInt::getNumWords(BitWidth); in getIntValue() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DAPNumericStorage.h42 unsigned NumWords = llvm::APInt::getNumWords(BitWidth); in getIntValue() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/
H A Dbitmap.h69 static size_t NumWords(size_t n) { return (n + kBits - 1) / kBits; } in NumWords() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp23 uint32_t NumWords; in readSparseBitVector() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp26 uint32_t NumWords; in readSparseBitVector() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVMCCodeEmitter.cpp111 const uint32_t NumWords = MI.getNumOperands() + 1; in encodeInstruction() local
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp47 unsigned NumWords = Read(bitc::BlockSizeWidth); in EnterSubBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h56 const unsigned NumWords = sizeof(Val) / 2; in swapWord() local
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-flash-bitmap.cc357 size_t IcingFlashBitmap::NumWords() const { in NumWords() function in icing::lib::IcingFlashBitmap
/aosp_15_r20/external/clang/lib/AST/
H A DTemplateBase.cpp79 unsigned NumWords = Value.getNumWords(); in TemplateArgument() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp55 word_t NumWords = MaybeNum.get(); in EnterSubBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp51 word_t NumWords = MaybeNum.get(); in EnterSubBlock() local

123