HomeSort by: relevance | last modified time | path
    Searched defs:__limit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
snprintf_lite.cc 95 const char *const __limit = __d + __bufsize - 1; // Leave space for NUL. local
97 while (__s[0] != '\0' && __d < __limit)
111 while (__v[0] != '\0' && __d < __limit)
125 const int __len = __concat_size_t(__d, __limit - __d,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
snprintf_lite.cc 95 const char *const __limit = __d + __bufsize - 1; // Leave space for NUL. local
97 while (__s[0] != '\0' && __d < __limit)
111 while (__v[0] != '\0' && __d < __limit)
125 const int __len = __concat_size_t(__d, __limit - __d,
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
mt_allocator.cc 283 const size_t __limit = (100 * (_M_bin_size - __which) local
312 if (__remove > __limit && __remove > __bin._M_free[__thread_id])
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
mt_allocator.cc 283 const size_t __limit = (100 * (_M_bin_size - __which) local
312 if (__remove > __limit && __remove > __bin._M_free[__thread_id])

Completed in 35 milliseconds