Home
last modified time | relevance | path

Searched refs:hexdigit (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/libtommath/tombc/
Dgrammar.txt32 hexdigits := hexdigits hexdigit | hexdigit
33 hexdigit := 0 ... 9 | a ... f | A ... F
/external/qemu/android/utils/
Dmisc.c156 hexdigit( int c ) in hexdigit() function
177 int c = hexdigit(*hex++); in hex2int()
/external/tcpdump/
Dprint-esp.c103 static u_int hexdigit(netdissect_options *ndo, char hex) in hexdigit() function
121 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]); in hex2byte()
/external/ipsec-tools/src/libipsec/
Dpolicy_token.l72 hexdigit [0-9A-Fa-f]
/external/grub/stage2/
Dfsys_ext2fs.c400 static char hexdigit[] = "0123456789abcdef"; in ext2fs_read() local
406 printf ("%c", hexdigit[*i >> 4]); in ext2fs_read()
407 printf ("%c", hexdigit[*i % 16]); in ext2fs_read()
/external/ipsec-tools/src/racoon/
Dcftoken.l114 hexdigit [0-9A-Fa-f]