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

  /external/stlport/src/
allocators.cpp 392 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size) + _STLP_OFFSET; local
395 _S_start_free = __stlp_new_chunk(__bytes_to_get);
416 __bytes_to_get = __total_bytes + _STLP_OFFSET;
417 _S_start_free = __stlp_new_chunk(__bytes_to_get);
421 _S_heap_size += __bytes_to_get >> 4;
426 _S_end_free = _S_start_free + __bytes_to_get;
588 __add_atomic_t __bytes_to_get = 2 * __total_bytes + local
593 __result = __stlp_new_chunk(__bytes_to_get);
624 __bytes_to_get = __total_bytes + _STLP_OFFSET;
625 __result = __stlp_new_chunk(__bytes_to_get);
957 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size); local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 392 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size) + _STLP_OFFSET; local
395 _S_start_free = __stlp_new_chunk(__bytes_to_get);
416 __bytes_to_get = __total_bytes + _STLP_OFFSET;
417 _S_start_free = __stlp_new_chunk(__bytes_to_get);
421 _S_heap_size += __bytes_to_get >> 4;
426 _S_end_free = _S_start_free + __bytes_to_get;
588 __add_atomic_t __bytes_to_get = 2 * __total_bytes + local
593 __result = __stlp_new_chunk(__bytes_to_get);
624 __bytes_to_get = __total_bytes + _STLP_OFFSET;
625 __result = __stlp_new_chunk(__bytes_to_get);
957 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size); local
    [all...]

Completed in 32 milliseconds