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

  /external/stlport/src/
allocators.cpp 368 size_t __bytes_left = _S_end_free - _S_start_free; local
370 if (__bytes_left > 0) {
371 if (__bytes_left >= __total_bytes) {
377 if (__bytes_left >= _p_size) {
378 __nobjs = (int)(__bytes_left / _p_size);
386 _Obj* _STLP_VOLATILE* __my_free_list = _S_free_list + _S_FREELIST_INDEX(__bytes_left);
549 __add_atomic_t __bytes_left = __block->_M_end - __buf_start; local
551 if ((__bytes_left < __total_bytes) && (__bytes_left >= __STATIC_CAST(__add_atomic_t, _p_size))) {
554 __nobjs = (int)(__bytes_left/_p_size)
940 size_t __bytes_left; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 368 size_t __bytes_left = _S_end_free - _S_start_free; local
370 if (__bytes_left > 0) {
371 if (__bytes_left >= __total_bytes) {
377 if (__bytes_left >= _p_size) {
378 __nobjs = (int)(__bytes_left / _p_size);
386 _Obj* _STLP_VOLATILE* __my_free_list = _S_free_list + _S_FREELIST_INDEX(__bytes_left);
549 __add_atomic_t __bytes_left = __block->_M_end - __buf_start; local
551 if ((__bytes_left < __total_bytes) && (__bytes_left >= __STATIC_CAST(__add_atomic_t, _p_size))) {
554 __nobjs = (int)(__bytes_left/_p_size)
940 size_t __bytes_left; local
    [all...]

Completed in 77 milliseconds