Searched refs:hexdigits (Results 1 – 11 of 11) sorted by relevance
29 h = string.hexdigits
180 h = string.hexdigits
894 static const char *hexdigits = "0123456789abcdef"; in FastHexToBuffer() local898 *p-- = hexdigits[i & 15]; // mod by 16 in FastHexToBuffer()905 static const char *hexdigits = "0123456789abcdef"; in InternalFastHexToBuffer() local912 buffer[i] = hexdigits[value & 0xf]; in InternalFastHexToBuffer()914 buffer[i] = hexdigits[uint32(value) & 0xf]; in InternalFastHexToBuffer()1410 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local1412 *--writer = hexdigits[value & 0xF]; in AlphaNum()
282 static const char hexdigits[16] = "0123456789ABCDEF"; variable348 co->number[c.cnumber++] = hexdigits[(ch >> 4) & 0xf]; in check_one_character()349 co->number[c.cnumber++] = hexdigits[ch & 0xf]; in check_one_character()
41 val = val + string.hexdigits.index(l) * col
106270 static const char hexdigits[] = {106311 zText[(i*2)+2] = hexdigits[(zBlob[i]>>4)&0x0F];106312 zText[(i*2)+3] = hexdigits[(zBlob[i])&0x0F];106431 *(z++) = hexdigits[(c>>4)&0xf];106432 *(z++) = hexdigits[c&0xf];
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...