Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalInits.cpp26 char hexdigit(unsigned X) { return X < 10 ? '0' + X : 'A' + X - 10; } in hexdigit() function
/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c352 char hexdigit[3]; in VbReadNvStorage_mosys() local
/external/tcpdump/
Dprint-esp.c280 static u_int hexdigit(netdissect_options *ndo, char hex) in hexdigit() function
/external/python/cpython2/Objects/
Dunicodeobject.c3047 static const char *hexdigit = "0123456789abcdef"; in unicodeescape_string() local
3330 static const char *hexdigit = "0123456789abcdef"; in PyUnicode_EncodeRawUnicodeEscape() local
/external/python/cpython2/Modules/
DcPickle.c1331 static const char *hexdigit = "0123456789abcdef"; in modified_EncodeRawUnicodeEscape() local
/external/protobuf/php/ext/google/protobuf/
Dupb.c9599 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c13424 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function