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

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 95 static inline HChar toHChar ( Int x ) {
  /external/valgrind/main/VEX/priv/
main_util.c 282 buf[bufi++] = toHChar('0' + toUInt(u0 % base));
292 buf[i] = toHChar(buf[i] + (hexcaps ? 'A' : 'a') - '9' - 1);

Completed in 1095 milliseconds