Searched refs:toHChar (Results 1 – 3 of 3) sorted by relevance
95 static inline HChar toHChar ( Int x ) { in toHChar() function
282 buf[bufi++] = toHChar('0' + toUInt(u0 % base)); in convert_int()292 buf[i] = toHChar(buf[i] + (hexcaps ? 'A' : 'a') - '9' - 1); in convert_int()
107 return toHChar(c + ('A' - 'a')); in vexxx_toupper()143 # define MAYBE_TOUPPER(ch) toHChar(capitalise ? vexxx_toupper(ch) : (ch)) in myvprintf_str()228 buf[ind] = toHChar((flags & VG_MSG_ZJUSTIFY) ? '0': ' '); in myvprintf_int64()345 send(toHChar(va_arg (vargs, int))); in vprintf_wrk()