Searched refs:toHChar (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h108 static inline HChar toHChar ( Int x ) { function
/external/valgrind/main/VEX/priv/
H A Dmain_util.c291 buf[bufi++] = toHChar('0' + toUInt(u0 % base));
301 buf[i] = toHChar(buf[i] + (hexcaps ? 'A' : 'a') - '9' - 1);
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c107 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)));

Completed in 202 milliseconds