Home
last modified time | relevance | path

Searched refs:CTL_HW (Results 1 - 25 of 25) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DSystem.cpp194 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 Dos_misc.c239 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 Du_cpu_detect.c134 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 Dsys-info.cc41 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 Dncpu.h46 mib[0] = CTL_HW; in get_ncpu()
/third_party/libuv/src/unix/
H A Dnetbsd.c115 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 Dopenbsd.c127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory()
190 int which[] = {CTL_HW,HW_MODEL}; in uv_cpu_info()
H A Ddarwin.c119 int which[] = {CTL_HW, HW_MEMSIZE}; in uv_get_total_memory()
H A Dfreebsd.c103 int which[] = {CTL_HW, HW_PHYSMEM}; in uv_get_total_memory()
/third_party/node/deps/uv/src/unix/
H A Dnetbsd.c115 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 Dopenbsd.c127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory()
185 int which[] = {CTL_HW,HW_MODEL}; in uv_cpu_info()
H A Dfreebsd.c103 int which[] = {CTL_HW, HW_PHYSMEM}; in uv_get_total_memory()
H A Ddarwin.c122 int which[] = {CTL_HW, HW_MEMSIZE}; in uv_get_total_memory()
/third_party/ffmpeg/libavutil/
H A Dcpu.c216 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 Dsysinfo.cc173 #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 Dcpu.c63 int sels[2] = {CTL_HW, HW_VECTORUNIT}; in ff_get_cpu_flags_ppc()
/third_party/benchmark/src/
H A Dsysinfo.cc151 mib[0] = CTL_HW; in GetSysctlImp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DHost.cpp1321 nm[0] = CTL_HW; in computeHostNumPhysicalCores()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1357 pub const CTL_HW: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs935 pub const CTL_HW: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2024 pub const CTL_HW: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2083 pub const CTL_HW: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2053 pub const CTL_HW: ::c_int = 6; consts
/third_party/python/Modules/
H A Dposixmodule.c13446 mib[0] = CTL_HW; in os_cpu_count_impl()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4090 pub const CTL_HW: ::c_int = 6; consts

Completed in 68 milliseconds