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

  /external/chromium/base/
sys_info_linux.cc 14 long page_size = sysconf(_SC_PAGE_SIZE);
process_util_linux.cc 294 int page_size_kb = sysconf(_SC_PAGE_SIZE) / 1024;
  /bionic/libc/include/sys/
sysconf.h 78 #define _SC_PAGE_SIZE 0x0028
  /development/ndk/platforms/android-3/include/sys/
sysconf.h 78 #define _SC_PAGE_SIZE 0x0028
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 78 #define _SC_PAGE_SIZE 0x0028
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
sysconf.h 78 #define _SC_PAGE_SIZE 0x0028
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
sysconf.h 78 #define _SC_PAGE_SIZE 0x0028
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
sysconf.h 78 #define _SC_PAGE_SIZE 0x0028
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
sysconf.h 78 #define _SC_PAGE_SIZE 0x0028
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
sysconf.h 78 #define _SC_PAGE_SIZE 0x0028
  /system/extras/tests/bionic/libc/other/
test_sysconf.c 90 T(_SC_PAGE_SIZE, == 4096 );
  /external/e2fsprogs/resize/
main.c 313 #if (!defined(_SC_PAGESIZE) && defined(_SC_PAGE_SIZE))
314 #define _SC_PAGESIZE _SC_PAGE_SIZE
  /bionic/libc/unistd/
sysconf.c 156 case _SC_PAGE_SIZE: return PAGE_SIZE;
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 486 #ifdef _SC_PAGE_SIZE
488 pagesize = sysconf(_SC_PAGE_SIZE);
  /external/e2fsprogs/misc/
badblocks.c 853 #if (!defined(_SC_PAGESIZE) && defined(_SC_PAGE_SIZE))
854 #define _SC_PAGESIZE _SC_PAGE_SIZE
mke2fs.c 992 #if (!defined(_SC_PAGESIZE) && defined(_SC_PAGE_SIZE))
993 #define _SC_PAGESIZE _SC_PAGE_SIZE
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_mmap.c 33 long s = sysconf(_SC_PAGE_SIZE);
  /bionic/libc/bionic/
dlmalloc.c     [all...]
  /external/libffi/src/
dlmalloc.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c     [all...]
  /external/netperf/
netlib.c 290 should define _SC_PAGE_SIZE - raj 4/95 */
292 #ifndef _SC_PAGE_SIZE
304 return(sysconf(_SC_PAGE_SIZE));
305 #endif /* _SC_PAGE_SIZE */
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 327 milliseconds