HomeSort by relevance Sort by last modified time
    Searched defs:NumWords (Results 1 - 25 of 46) sorted by null

1 2

  /external/tensorflow/tensorflow/core/lib/core/
bitmap.h 69 static size_t NumWords(size_t n) { return (n + kBits - 1) / kBits; }
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
set.h 50 #define NumWords(x) ((((unsigned)(x))>>LogWordSize)+1) /* Num words to hold x */
57 if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \
59 (a).n = NumWords(_max);
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeParser.cpp 47 void NaClBitcodeParserListener::BeginBlockInfoBlock(unsigned NumWords) {
48 Parser->EnterBlock(NumWords);
117 unsigned NumWords;
118 if (Record.GetCursor().EnterSubBlock(GetBlockID(), &NumWords)) {
122 EnterBlock(NumWords);
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 47 unsigned NumWords = Read(bitc::BlockSizeWidth);
48 if (NumWordsP) *NumWordsP = NumWords;
  /external/clang/lib/AST/
TemplateBase.cpp 79 unsigned NumWords = Value.getNumWords();
80 if (NumWords > 1) {
81 void *Mem = Ctx.Allocate(NumWords * sizeof(uint64_t));
82 std::memcpy(Mem, Value.getRawData(), NumWords * sizeof(uint64_t));
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 152 SPIRVConstant():SPIRVValue(OpConstant), NumWords(0){}
158 NumWords = Type->getBitWidth()/32;
159 if (NumWords < 1)
160 NumWords = 1;
161 WordCount = 3 + NumWords;
165 assert(NumWords >= 1 && NumWords <= 2 && "Invalid constant size");
169 for (unsigned i = 0; i < NumWords; ++i)
174 NumWords = WordCount - 3;
178 for (unsigned i = 0; i < NumWords; ++i
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 32 inline static uint64_t* getClearedMemory(unsigned numWords) {
33 uint64_t * result = new uint64_t[numWords];
35 memset(result, 0, numWords * sizeof(uint64_t));
41 inline static uint64_t* getMemory(unsigned numWords) {
42 uint64_t * result = new uint64_t[numWords];
110 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[])
112 initFromArray(makeArrayRef(bigVal, numWords));
172 unsigned NumWords = getNumWords();
173 for (unsigned i = 0; i < NumWords; ++i)
402 unsigned numWords = getNumWords()
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 344 unsigned NumWords = 0;
345 if (Stream.EnterSubBlock(BlockID, &NumWords))
359 errs() << " NumWords=" << NumWords
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 494 unsigned NumWords = 0;
495 if (Stream.EnterSubBlock(BlockID, &NumWords))
513 outs() << " NumWords=" << NumWords
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 375 unsigned NumWords = Read(bitc::BlockSizeWidth);
379 const unsigned char *const SkipTo = NextChar + NumWords*4;
408 unsigned NumWords = Read(bitc::BlockSizeWidth);
409 if (NumWordsP) *NumWordsP = NumWords;
413 NextChar+NumWords*4 > BitStream->getLastChar())
  /external/clang/include/clang/AST/
TemplateBase.h 288 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
289 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
TemplateBase.h 285 unsigned NumWords = APInt::getNumWords(Integer.BitWidth);
286 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),

Completed in 1048 milliseconds

1 2