Home
last modified time | relevance | path

Searched refs:get_cpu_count (Results 176 – 200 of 233) sorted by relevance

12345678910

/dports/sysutils/conky/conky-1.12.2/src/
H A Dfreebsd.cc278 void get_cpu_count(void) { in get_cpu_count() function
308 get_cpu_count(); in update_cpu_usage()
H A Ddragonfly.cc271 void get_cpu_count(void) { in get_cpu_count() function
312 get_cpu_count(); in update_cpu_usage()
H A Dcore.cc434 END OBJ(freq, nullptr) get_cpu_count();
445 END OBJ(freq_g, nullptr) get_cpu_count();
472 END OBJ(voltage_mv, 0) get_cpu_count();
482 END OBJ(voltage_v, 0) get_cpu_count();
685 END OBJ(cpu, &update_cpu_usage) get_cpu_count();
691 END OBJ(cpugauge, &update_cpu_usage) get_cpu_count();
698 END OBJ(cpubar, &update_cpu_usage) get_cpu_count();
705 END OBJ(cpugraph, &update_cpu_usage) get_cpu_count();
H A Dsolaris.cc500 void get_cpu_count(void) { in get_cpu_count() function
H A Ddarwin.mm912 * get_cpu_count
917 void get_cpu_count() { function
971 get_cpu_count();
1282 get_cpu_count();
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/cpufeatures/
H A Dcpu-features.c632 get_cpu_count(void) in get_cpu_count() function
697 g_cpuCount = get_cpu_count(); in android_cpuInit()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/cpufeatures/
H A Dcpu-features.c658 get_cpu_count(void) in get_cpu_count() function
727 g_cpuCount = get_cpu_count(); in android_cpuInit()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/benchmark/
H A Dbenchncnn.cpp161 int num_threads = ncnn::get_cpu_count(); in main()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/benchmark/
H A Dbenchncnn.cpp161 int num_threads = ncnn::get_cpu_count(); in main()
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dafni_system_check.py441 print(self.sinfo.get_cpu_count())
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/benchmark/
H A Dbenchncnn.cpp164 int num_threads = ncnn::get_cpu_count(); in main()
/dports/misc/ncnn/ncnn-20211208/benchmark/
H A Dbenchncnn.cpp164 int num_threads = ncnn::get_cpu_count(); in main()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/benchmark/
H A Dbenchncnn.cpp164 int num_threads = ncnn::get_cpu_count(); in main()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Ddragonfly.cc271 void get_cpu_count(void) { in get_cpu_count() function
312 get_cpu_count(); in update_cpu_usage()
H A Dcore.cc434 END OBJ(freq, nullptr) get_cpu_count();
445 END OBJ(freq_g, nullptr) get_cpu_count();
472 END OBJ(voltage_mv, 0) get_cpu_count();
482 END OBJ(voltage_v, 0) get_cpu_count();
685 END OBJ(cpu, &update_cpu_usage) get_cpu_count();
691 END OBJ(cpugauge, &update_cpu_usage) get_cpu_count();
698 END OBJ(cpubar, &update_cpu_usage) get_cpu_count();
705 END OBJ(cpugraph, &update_cpu_usage) get_cpu_count();
H A Dsolaris.cc500 void get_cpu_count(void) { in get_cpu_count() function
H A Ddarwin.mm912 * get_cpu_count
917 void get_cpu_count() { function
971 get_cpu_count();
1282 get_cpu_count();
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dsystem.cpp208 systemData.numberOfThreads = get_cpu_count(); in InitSystem()
293 int get_cpu_count() in get_cpu_count() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/tests/
H A Djstests.py33 get_cpu_count,
126 default=max(1, get_cpu_count()),
/dports/www/firefox/firefox-99.0/js/src/tests/
H A Djstests.py33 get_cpu_count,
126 default=max(1, get_cpu_count()),
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/tests/
H A Djstests.py33 get_cpu_count,
126 default=max(1, get_cpu_count()),
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/
H A DSConstruct768 def get_cpu_count():
797 SetOption('num_jobs', get_cpu_count())
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/tests/
H A Djstests.py30 from lib.tests import RefTestCase, get_jitflags, get_cpu_count, \
109 default=max(1, get_cpu_count()),
/dports/games/alephone/alephone-release-20190331/Source_Files/FFmpeg/
H A DMovie.cpp94 static int get_cpu_count(void) in get_cpu_count() function
434 video_stream->codec->thread_count = get_cpu_count(); in Setup()
/dports/sysutils/busybox/busybox-1.26.2/procps/
H A Diostat.c415 G.total_cpus = get_cpu_count(); in iostat_main()

12345678910