Home
last modified time | relevance | path

Searched refs:HW_PHYSMEM64 (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DSystem.cpp195 #elif defined(HW_PHYSMEM64) in GetRamSize()
197 int mib[2] = { CTL_HW, HW_PHYSMEM64 }; in GetRamSize()
/third_party/libuv/src/unix/
H A Dnetbsd.c113 #if defined(HW_PHYSMEM64) in uv_get_total_memory()
115 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory()
H A Dopenbsd.c127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory()
/third_party/node/deps/uv/src/unix/
H A Dnetbsd.c113 #if defined(HW_PHYSMEM64) in uv_get_total_memory()
115 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory()
H A Dopenbsd.c127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory()
/third_party/mesa3d/src/util/
H A Dos_misc.c243 mib[1] = HW_PHYSMEM64; in os_get_total_physical_memory()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2072 pub const HW_PHYSMEM64: ::c_int = 13; consts

Completed in 11 milliseconds