HomeSort by relevance Sort by last modified time
    Searched defs:hexdigit (Results 1 - 4 of 4) sorted by null

  /external/qemu/android/utils/
misc.c 156 hexdigit( int c ) function
177 int c = hexdigit(*hex++);
  /external/tcpdump/
print-esp.c 103 static u_int hexdigit(netdissect_options *ndo, char hex) function
121 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]);
  /external/grub/stage2/
fsys_ext2fs.c 400 static char hexdigit[] = "0123456789abcdef"; local
406 printf ("%c", hexdigit[*i >> 4]);
407 printf ("%c", hexdigit[*i % 16]);
  /prebuilt/common/ecj/
ecj.jar 

Completed in 77 milliseconds