HomeSort by relevance Sort by last modified time
    Searched refs:__pcur (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
allocators.cpp 469 _Obj *__pcur = _S_chunks, *__pnext; local
470 while (__pcur != 0) {
471 __pnext = __pcur->_M_next;
472 __stlp_delete_chunck(__pcur);
473 __pcur = __pnext;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 469 _Obj *__pcur = _S_chunks, *__pnext; local
470 while (__pcur != 0) {
471 __pnext = __pcur->_M_next;
472 __stlp_delete_chunck(__pcur);
473 __pcur = __pnext;
    [all...]

Completed in 447 milliseconds