Searched defs:hexdigit (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DStringExtras.h23 /// hexdigit - Return the hexadecimal character for the
25 static inline char hexdigit(unsigned X, bool LowerCase = false) { function in namespace:llvm
49 *--BufPtr = hexdigit(Mod);
/external/qemu/android/utils/
H A Dmisc.c159 hexdigit( int c ) function
180 int c = hexdigit(*hex++);
/external/tcpdump/
H A Dprint-esp.c103 static u_int hexdigit(netdissect_options *ndo, char hex) function
121 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]);
/external/grub/stage2/
H A Dfsys_ext2fs.c400 static char hexdigit[] = "0123456789abcdef"; local
406 printf ("%c", hexdigit[*i >> 4]);
407 printf ("%c", hexdigit[*i % 16]);
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3126 static Int hexdigit ( Char c ) function
3152 while (hexdigit(*buf) >= 0) {
3153 *val = (*val << 4) + hexdigit(*buf);
3164 while (hexdigit(*buf) >= 0) {
3165 *val = (*val << 4) + hexdigit(*buf);
3175 while (hexdigit(*buf) >= 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 252 milliseconds