Home | History | Annotate | Download | only in android

Lines Matching refs:hex

337     static const char   hex[16] = "0123456789abcdef";
340 buf = format_char(buf, end, hex[(val >> shift) & 15]);