/aosp12/bionic/tests/ |
H A D | sys_sysinfo_test.cpp | 25 ASSERT_EQ(sysconf(_SC_NPROCESSORS_ONLN), nprocs); in TEST()
|
H A D | unistd_test.cpp | 1015 VERIFY_SYSCONF_POSITIVE(_SC_NPROCESSORS_ONLN); in TEST() 1104 ASSERT_EQ(online_cpus, sysconf(_SC_NPROCESSORS_ONLN)); in TEST()
|
/aosp12/frameworks/av/media/libstagefright/codecs/on2/dec/ |
H A D | SoftVPX.cpp | 73 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 74 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/bionic/libc/include/bits/ |
H A D | sysconf.h | 127 #define _SC_NPROCESSORS_ONLN 0x0061 macro
|
/aosp12/system/extras/libfec/ |
H A D | fec_process.cpp | 54 int threads = sysconf(_SC_NPROCESSORS_ONLN); in process()
|
/aosp12/bionic/libc/bionic/ |
H A D | sysconf.cpp | 85 case _SC_NPROCESSORS_ONLN: return get_nprocs(); in sysconf()
|
/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/ |
H A D | SoftAVCDec.cpp | 108 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 109 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/ |
H A D | SoftHEVC.cpp | 101 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 102 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/frameworks/av/media/codec2/components/vpx/ |
H A D | C2SoftVpxEnc.cpp | 37 #if defined(_SC_NPROCESSORS_ONLN) 38 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN);
|
H A D | C2SoftVpxDec.cpp | 401 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 402 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/frameworks/av/media/libstagefright/codecs/on2/enc/ |
H A D | SoftVPXEncoder.cpp | 51 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 52 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
H A D | SoftMPEG2.cpp | 108 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 109 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/system/testing/gtest_extras/ |
H A D | Options.cpp | 312 job_count_ = static_cast<size_t>(sysconf(_SC_NPROCESSORS_ONLN)); in Process()
|
/aosp12/frameworks/av/media/codec2/components/aom/ |
H A D | C2SoftAomDec.cpp | 315 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 316 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/frameworks/av/media/codec2/components/gav1/ |
H A D | C2SoftGav1Dec.cpp | 321 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 322 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/system/extras/verity/fec/ |
H A D | image.cpp | 358 threads = sysconf(_SC_NPROCESSORS_ONLN); in image_process()
|
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcDec.cpp | 313 #if defined(_SC_NPROCESSORS_ONLN) in getCpuCoreCount() 314 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in getCpuCoreCount()
|
H A D | C2SoftAvcEnc.cpp | 568 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 569 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/frameworks/av/media/codec2/components/hevc/ |
H A D | C2SoftHevcDec.cpp | 302 #if defined(_SC_NPROCESSORS_ONLN) in getCpuCoreCount() 303 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in getCpuCoreCount()
|
H A D | C2SoftHevcEnc.cpp | 490 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 491 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/frameworks/av/media/libstagefright/codecs/avcenc/ |
H A D | SoftAVCEnc.cpp | 85 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount() 86 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
|
/aosp12/frameworks/av/media/codec2/components/mpeg2/ |
H A D | C2SoftMpeg2Dec.cpp | 296 #if defined(_SC_NPROCESSORS_ONLN) in getCpuCoreCount() 297 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in getCpuCoreCount()
|
/aosp12/system/extras/ioshark/ |
H A D | ioshark_bench_subr.c | 372 if ((num_cores = sysconf(_SC_NPROCESSORS_ONLN)) == -1)
|
/aosp12/system/update_engine/payload_generator/ |
H A D | delta_diff_utils.cc | 946 return std::max(sysconf(_SC_NPROCESSORS_ONLN), 4L); in GetMaxThreads()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |