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

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 108 static inline HChar toHChar ( Int x ) {
  /external/valgrind/main/VEX/priv/
main_util.c 291 buf[bufi++] = toHChar('0' + toUInt(u0 % base));
301 buf[i] = toHChar(buf[i] + (hexcaps ? 'A' : 'a') - '9' - 1);
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 107 return toHChar(c + ('A' - 'a'));
143 # define MAYBE_TOUPPER(ch) toHChar(capitalise ? vexxx_toupper(ch) : (ch))
228 buf[ind] = toHChar((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
345 send(toHChar(va_arg (vargs, int)));
    [all...]

Completed in 46 milliseconds