Searched refs:ntoa_table (Results 1 – 1 of 1) sorted by relevance
448 static const char ntoa_table[] = { variable467 *bufp++ = ntoa_table[value % radix]; in SDL_ltoa()493 *bufp++ = ntoa_table[value % radix]; in SDL_ultoa()565 *bufp++ = ntoa_table[value % radix]; in SDL_lltoa()591 *bufp++ = ntoa_table[value % radix]; in SDL_ulltoa()