Home
last modified time | relevance | path

Searched defs:hexDigitValue (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringExtras.h41 static inline unsigned hexDigitValue(char C) { in hexDigitValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h68 inline unsigned hexDigitValue(char C) { in hexDigitValue() function
/third_party/sqlite/src/
Dshell.c782 static int hexDigitValue(char c){ in hexDigitValue() function