Home
last modified time | relevance | path

Searched refs:hexdigits (Results 1 – 11 of 11) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
DtextTools.py29 h = string.hexdigits
DxmlWriter.py180 h = string.hexdigits
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc894 static const char *hexdigits = "0123456789abcdef"; in FastHexToBuffer() local
898 *p-- = hexdigits[i & 15]; // mod by 16 in FastHexToBuffer()
905 static const char *hexdigits = "0123456789abcdef"; in InternalFastHexToBuffer() local
912 buffer[i] = hexdigits[value & 0xf]; in InternalFastHexToBuffer()
914 buffer[i] = hexdigits[uint32(value) & 0xf]; in InternalFastHexToBuffer()
1410 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local
1412 *--writer = hexdigits[value & 0xF]; in AlphaNum()
/external/libpng/contrib/libtests/
Dtarith.c282 static const char hexdigits[16] = "0123456789ABCDEF"; variable
348 co->number[c.cnumber++] = hexdigits[(ch >> 4) & 0xf]; in check_one_character()
349 co->number[c.cnumber++] = hexdigits[ch & 0xf]; in check_one_character()
/external/autotest/client/common_lib/
Dmagic.py41 val = val + string.hexdigits.index(l) * col
/external/sqlite/dist/orig/
Dsqlite3.c106270 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];
/external/sqlite/dist/
Dsqlite3.c106270 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];
/external/robolectric/v3/runtime/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...