HomeSort by: relevance | last modified time | path
    Searched refs:__remove (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_algos.h 94 __remove(_ForwardIterator __first, _ForwardIterator __last, function in namespace:__gnu_profile
profiler_trace.h 535 __line.erase(__remove(__line.begin(), __line.end(), ' '),
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
mt_allocator.cc 286 size_t __remove = __bin._M_free[__thread_id]; local
287 __remove *= __options._M_freelist_headroom;
308 if (__remove >= __net_used)
309 __remove -= __net_used;
311 __remove = 0;
312 if (__remove > __limit && __remove > __bin._M_free[__thread_id])
316 __remove /= __options._M_freelist_headroom;
317 const size_t __removed = __remove;
318 while (--__remove > 0
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
mt_allocator.cc 286 size_t __remove = __bin._M_free[__thread_id]; local
287 __remove *= __options._M_freelist_headroom;
308 if (__remove >= __net_used)
309 __remove -= __net_used;
311 __remove = 0;
312 if (__remove > __limit && __remove > __bin._M_free[__thread_id])
316 __remove /= __options._M_freelist_headroom;
317 const size_t __removed = __remove;
318 while (--__remove > 0
    [all...]
  /src/external/apache2/llvm/dist/libcxx/src/
debug.cpp 236 c->__remove(p);
378 c->__remove(i);
570 __c_node::__remove(__i_node* p) function in class:__c_node
573 _LIBCPP_ASSERT(r != end_, "debug mode internal logic error __c_node::__remove");
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp 1328 bool __remove(const path& p, error_code* ec) { function in namespace:__anon3632
1357 if (!__remove(p, &ec))

Completed in 55 milliseconds