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

  /external/ipsec-tools/src/libipsec/
policy_token.l 72 hexdigit [0-9A-Fa-f]
92 hexpair {hexdigit}{hexdigit}
93 hexstring 0[xX]{hexdigit}+
  /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]);
  /external/ipsec-tools/src/racoon/
cftoken.l 114 hexdigit [0-9A-Fa-f]
133 hexstring 0x{hexdigit}+
  /prebuilt/common/ecj/
ecj.jar 

Completed in 199 milliseconds