Searched defs:hexdigit (Results 1 – 7 of 7) sorted by relevance
26 char hexdigit(unsigned X) { return X < 10 ? '0' + X : 'A' + X - 10; } in hexdigit() function
352 char hexdigit[3]; in VbReadNvStorage_mosys() local
280 static u_int hexdigit(netdissect_options *ndo, char hex) in hexdigit() function
3047 static const char *hexdigit = "0123456789abcdef"; in unicodeescape_string() local3330 static const char *hexdigit = "0123456789abcdef"; in PyUnicode_EncodeRawUnicodeEscape() local
1331 static const char *hexdigit = "0123456789abcdef"; in modified_EncodeRawUnicodeEscape() local
9599 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function
13424 static void hexdigit(upb_json_parser *p, const char *ptr) { in hexdigit() function