HomeSort by relevance Sort by last modified time
    Searched full:__pagesize (Results 1 - 25 of 33) sorted by null

1 2

  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
basic_string.tcc 570 // __pagesize need not match the actual VM page size for good
579 const size_type __pagesize = 4096;
597 if (__adj_size > __pagesize && __capacity > __old_capacity)
599 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.tcc 568 // __pagesize need not match the actual VM page size for good
577 const size_type __pagesize = 4096;
595 if (__adj_size > __pagesize && __capacity > __old_capacity)
597 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.tcc 568 // __pagesize need not match the actual VM page size for good
577 const size_type __pagesize = 4096;
595 if (__adj_size > __pagesize && __capacity > __old_capacity)
597 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 546 // __pagesize need not match the actual VM page size for good
555 const size_type __pagesize = 4096;
573 if (__adj_size > __pagesize && __capacity > __old_capacity)
575 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 546 // __pagesize need not match the actual VM page size for good
555 const size_type __pagesize = 4096;
573 if (__adj_size > __pagesize && __capacity > __old_capacity)
575 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 546 // __pagesize need not match the actual VM page size for good
555 const size_type __pagesize = 4096;
573 if (__adj_size > __pagesize && __capacity > __old_capacity)
575 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.tcc 546 // __pagesize need not match the actual VM page size for good
555 const size_type __pagesize = 4096;
573 if (__adj_size > __pagesize && __capacity > __old_capacity)
575 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.tcc 570 // __pagesize need not match the actual VM page size for good
579 const size_type __pagesize = 4096;
597 if (__adj_size > __pagesize && __capacity > __old_capacity)
599 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.tcc 570 // __pagesize need not match the actual VM page size for good
579 const size_type __pagesize = 4096;
597 if (__adj_size > __pagesize && __capacity > __old_capacity)
599 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.tcc 570 // __pagesize need not match the actual VM page size for good
579 const size_type __pagesize = 4096;
597 if (__adj_size > __pagesize && __capacity > __old_capacity)
599 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.tcc 570 // __pagesize need not match the actual VM page size for good
579 const size_type __pagesize = 4096;
597 if (__adj_size > __pagesize && __capacity > __old_capacity)
599 const size_type __extra = __pagesize - __adj_size % __pagesize;
    [all...]

Completed in 2247 milliseconds

1 2