/third_party/lzma/CPP/Windows/ |
H A D | System.cpp | 194 int mib[2] = { CTL_HW, HW_MEMSIZE };
in GetRamSize() 197 int mib[2] = { CTL_HW, HW_PHYSMEM64 };
in GetRamSize() 200 int mib[2] = { CTL_HW, HW_PHYSMEM };
in GetRamSize()
|
/third_party/mesa3d/src/util/ |
H A D | os_misc.c | 239 mib[0] = CTL_HW; in os_get_total_physical_memory() 303 int mib[] = { CTL_HW, HW_USERMEM64 }; in os_get_available_system_memory() 305 int mib[] = { CTL_HW, HW_USERMEM }; in os_get_available_system_memory() 354 mib[0] = CTL_HW; in os_get_page_size()
|
H A D | u_cpu_detect.c | 134 int sels[2] = {CTL_HW, HW_VECTORUNIT}; in check_os_altivec_support() 626 const int mib[] = { CTL_HW, HW_NCPUONLINE }; in util_cpu_detect_once() 641 const int mib[] = { CTL_HW, HW_NCPU }; in util_cpu_detect_once() 662 const int mib[] = { CTL_HW, HW_NCPU }; in util_cpu_detect_once()
|
/third_party/node/deps/v8/src/base/ |
H A D | sys-info.cc | 41 int mib[2] = {CTL_HW, HW_NCPU}; in NumberOfProcessors() 67 int mib[2] = {CTL_HW, HW_MEMSIZE}; in AmountOfPhysicalMemory()
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
H A D | ncpu.h | 46 mib[0] = CTL_HW; in get_ncpu()
|
/third_party/libuv/src/unix/ |
H A D | netbsd.c | 115 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() 118 int which[] = {CTL_HW, HW_PHYSMEM}; in uv_get_total_memory()
|
H A D | openbsd.c | 127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() 190 int which[] = {CTL_HW,HW_MODEL}; in uv_cpu_info()
|
H A D | darwin.c | 119 int which[] = {CTL_HW, HW_MEMSIZE}; in uv_get_total_memory()
|
H A D | freebsd.c | 103 int which[] = {CTL_HW, HW_PHYSMEM}; in uv_get_total_memory()
|
/third_party/node/deps/uv/src/unix/ |
H A D | netbsd.c | 115 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() 118 int which[] = {CTL_HW, HW_PHYSMEM}; in uv_get_total_memory()
|
H A D | openbsd.c | 127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory() 185 int which[] = {CTL_HW,HW_MODEL}; in uv_cpu_info()
|
H A D | freebsd.c | 103 int which[] = {CTL_HW, HW_PHYSMEM}; in uv_get_total_memory()
|
H A D | darwin.c | 122 int which[] = {CTL_HW, HW_MEMSIZE}; in uv_get_total_memory()
|
/third_party/ffmpeg/libavutil/ |
H A D | cpu.c | 216 int mib[2] = { CTL_HW, HW_NCPUONLINE }; in av_cpu_count() 222 int mib[2] = { CTL_HW, HW_NCPU }; in av_cpu_count()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | sysinfo.cc | 173 #elif defined(CTL_HW) && defined(HW_CPU_FREQ) 178 int mib[2] = {CTL_HW, HW_CPU_FREQ}; in GetNominalCPUFrequency()
|
/third_party/ffmpeg/libavutil/ppc/ |
H A D | cpu.c | 63 int sels[2] = {CTL_HW, HW_VECTORUNIT}; in ff_get_cpu_flags_ppc()
|
/third_party/benchmark/src/ |
H A D | sysinfo.cc | 151 mib[0] = CTL_HW; in GetSysctlImp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Host.cpp | 1321 nm[0] = CTL_HW; in computeHostNumPhysicalCores()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1357 pub const CTL_HW: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 935 pub const CTL_HW: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2024 pub const CTL_HW: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2083 pub const CTL_HW: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2053 pub const CTL_HW: ::c_int = 6; consts
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 13446 mib[0] = CTL_HW; in os_cpu_count_impl()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4090 pub const CTL_HW: ::c_int = 6; consts
|