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

/external/stlport/stlport/stl/
H A D_num_put.c265 typedef unsigned _STLP_LONG_LONG __umax_int_t; typedef
268 typedef unsigned long __umax_int_t; typedef
279 __umax_int_t __utemp = __negative?-__temp:__temp;
317 __umax_int_t __temp = __x;
319 if ( sizeof(__x) < 8 && sizeof(__umax_int_t) >= 8 )
334 __umax_int_t __temp = __x;
336 if ( sizeof(__x) < 8 && sizeof(__umax_int_t) >= 8 )

Completed in 125 milliseconds