HomeSort by relevance Sort by last modified time
    Searched refs:__utemp (Results 1 - 5 of 5) 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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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');

Completed in 23 milliseconds