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

  /external/chromium/base/
sys_info_linux.cc 13 long pages = sysconf(_SC_PHYS_PAGES);
  /bionic/libc/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /development/ndk/platforms/android-3/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
confname.h 256 _SC_PHYS_PAGES,
257 #define _SC_PHYS_PAGES _SC_PHYS_PAGES
  /bionic/libc/unistd/
sysconf.c 259 case _SC_PHYS_PAGES: return __get_phys_pages();
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 394 public static final int _SC_PHYS_PAGES = placeholder();
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 400 initConstant(env, c, "_SC_PHYS_PAGES", _SC_PHYS_PAGES);

Completed in 503 milliseconds