Searched defs:inttype (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c755 } inttype = DO_INT; local
802 if ( inttype > DO_SHORT ) {
803 ++inttype;
807 if ( inttype < DO_LONGLONG ) {
808 ++inttype;
814 inttype = DO_LONGLONG;
834 if ( inttype == DO_LONGLONG ) {
849 switch (inttype) {
887 if ( inttype == DO_LONGLONG ) {
902 switch (inttype) {
1132 } inttype = DO_INT; local
[all...]

Completed in 105 milliseconds