HomeSort by relevance Sort by last modified time
    Searched full:_s_round_up (Results 1 - 5 of 5) sorted by null

  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 74 * _S_round_up(requested_size). Thus the client has enough size
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 74 * _S_round_up(requested_size). Thus the client has enough size
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h 74 * _S_round_up(requested_size). Thus the client has enough size
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 74 * _S_round_up(requested_size). Thus the client has enough size

Completed in 335 milliseconds