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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 96 _M_round_up(size_t __bytes)
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 98 _M_round_up(size_t __bytes)
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 98 _M_round_up(size_t __bytes)
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 96 _M_round_up(size_t __bytes)
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 96 _M_round_up(size_t __bytes)
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 96 _M_round_up(size_t __bytes)
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h 96 _M_round_up(size_t __bytes)
227 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 98 _M_round_up(size_t __bytes)
229 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 99 _M_round_up(size_t __bytes)
236 __ret = static_cast<_Tp*>(_M_refill(_M_round_up(__bytes)));

Completed in 213 milliseconds