Searched refs:_SC_PHYS_PAGES (Results 1 - 20 of 20) sorted by relevance

/external/webrtc/webrtc/base/
H A Dsysteminfo.cc183 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)
/external/libchrome/base/
H A Dsys_info_linux.cc33 return AmountOfMemory(_SC_PHYS_PAGES);
/external/v8/src/base/
H A Dsys-info.cc89 // No support for _SC_PHYS_PAGES, assume 2GB.
95 long pages = sysconf(_SC_PHYS_PAGES); // NOLINT(runtime/int)
/external/fio/os/
H A Dos-windows.h48 #define _SC_PHYS_PAGES 0x4 macro
158 pages = sysconf(_SC_PHYS_PAGES);
H A Dos-android.h185 pages = sysconf(_SC_PHYS_PAGES);
H A Dos-linux.h146 pages = sysconf(_SC_PHYS_PAGES);
/external/ImageMagick/MagickCore/
H A Dnt-base.h56 #define _SC_PHYS_PAGES 2 macro
H A Drandom.c392 #if defined(MAGICKCORE_HAVE_SYSCONF) && defined(_SC_PHYS_PAGES)
397 pages=(ssize_t) sysconf(_SC_PHYS_PAGES);
H A Dresource.c1091 #if defined(MAGICKCORE_HAVE_SYSCONF) && defined(_SC_PHYS_PAGES)
1092 pages=(ssize_t) sysconf(_SC_PHYS_PAGES);
H A Dnt-base.c2498 % o name: _SC_PAGE_SIZE or _SC_PHYS_PAGES.
2513 case _SC_PHYS_PAGES:
/external/fio/os/windows/
H A Dposix.c178 case _SC_PHYS_PAGES:
184 log_err("sysconf(_SC_PHYS_PAGES) failed\n");
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c5137 long long num_pages = sysconf(_SC_PHYS_PAGES);
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 328 milliseconds