HomeSort by relevance Sort by last modified time
    Searched refs:hexDigitValue (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/AsmParser/
LLLexer.cpp 68 Result += hexDigitValue(*Buffer);
85 Pair[0] += hexDigitValue(*Buffer);
91 Pair[1] += hexDigitValue(*Buffer);
105 Pair[1] += hexDigitValue(*Buffer);
110 Pair[0] += hexDigitValue(*Buffer);
131 *BOut = hexDigitValue(BIn[1]) * 16 + hexDigitValue(BIn[2]);
  /external/clang/lib/AST/
CommentLexer.cpp 77 CodePoint += llvm::hexDigitValue(C);
  /external/llvm/include/llvm/ADT/
StringExtras.h 40 static inline unsigned hexDigitValue(char C) {
  /external/clang/lib/Lex/
LiteralSupport.cpp 144 int CharVal = llvm::hexDigitValue(ThisTokBuf[0]);
247 unsigned Value = llvm::hexDigitValue(*I);
281 int CharVal = llvm::hexDigitValue(ThisTokBuf[0]);
912 N = N * radix + llvm::hexDigitValue(*Ptr);
934 unsigned C = llvm::hexDigitValue(*Ptr++);
    [all...]
Lexer.cpp     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 124 Str += hexDigitValue(C.peek(1)) * 16 + hexDigitValue(C.peek(2));
  /external/llvm/lib/Support/
APFloat.cpp 330 hexDigit = hexDigitValue(*p);
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 1058 milliseconds