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

1 2 3

  /external/llvm/lib/Support/
APSInt.cpp 25 unsigned NumBits = ((Str.size() * 64) / 19) + 2;
26 APInt Tmp(NumBits, Str, /*Radix=*/10);
29 if (MinBits > 0 && MinBits < NumBits)
35 if (ActiveBits > 0 && ActiveBits < NumBits)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 260 public int NumBits() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 307 public int NumBits()
  /external/llvm/utils/TableGen/
SearchableTableEmitter.cpp 75 unsigned NumBits = BI->getNumBits();
76 if (NumBits <= 8)
77 NumBits = 8;
78 else if (NumBits <= 16)
79 NumBits = 16;
80 else if (NumBits <= 32)
81 NumBits = 32;
82 else if (NumBits <= 64)
83 NumBits = 64;
86 return "uint" + utostr(NumBits) + "_t"
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
BitVector.h 112 unsigned NumBits = 0;
115 NumBits += CountPopulation_32((uint32_t)Bits[i]);
117 NumBits += CountPopulation_64(Bits[i]);
120 return NumBits;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1RegisterInfo.cpp 143 unsigned NumBits, unsigned Scale) {
145 unsigned Chunk = ((1 << NumBits) - 1) * Scale;
151 NumBits = 8;
153 Chunk = ((1 << NumBits) - 1) * Scale;
179 unsigned NumBits = 1;
187 NumBits = 7;
200 NumBits = 8;
209 NumBits = 8;
213 NumBits = 7;
217 NumBits = 8
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 344 unsigned NumBits;
346 NumBits = TI.getIntWidth();
348 NumBits = TI.getWCharWidth();
350 NumBits = TI.getChar16Width();
352 NumBits = TI.getChar32Width();
354 NumBits = TI.getCharWidth();
357 llvm::APSInt Val(NumBits);
  /external/llvm/include/llvm/ADT/
BitVector.h 123 unsigned NumBits = 0;
125 NumBits += countPopulation(Bits[i]);
126 return NumBits;
  /external/llvm/lib/AsmParser/
LLLexer.cpp 476 uint64_t NumBits = atoull(StartChar, CurPtr);
477 if (NumBits < IntegerType::MIN_INT_BITS ||
478 NumBits > IntegerType::MAX_INT_BITS) {
482 TyVal = IntegerType::get(Context, NumBits);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 35 int NumBits;
39 NumBits = 0;
41 public UInt32 GetRnd(int numBits)
44 if (NumBits > numBits)
46 result = Value & (((UInt32)1 << numBits) - 1);
47 Value >>= numBits;
48 NumBits -= numBits;
51 numBits -= NumBits;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 455 uint64_t NumBits = atoull(StartChar, CurPtr);
456 if (NumBits < IntegerType::MIN_INT_BITS ||
457 NumBits > IntegerType::MAX_INT_BITS) {
461 TyVal = IntegerType::get(Context, NumBits);
787 uint32_t numBits = ((Len * 64) / 19) + 2;
788 APInt Tmp(numBits, StringRef(TokStart, Len), 10);
791 if (minBits > 0 && minBits < numBits)
796 if (activeBits > 0 && activeBits < numBits)
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 291 /// NumBits - The total size in bits of all of these blocks.
292 uint64_t NumBits;
308 : NumInstances(0), NumBits(0),
340 BlockStats.NumBits += BlockBitEnd-BlockBitStart;
379 BlockStats.NumBits += BlockBitEnd-BlockBitStart;
559 PrintSize(Stats.NumBits);
561 double pct = (Stats.NumBits * 100.0) / BufferSizeBits;
565 PrintSize(Stats.NumBits/(double)Stats.NumInstances);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
BitVector.h 123 unsigned NumBits = 0;
125 NumBits += countPopulation(Bits[i]);
126 return NumBits;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 123 unsigned NumBits = 0;
125 NumBits += countPopulation(Bits[i]);
126 return NumBits;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 123 unsigned NumBits = 0;
125 NumBits += countPopulation(Bits[i]);
126 return NumBits;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 123 unsigned NumBits = 0;
125 NumBits += countPopulation(Bits[i]);
126 return NumBits;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 123 unsigned NumBits = 0;
125 NumBits += countPopulation(Bits[i]);
126 return NumBits;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 123 unsigned NumBits = 0;
125 NumBits += countPopulation(Bits[i]);
126 return NumBits;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 123 unsigned NumBits = 0;
125 NumBits += countPopulation(Bits[i]);
126 return NumBits;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 123 unsigned NumBits = 0;
125 NumBits += countPopulation(Bits[i]);
126 return NumBits;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 123 unsigned NumBits = 0;
125 NumBits += countPopulation(Bits[i]);
126 return NumBits;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Output.c 112 UINT8 NumBits;
130 NumBits = 8;
134 NumBits--;
138 return (UINT8) (Count + NumBits);
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 390 /// NumBits - The total size in bits of all of these blocks.
391 uint64_t NumBits;
407 : NumInstances(0), NumBits(0),
534 BlockStats.NumBits += BlockBitEnd-BlockBitStart;
844 PrintSize(Stats.NumBits);
846 double pct = (Stats.NumBits * 100.0) / BufferSizeBits;
850 PrintSize(Stats.NumBits/(double)Stats.NumInstances);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 264 uint32_t Read(unsigned NumBits) {
265 assert(NumBits <= 32 && "Cannot return more than 32 bits!");
267 if (BitsInCurWord >= NumBits) {
268 uint32_t R = CurWord & ((1U << NumBits)-1);
269 CurWord >>= NumBits;
270 BitsInCurWord -= NumBits;
288 // Extract NumBits-BitsInCurWord from what we just read.
289 unsigned BitsLeft = NumBits-BitsInCurWord;
303 uint64_t Read64(unsigned NumBits) {
304 if (NumBits <= 32) return Read(NumBits)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 653 unsigned NumBits = 0;
663 NumBits = 8;
666 NumBits = 12;
671 NumBits = 8;
676 NumBits = 12;
679 NumBits = 8;
682 NumBits = (BaseReg == ARM::SP ? 8 : 5);
699 unsigned Mask = (1 << NumBits) - 1;

Completed in 1451 milliseconds

1 2 3