Home
last modified time | relevance | path

Searched refs:_SC_NPROCESSORS_ONLN (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/bionic/tests/
H A Dsys_sysinfo_test.cpp25 ASSERT_EQ(sysconf(_SC_NPROCESSORS_ONLN), nprocs); in TEST()
H A Dunistd_test.cpp1015 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 DSoftVPX.cpp73 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount()
74 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
/aosp12/bionic/libc/include/bits/
H A Dsysconf.h127 #define _SC_NPROCESSORS_ONLN 0x0061 macro
/aosp12/system/extras/libfec/
H A Dfec_process.cpp54 int threads = sysconf(_SC_NPROCESSORS_ONLN); in process()
/aosp12/bionic/libc/bionic/
H A Dsysconf.cpp85 case _SC_NPROCESSORS_ONLN: return get_nprocs(); in sysconf()
/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp108 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount()
109 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp101 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount()
102 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxEnc.cpp37 #if defined(_SC_NPROCESSORS_ONLN)
38 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN);
H A DC2SoftVpxDec.cpp401 #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 DSoftVPXEncoder.cpp51 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount()
52 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp108 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount()
109 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
/aosp12/system/testing/gtest_extras/
H A DOptions.cpp312 job_count_ = static_cast<size_t>(sysconf(_SC_NPROCESSORS_ONLN)); in Process()
/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.cpp315 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount()
316 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp321 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount()
322 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
/aosp12/system/extras/verity/fec/
H A Dimage.cpp358 threads = sysconf(_SC_NPROCESSORS_ONLN); in image_process()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp313 #if defined(_SC_NPROCESSORS_ONLN) in getCpuCoreCount()
314 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in getCpuCoreCount()
H A DC2SoftAvcEnc.cpp568 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount()
569 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp302 #if defined(_SC_NPROCESSORS_ONLN) in getCpuCoreCount()
303 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in getCpuCoreCount()
H A DC2SoftHevcEnc.cpp490 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount()
491 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
/aosp12/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp85 #if defined(_SC_NPROCESSORS_ONLN) in GetCPUCoreCount()
86 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in GetCPUCoreCount()
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.cpp296 #if defined(_SC_NPROCESSORS_ONLN) in getCpuCoreCount()
297 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN); in getCpuCoreCount()
/aosp12/system/extras/ioshark/
H A Dioshark_bench_subr.c372 if ((num_cores = sysconf(_SC_NPROCESSORS_ONLN)) == -1)
/aosp12/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc946 return std::max(sysconf(_SC_NPROCESSORS_ONLN), 4L); in GetMaxThreads()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...

12