HomeSort by: relevance | last modified time | path
    Searched refs:hexDigit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 1123 uint64_t hexDigit = valueBits.getRawData()[digitBitIndex / 64];
1124 hexDigit >>= (digitBitIndex % 64);
1125 hexDigit &= 0xF;
1132 buffer[stringIndex] = charForHex[hexDigit];
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 463 unsigned int hexDigit;
479 hexDigit = hexDigitValue(*p);
483 if (hexDigit == -1U)

Completed in 56 milliseconds