Searched defs:hexdigit (Results 1 – 9 of 9) sorted by relevance
26 char hexdigit(unsigned X) { return X < 10 ? '0' + X : 'A' + X - 10; } in hexdigit() function
114 static char hexdigit(int N) { return N &= 0xf, N + (N < 10 ? '0' : 'a' - 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
830 static void hexdigit(upb_json_parser *p, const char *ptr) { 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