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

1 2 3 4 5 6

  /external/libmojo/base/android/
sys_utils_unittest.cc 18 static_cast<size_t>(sysconf(_SC_PHYS_PAGES) * PAGE_SIZE);
  /bionic/tests/
sys_sysinfo_test.cpp 35 ASSERT_EQ(sysconf(_SC_PHYS_PAGES), phys_pages);
  /external/libchrome/base/
sys_info_linux.cc 33 return AmountOfMemory(_SC_PHYS_PAGES);
  /frameworks/av/media/libmedia/
MediaUtils.cpp 42 long numPages = sysconf(_SC_PHYS_PAGES);
  /external/webrtc/webrtc/base/
systeminfo.cc 183 memory = static_cast<int64_t>(sysconf(_SC_PHYS_PAGES)) *
186 LOG(LS_WARNING) << "sysconf(_SC_PHYS_PAGES) failed."
187 << "sysconf(_SC_PHYS_PAGES) " << sysconf(_SC_PHYS_PAGES)
  /toolchain/binutils/binutils-2.25/libiberty/
physmem.c 85 #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE
87 double pages = sysconf (_SC_PHYS_PAGES);
  /development/ndk/platforms/android-21/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /development/ndk/platforms/android-9/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /external/ltp/testcases/kernel/syscalls/sysconf/
sysconf01.c 131 test_sysconf(_SC_PHYS_PAGES);
  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.c 128 const long phys_pages = sysconf(_SC_PHYS_PAGES);
  /external/v8/src/base/
sys-info.cc 92 long pages = sysconf(_SC_PHYS_PAGES); // NOLINT(runtime/int)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
sysconf.h 128 #define _SC_PHYS_PAGES 0x0062

Completed in 442 milliseconds

1 2 3 4 5 6