/third_party/musl/porting/linux/user/src/conf/ |
D | sysconf.c | 98 [_SC_PHYS_PAGES] = JT_PHYS_PAGES, in sysconf() 206 if (name==_SC_PHYS_PAGES) mem = si.totalram; in sysconf()
|
D | legacy.c | 72 return sysconf(_SC_PHYS_PAGES); in get_phys_pages()
|
/third_party/musl/src/conf/ |
D | sysconf.c | 101 [_SC_PHYS_PAGES] = JT_PHYS_PAGES, in sysconf() 209 if (name==_SC_PHYS_PAGES) mem = si.totalram; in sysconf()
|
D | legacy.c | 72 return sysconf(_SC_PHYS_PAGES); in get_phys_pages()
|
/third_party/musl/libc-test/src/functionalext/supplement/conf/ |
D | get_phys_pages.c | 27 if (sysconf(_SC_PHYS_PAGES) != phys_pages) { in get_phys_pages_0100()
|
/third_party/node/deps/v8/src/base/ |
D | sys-info.cc | 102 long pages = sysconf(_SC_PHYS_PAGES); // NOLINT(runtime/int) in AmountOfPhysicalMemory()
|
/third_party/ltp/testcases/kernel/syscalls/sysconf/ |
D | sysconf01.c | 131 test_sysconf(_SC_PHYS_PAGES); in main()
|
/third_party/mesa3d/src/util/ |
D | os_misc.c | 227 const long phys_pages = sysconf(_SC_PHYS_PAGES); in os_get_total_physical_memory()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.6.rst | 35 swrast: build error undeclared \_SC_PHYS_PAGES on osx
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 376 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 352 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 379 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/include/ |
D | unistd.h | 418 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 352 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 352 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 358 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 376 #define _SC_PHYS_PAGES 85 macro
|
/third_party/toybox/toys/posix/ |
D | getconf.c | 109 {"_AVPHYS_PAGES", _SC_AVPHYS_PAGES}, {"_PHYS_PAGES", _SC_PHYS_PAGES},
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.c | 349 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in crocus_get_param()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 170 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in iris_get_video_memory()
|
/third_party/libuv/src/unix/ |
D | sunos.c | 409 return (uint64_t) sysconf(_SC_PAGESIZE) * sysconf(_SC_PHYS_PAGES); in uv_get_total_memory()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 905 _SC_PHYS_PAGES
|
D | fuchsia.txt | 1074 _SC_PHYS_PAGES
|
D | dragonfly.txt | 1141 _SC_PHYS_PAGES
|
/third_party/node/deps/uv/src/unix/ |
D | sunos.c | 409 return (uint64_t) sysconf(_SC_PAGESIZE) * sysconf(_SC_PHYS_PAGES); in uv_get_total_memory()
|