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

  /external/valgrind/main/none/tests/
faultstatus.c 48 #define FILESIZE (4*__pagesize)
50 static unsigned int __pagesize; variable
133 __pagesize = (unsigned int)sysconf(_SC_PAGE_SIZE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
rc_string_base.h 394 // __pagesize need not match the actual VM page size for good
403 const size_type __pagesize = 4096; local
426 if (__adj_size > __pagesize && __capacity > __old_capacity)
428 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 393 // __pagesize need not match the actual VM page size for good
402 const size_type __pagesize = 4096; local
425 if (__adj_size > __pagesize && __capacity > __old_capacity)
427 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h 393 // __pagesize need not match the actual VM page size for good
402 const size_type __pagesize = 4096; local
425 if (__adj_size > __pagesize && __capacity > __old_capacity)
427 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 380 // __pagesize need not match the actual VM page size for good
389 const size_type __pagesize = 4096; local
412 if (__adj_size > __pagesize && __capacity > __old_capacity)
414 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 380 // __pagesize need not match the actual VM page size for good
389 const size_type __pagesize = 4096; local
412 if (__adj_size > __pagesize && __capacity > __old_capacity)
414 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 380 // __pagesize need not match the actual VM page size for good
389 const size_type __pagesize = 4096; local
412 if (__adj_size > __pagesize && __capacity > __old_capacity)
414 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h 380 // __pagesize need not match the actual VM page size for good
389 const size_type __pagesize = 4096; local
412 if (__adj_size > __pagesize && __capacity > __old_capacity)
414 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 394 // __pagesize need not match the actual VM page size for good
403 const size_type __pagesize = 4096; local
426 if (__adj_size > __pagesize && __capacity > __old_capacity)
428 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 394 // __pagesize need not match the actual VM page size for good
403 const size_type __pagesize = 4096; local
426 if (__adj_size > __pagesize && __capacity > __old_capacity)
428 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 394 // __pagesize need not match the actual VM page size for good
403 const size_type __pagesize = 4096; local
426 if (__adj_size > __pagesize && __capacity > __old_capacity)
428 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 394 // __pagesize need not match the actual VM page size for good
403 const size_type __pagesize = 4096; local
426 if (__adj_size > __pagesize && __capacity > __old_capacity)
428 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rc_string_base.h 393 // __pagesize need not match the actual VM page size for good
402 const size_type __pagesize = 4096; local
425 if (__adj_size > __pagesize && __capacity > __old_capacity)
427 const size_type __extra = __pagesize - __adj_size % __pagesize;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 393 // __pagesize need not match the actual VM page size for good
402 const size_type __pagesize = 4096; local
425 if (__adj_size > __pagesize && __capacity > __old_capacity)
427 const size_type __extra = __pagesize - __adj_size % __pagesize;

Completed in 319 milliseconds