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

1 2 3

  /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);
set.c 472 if ( a.n == 0 || NumWords(b) > a.n ) return(0);
592 if ( NumWords(e) > a->n ) set_ext(a, NumWords(e));
666 if ( (e == nil) || (NumWords(e) > a.n) ) return;
  /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/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);
NaClBitstreamReader.cpp 79 unsigned NumWords = Read(naclbitc::BlockSizeWidth);
80 if (NumWordsP) *NumWordsP = NumWords;
387 unsigned NumWords;
388 if (EnterSubBlock(naclbitc::BLOCKINFO_BLOCK_ID, &NumWords)) return true;
390 if (Listener) Listener->BeginBlockInfoBlock(NumWords);
  /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())
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
bits.c 579 NumWords(TokenNum-1)*sizeof(unsigned));
584 NumWords(TokenNum-1)*sizeof(unsigned));
645 NumWords(TokenNum-1)*sizeof(unsigned));
650 NumWords(TokenNum-1)*sizeof(unsigned));
656 NumWords(TokenNum-1)*sizeof(unsigned));
658 NumWords(TokenNum-1)*sizeof(unsigned));
796 NumWords(TokenNum-1)*sizeof(unsigned));
915 fprintf(ErrFile, "#define zzSET_SIZE %d\n", NumWords(TokenNum-1)*sizeof(unsigned));
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 47 unsigned NumWords = Read(bitc::BlockSizeWidth);
48 if (NumWordsP) *NumWordsP = NumWords;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
BitVector.h 400 void init_words(BitWord *B, unsigned NumWords, bool t) {
401 memset(B, 0 - (int)t, NumWords*sizeof(BitWord));
  /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
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 581 void init_words(BitWord *B, unsigned NumWords, bool t) {
582 if (NumWords > 0)
583 memset(B, 0 - (int)t, NumWords*sizeof(BitWord));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 581 void init_words(BitWord *B, unsigned NumWords, bool t) {
582 if (NumWords > 0)
583 memset(B, 0 - (int)t, NumWords*sizeof(BitWord));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 581 void init_words(BitWord *B, unsigned NumWords, bool t) {
582 if (NumWords > 0)
583 memset(B, 0 - (int)t, NumWords*sizeof(BitWord));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 581 void init_words(BitWord *B, unsigned NumWords, bool t) {
582 if (NumWords > 0)
583 memset(B, 0 - (int)t, NumWords*sizeof(BitWord));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 581 void init_words(BitWord *B, unsigned NumWords, bool t) {
582 if (NumWords > 0)
583 memset(B, 0 - (int)t, NumWords*sizeof(BitWord));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 581 void init_words(BitWord *B, unsigned NumWords, bool t) {
582 if (NumWords > 0)
583 memset(B, 0 - (int)t, NumWords*sizeof(BitWord));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 581 void init_words(BitWord *B, unsigned NumWords, bool t) {
582 if (NumWords > 0)
583 memset(B, 0 - (int)t, NumWords*sizeof(BitWord));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 581 void init_words(BitWord *B, unsigned NumWords, bool t) {
582 if (NumWords > 0)
583 memset(B, 0 - (int)t, NumWords*sizeof(BitWord));
  /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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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)),

Completed in 2805 milliseconds

1 2 3