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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c448 static const char ntoa_table[] = { variable
467 *bufp++ = ntoa_table[value % radix];
493 *bufp++ = ntoa_table[value % radix];
565 *bufp++ = ntoa_table[value % radix];
591 *bufp++ = ntoa_table[value % radix];

Completed in 49 milliseconds