Searched defs:hexdigits (Results 1 – 11 of 11) sorted by relevance
29 hexdigits = digits + 'abcdef' + 'ABCDEF' variable
31 hexdigits = digits + 'abcdef' + 'ABCDEF' variable
38 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local
404 static const char* hexdigits = "0123456789abcdef"; in Uint64ToHexString() local
765 static const char hexdigits[16] = variable
894 static const char *hexdigits = "0123456789abcdef"; in FastHexToBuffer() local905 static const char *hexdigits = "0123456789abcdef"; in InternalFastHexToBuffer() local1410 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local
825 static Py_UNICODE hexdigits[] = { variable
282 static const char hexdigits[16] = "0123456789ABCDEF"; variable
98 hexdigits = "0123456789abcdef" variable
944 static const char *hexdigits = "0123456789abcdef"; in bytearray_repr() local