Home
last modified time | relevance | path

Searched defs:hexdigit (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalInits.cpp26 char hexdigit(unsigned X) { return X < 10 ? '0' + X : 'A' + X - 10; } in hexdigit() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9783 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function