Home
last modified time | relevance | path

Searched defs:hexdigit (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/sanei/
H A Dsanei_codec_ascii.c50 static const char *hexdigit = "0123456789abcdef"; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.cpp26 char hexdigit(unsigned X) { return X < 10 ? '0' + X : 'A' + X - 10; } in hexdigit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringExtras.h27 static inline char hexdigit(unsigned X, bool LowerCase = false) { in hexdigit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringExtras.h36 inline char hexdigit(unsigned X, bool LowerCase = false) { in hexdigit() function
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon.c3526 static int hexdigit(int c) in hexdigit() function
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c3599 static int hexdigit(int c) in hexdigit() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c9783 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function

Completed in 32 milliseconds