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

  /external/stlport/src/
allocators.cpp 443 _Obj* __next_obj; local
447 *__my_free_list = __next_obj = __REINTERPRET_CAST(_Obj*, __chunk + __n);
449 __current_obj = __next_obj;
450 __next_obj = __REINTERPRET_CAST(_Obj*, __REINTERPRET_CAST(char*, __next_obj) + __n);
451 __current_obj->_M_next = __next_obj;
453 __next_obj->_M_next = 0;
859 __obj * __current_obj, * __next_obj; local
870 *__my_free_list = __next_obj = (__obj *)(__chunk + __n);
872 __current_obj = __next_obj;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 443 _Obj* __next_obj; local
447 *__my_free_list = __next_obj = __REINTERPRET_CAST(_Obj*, __chunk + __n);
449 __current_obj = __next_obj;
450 __next_obj = __REINTERPRET_CAST(_Obj*, __REINTERPRET_CAST(char*, __next_obj) + __n);
451 __current_obj->_M_next = __next_obj;
453 __next_obj->_M_next = 0;
859 __obj * __current_obj, * __next_obj; local
870 *__my_free_list = __next_obj = (__obj *)(__chunk + __n);
872 __current_obj = __next_obj;
    [all...]

Completed in 36 milliseconds