/third_party/musl/src/conf/ |
D | legacy.c | 16 return sysconf(_SC_PHYS_PAGES); in get_phys_pages()
|
D | sysconf.c | 98 [_SC_PHYS_PAGES] = JT_PHYS_PAGES, in sysconf() 210 if (name==_SC_PHYS_PAGES) mem = si.totalram; in sysconf()
|
/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/ltp/testcases/kernel/syscalls/sysconf/ |
D | sysconf01.c | 131 test_sysconf(_SC_PHYS_PAGES); in main()
|
/third_party/e2fsprogs/e2fsck/ |
D | util.c | 855 #if defined(_SC_PHYS_PAGES) in get_memory_size() 857 return (unsigned long long)sysconf(_SC_PHYS_PAGES) * in get_memory_size() 860 return (unsigned long long)sysconf(_SC_PHYS_PAGES) * in get_memory_size()
|
/third_party/mindspore/mindspore/lite/src/common/ |
D | utils.cc | 166 …max_malloc_size = static_cast<size_t>(sysconf(_SC_PHYS_PAGES)) * static_cast<size_t>(sysconf(_SC_P… in GetMaxMallocSize()
|
/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/flutter/skia/third_party/externals/sdl/src/cpuinfo/ |
D | SDL_cpuinfo.c | 731 #if defined(HAVE_SYSCONF) && defined(_SC_PHYS_PAGES) && defined(_SC_PAGESIZE) in SDL_GetSystemRAM() 733 … SDL_SystemRAM = (int)((Sint64)sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE) / (1024*1024)); in SDL_GetSystemRAM()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.6.rst | 35 swrast: build error undeclared \_SC_PHYS_PAGES on osx
|
D | 10.6.0.rst | 291 swrast: build error undeclared \_SC_PHYS_PAGES on osx
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_hw.cc | 50 auto pages = sysconf(_SC_PHYS_PAGES); in GetTotalSystemMemory()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 348 #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/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 348 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 352 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 376 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 353 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 339 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 348 #define _SC_PHYS_PAGES 85 macro
|
/third_party/musl/include/ |
D | unistd.h | 352 #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/iris/ |
D | iris_screen.c | 338 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in iris_get_param()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.c | 355 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in crocus_get_param()
|
/third_party/libuv/src/unix/ |
D | sunos.c | 410 return (uint64_t) sysconf(_SC_PAGESIZE) * sysconf(_SC_PHYS_PAGES); in uv_get_total_memory()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 756 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in i915_query_renderer_integer()
|