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

  /external/stlport/src/
allocators.cpp 175 // _S_round_up(requested_size). Thus the client has enough size
247 static inline size_t _STLP_CALL _S_round_up(size_t __bytes)
319 __n = _S_round_up(__n);
392 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size) + _STLP_OFFSET;
485 __n = _S_round_up(__n);
578 size_t __rounded_down = _S_round_up(__bytes_left + 1) - (size_t)_ALIGN;
590 _S_round_up(__STATIC_CAST(__uadd_atomic_t, _STLP_ATOMIC_ADD(&_S_heap_size, 0)))) +
607 size_t __rounded_down = _S_round_up(__bytes_left+1) - (size_t)_ALIGN;
797 static size_t _S_round_up(size_t __bytes)
957 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 175 // _S_round_up(requested_size). Thus the client has enough size
247 static inline size_t _STLP_CALL _S_round_up(size_t __bytes)
319 __n = _S_round_up(__n);
392 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size) + _STLP_OFFSET;
485 __n = _S_round_up(__n);
578 size_t __rounded_down = _S_round_up(__bytes_left + 1) - (size_t)_ALIGN;
590 _S_round_up(__STATIC_CAST(__uadd_atomic_t, _STLP_ATOMIC_ADD(&_S_heap_size, 0)))) +
607 size_t __rounded_down = _S_round_up(__bytes_left+1) - (size_t)_ALIGN;
797 static size_t _S_round_up(size_t __bytes)
957 size_t __bytes_to_get = 2 * __total_bytes + _S_round_up(_S_heap_size)
    [all...]

Completed in 67 milliseconds