Searched defs:hexdigits (Results 1 - 9 of 9) sorted by relevance

/external/libpng/contrib/libtests/
H A Dtarith.c282 static const char hexdigits[16] = "0123456789ABCDEF"; variable
348 co->number[c.cnumber++] = hexdigits[(ch >> 4) & 0xf];
349 co->number[c.cnumber++] = hexdigits[ch & 0xf];
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc811 static const char *hexdigits = "0123456789abcdef"; local
815 *p-- = hexdigits[i & 15]; // mod by 16
822 static const char *hexdigits = "0123456789abcdef"; local
829 buffer[i] = hexdigits[value & 0xf];
831 buffer[i] = hexdigits[uint32(value) & 0xf];
/external/dbus/dbus/
H A Ddbus-string.c2233 const char hexdigits[16] = { local
2239 hexdigits[(byte >> 4)]))
2243 hexdigits[(byte & 0x0f)]))
/external/sqlite/dist/orig/
H A Dsqlite3.c99535 static const char hexdigits[] = { local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c99553 static const char hexdigits[] = { local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 860 milliseconds