HomeSort by relevance Sort by last modified time
    Searched full:__utemp (Results 1 - 9 of 9) sorted by null

  /external/stlport/stlport/stl/
_num_put.c 279 __umax_int_t __utemp = __negative?-__temp:__temp; local
281 for (; __utemp != 0; __utemp /= 10)
282 *--__ptr = (char)((int)(__utemp % 10) + '0');
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 279 __umax_int_t __utemp = __negative?-__temp:__temp; local
281 for (; __utemp != 0; __utemp /= 10)
282 *--__ptr = (char)((int)(__utemp % 10) + '0');
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 279 __umax_int_t __utemp = __negative?-__temp:__temp; local
281 for (; __utemp != 0; __utemp /= 10)
282 *--__ptr = (char)((int)(__utemp % 10) + '0');
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 279 __umax_int_t __utemp = __negative?-__temp:__temp; local
281 for (; __utemp != 0; __utemp /= 10)
282 *--__ptr = (char)((int)(__utemp % 10) + '0');
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 279 __umax_int_t __utemp = __negative?-__temp:__temp; local
281 for (; __utemp != 0; __utemp /= 10)
282 *--__ptr = (char)((int)(__utemp % 10) + '0');
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 279 __umax_int_t __utemp = __negative?-__temp:__temp; local
281 for (; __utemp != 0; __utemp /= 10)
282 *--__ptr = (char)((int)(__utemp % 10) + '0');
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_put.c 279 __umax_int_t __utemp = __negative?-__temp:__temp; local
281 for (; __utemp != 0; __utemp /= 10)
282 *--__ptr = (char)((int)(__utemp % 10) + '0');
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 

Completed in 172 milliseconds