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

  /external/llvm/include/llvm/ADT/
StringExtras.h 28 /// hexdigit - Return the hexadecimal character for the
30 static inline char hexdigit(unsigned X, bool LowerCase = false) { function in namespace:llvm
54 *--BufPtr = hexdigit(Mod);
  /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/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 3072 static Int hexdigit ( Char c ) function
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 197 milliseconds