Home
last modified time | relevance | path

Searched refs:ntoa_table (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_string.c448 static const char ntoa_table[] = { variable
467 *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()