Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/util/
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()
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/lzma/CPP/Windows/
DSystem.cpp190 int mib[2] = { CTL_HW, HW_MEMSIZE }; in GetRamSize()
193 int mib[2] = { CTL_HW, HW_PHYSMEM64 }; in GetRamSize()
196 int mib[2] = { CTL_HW, HW_PHYSMEM }; in GetRamSize()
/third_party/node/deps/v8/src/base/
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/
Dncpu.h46 mib[0] = CTL_HW; in get_ncpu()
/third_party/node/deps/uv/src/unix/
Dopenbsd.c127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory()
185 int which[] = {CTL_HW,HW_MODEL}; in uv_cpu_info()
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()
Dfreebsd.c103 int which[] = {CTL_HW, HW_PHYSMEM}; in uv_get_total_memory()
Ddarwin.c122 int which[] = {CTL_HW, HW_MEMSIZE}; in uv_get_total_memory()
/third_party/libuv/src/unix/
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()
Dopenbsd.c127 int which[] = {CTL_HW, HW_PHYSMEM64}; in uv_get_total_memory()
185 int which[] = {CTL_HW,HW_MODEL}; in uv_cpu_info()
Dfreebsd.c103 int which[] = {CTL_HW, HW_PHYSMEM}; in uv_get_total_memory()
Ddarwin.c122 int which[] = {CTL_HW, HW_MEMSIZE}; in uv_get_total_memory()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
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/
Dcpu.c63 int sels[2] = {CTL_HW, HW_VECTORUNIT}; in ff_get_cpu_flags_ppc()
/third_party/ffmpeg/libavutil/
Dcpu.c295 int mib[2] = { CTL_HW, HW_NCPUONLINE }; in av_cpu_count()
301 int mib[2] = { CTL_HW, HW_NCPU }; in av_cpu_count()
/third_party/openh264/codec/common/src/
DWelsThreadLib.cpp523 int scname[] = { CTL_HW, HW_NCPU }; in WelsQueryLogicalProcessInfo()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavutils.c478 int mib[] = { CTL_HW, HW_NCPU }; in gst_ffmpeg_auto_max_threads()
/third_party/benchmark/src/
Dsysinfo.cc150 mib[0] = CTL_HW; in GetSysctlImp()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt118 CTL_HW
Dnetbsd.txt177 CTL_HW
Ddragonfly.txt161 CTL_HW
Dfreebsd.txt187 CTL_HW
Dapple.txt280 CTL_HW
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp1321 nm[0] = CTL_HW; in computeHostNumPhysicalCores()

12