HomeSort by relevance Sort by last modified time
    Searched refs:tohex (Results 1 - 3 of 3) sorted by null

  /bootable/bootloader/legacy/usbloader/
usbloader.c 329 static char tohex[16] = "0123456789abcdef"; local
332 out[i] = tohex[n & 15];
  /external/qemu/
gdbstub.c 395 static inline int tohex(int v) function
410 *q++ = tohex(c >> 4);
411 *q++ = tohex(c & 0xf);
442 *(p++) = tohex((csum >> 4) & 0xf);
443 *(p++) = tohex((csum) & 0xf);
    [all...]
  /external/strace/
file.c 2386 #define tohex macro
    [all...]

Completed in 41 milliseconds