HomeSort by relevance Sort by last modified time
    Searched full:__pagesize (Results 1 - 19 of 19) 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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 

Completed in 867 milliseconds