Searched refs:NumDigits (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/executer/
H A Dexutils.c320 UINT32 NumDigits; local
335 NumDigits = 0;
342 NumDigits++;
345 return_UINT32 (NumDigits);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp186 unsigned NumDigits = 0; local
190 ++NumDigits;
191 } while (ThisTokBuf != ThisTokEnd && NumDigits < 3 &&
1001 static bool alwaysFitsInto64Bits(unsigned Radix, unsigned NumDigits) {
1004 return NumDigits <= 64;
1006 return NumDigits <= 64 / 3; // Digits are groups of 3 bits.
1008 return NumDigits <= 19; // floor(log10(2^64))
1010 return NumDigits <= 64 / 4; // Digits are groups of 4 bits.
1026 const unsigned NumDigits = SuffixBegin - DigitsBegin;
1027 if (alwaysFitsInto64Bits(radix, NumDigits)) {
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DFormatUtil.h72 inline int NumDigits(uint64_t N) { function in namespace:llvm::pdb
H A DDumpOutputStyle.cpp395 fmt_align(StreamIdx, AlignStyle::Right, NumDigits(StreamCount)),
397 NumDigits(MaxStreamSize)),
404 fmt_repeat(' ', NumDigits(StreamCount)),
461 iterateOneModule(Input, withLabelWidth(HeaderScope, NumDigits(Modi)), SG,
470 iterateOneModule(Input, withLabelWidth(HeaderScope, NumDigits(I)), SG, I,
677 fmt_align(Modi, AlignStyle::Right, NumDigits(ModCount)),
851 size_t CD = NumDigits(UdtStats.Totals.Count);
855 size_t SD = NumDigits(UdtStats.Totals.Size);
1178 uint32_t Digits = NumDigits(*MaxID);
1312 uint32_t Width = NumDigits(TypeInde
[all...]
H A DMinimalTypeDumper.cpp307 uint32_t W = NumDigits(Max->getIndex()) + 2;
322 uint32_t W = NumDigits(Max->getIndex()) + 2;
492 uint32_t W = NumDigits(Max->getIndex()) + 2;
H A DBytesOutputStyle.cpp373 uint32_t Digits = NumDigits(Count);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnls.d578 UINT NumDigits;
590 UINT NumDigits;
609 UINT NumDigits;
619 UINT NumDigits;

Completed in 196 milliseconds