Searched defs:hex_digits (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgfileattribute.c362 const char hex_digits[] = "0123456789abcdef"; local
389 *p++ = hex_digits[(c >> 4) & 0xf];
390 *p++ = hex_digits[c & 0xf];
H A Dglocalfileinfo.c290 static char *hex_digits = "0123456789abcdef"; local
320 *p++ = hex_digits[(c >> 4) & 0xf];
321 *p++ = hex_digits[c & 0xf];

Completed in 80 milliseconds