Searched defs:hexdigits (Results 1 – 15 of 15) sorted by relevance
29 hexdigits = digits + 'abcdef' + 'ABCDEF' variable
31 hexdigits = digits + 'abcdef' + 'ABCDEF' variable
187 char *hexdigits = "0123456789abcdef"; in load_extras_file() local
40 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local
420 static const char* hexdigits = "0123456789abcdef"; in Uint64ToHexString() local
889 static const char *hexdigits = "0123456789abcdef"; in FastHexToBuffer() local900 static const char *hexdigits = "0123456789abcdef"; in InternalFastHexToBuffer() local1409 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local
775 static const char hexdigits[16] = variable
825 static Py_UNICODE hexdigits[] = { variable
284 static const char hexdigits[16] = "0123456789ABCDEF"; variable
133 static const char hexdigits[] = "0123456789abcdef"; variable
98 hexdigits = "0123456789abcdef" variable
838 static const char *hexdigits = "0123456789ABCDEF"; in copy_hex_string() local
944 static const char *hexdigits = "0123456789abcdef"; in bytearray_repr() local