/external/libavc/encoder/ |
D | ih264e_debug.h | 43 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) \ argument 44 ih264e_debug_dump_qp(pic_cnt, qp, num_cores); 50 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) \ argument 51 ih264e_debug_dump_inp_to_post_enc(ps_frame_info, pic_cnt, num_cores); 55 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) (void); argument 61 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) (void); argument
|
/external/autotest/client/site_tests/power_Thermal/ |
D | power_Thermal.py | 18 def __init__(self, num_cores, max_cpu_freq, min_cpu_freq): argument 19 self.num_cores = num_cores 122 for cpu in range(self.pl_desc.num_cores): 173 for cpu in range(self.pl_desc.num_cores): 201 for cpu in range(self.pl_desc.num_cores): 218 for cpu in range(self.pl_desc.num_cores): 225 for cpu in range(self.pl_desc.num_cores): 264 if self._throttle_count() == self.pl_desc.num_cores:
|
/external/tensorflow/tensorflow/stream_executor/tpu/ |
D | tpu_topology.cc | 51 int num_cores = tpu::ExecutorApiFn()->TpuHostLocation_NumCoresFn( in Cores() local 53 std::vector<SE_TpuTopology_Core*> core_ptrs(num_cores); in Cores() 57 result.reserve(num_cores); in Cores() 109 int num_cores = in cores() local 111 std::vector<SE_TpuTopology_Core*> core_ptrs(num_cores); in cores() 115 result.reserve(num_cores); in cores()
|
/external/arm-trusted-firmware/plat/brcm/board/stingray/src/ |
D | paxb.c | 290 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_rc_link_init() 352 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_start_link_up() 501 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in pcie_cores_init() 544 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_cfg_mps() 567 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_cfg_dev_id() 599 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_cfg_tgt_trn() 615 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_cfg_pdl_ctrl() 658 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_cfg_clkreq() 672 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_cfg_dl_active() 689 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_cfg_LTR() [all …]
|
/external/skqp/src/core/ |
D | SkExecutor.cpp | 19 static int num_cores() { in num_cores() function 26 static int num_cores() { in num_cores() function 136 return skstd::make_unique<SkThreadPool<WorkList>>(threads > 0 ? threads : num_cores()); in MakeFIFOThreadPool() 140 return skstd::make_unique<SkThreadPool<WorkList>>(threads > 0 ? threads : num_cores()); in MakeLIFOThreadPool()
|
/external/libchrome/base/task_scheduler/ |
D | task_scheduler.cc | 56 const int num_cores = SysInfo::NumberOfProcessors(); in StartWithDefaultParams() local 59 const int kForegroundMaxThreads = std::max(1, num_cores - 1); in StartWithDefaultParams() 60 const int kForegroundBlockingMaxThreads = std::max(2, num_cores - 1); in StartWithDefaultParams()
|
/external/skia/src/core/ |
D | SkExecutor.cpp | 18 static int num_cores() { in num_cores() function 25 static int num_cores() { in num_cores() function 144 return std::make_unique<SkThreadPool<WorkList>>(threads > 0 ? threads : num_cores(), in MakeFIFOThreadPool() 149 return std::make_unique<SkThreadPool<WorkList>>(threads > 0 ? threads : num_cores(), in MakeLIFOThreadPool()
|
/external/bcc/tests/python/ |
D | test_utils.py | 13 num_cores = multiprocessing.cpu_count() 15 self.assertEqual(len(online_cpus), num_cores)
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_system_metadata.py | 65 def __new__(cls, num_cores, num_hosts, num_of_cores_per_host, topology, argument 68 cls).__new__(cls, num_cores, num_hosts, num_of_cores_per_host, 152 num_cores=tpu_core_count, 160 logging.info('*** Num TPU Cores: %d', metadata.num_cores)
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compile_only_service.cc | 83 if (options.num_cores() > 0) { in CompileAheadOfTime() 84 execution_options.set_num_partitions(options.num_cores()); in CompileAheadOfTime() 86 CHECK_EQ(options.num_cores(), in CompileAheadOfTime()
|
/external/tensorflow/tensorflow/tools/test/ |
D | system_info_lib.py | 82 cpu_info.num_cores = multiprocessing.cpu_count() 96 cpu_info.num_cores_allowed = cpu_info.num_cores 101 cpu_info.num_cores = info['count']
|
/external/bcc/examples/cpp/ |
D | CPUDistribution.cc | 84 auto num_cores = sysconf(_SC_NPROCESSORS_ONLN); in main() local 85 for (int i = 0; i < num_cores; i++) { in main()
|
/external/libmpeg2/common/ |
D | ithread.c | 161 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local 164 if (core_id >= num_cores) in ithread_set_affinity()
|
/external/libavc/common/ |
D | ithread.c | 179 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local 182 if (core_id >= num_cores) in ithread_set_affinity()
|
/external/libhevc/common/ |
D | ithread.c | 154 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local 157 if(core_id >= num_cores) in ithread_set_affinity()
|
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/tpu/ |
D | tpu_cluster_resolver.py | 128 num_cores = 0 135 num_cores += 1 136 return DeviceDetails(device_map, num_cores)
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster_test.py | 101 num_cores=60, 153 type='GPU', frequency=1000, num_cores=60) 157 type='CPU', frequency=3000, num_cores=6)
|
/external/webrtc/video/ |
D | video_analyzer.cc | 126 uint32_t num_cores = CpuInfo::DetectNumberOfCores(); in VideoAnalyzer() local 127 RTC_DCHECK_GE(num_cores, 1); in VideoAnalyzer() 131 if (num_cores <= kMinCoresLeft) { in VideoAnalyzer() 132 num_cores = 1; in VideoAnalyzer() 134 num_cores -= kMinCoresLeft; in VideoAnalyzer() 135 num_cores = std::min(num_cores, kMaxComparisonThreads); in VideoAnalyzer() 138 for (uint32_t i = 0; i < num_cores; ++i) { in VideoAnalyzer()
|
/external/libavc/test/decoder/ |
D | dec.cfg | 7 --num_cores 3
|
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
D | OperatingSystemPython.cpp | 186 const uint32_t num_cores = core_thread_list.GetSize(false); in UpdateThreadList() local 191 std::vector<bool> core_used_map(num_cores, false); in UpdateThreadList() 217 for (uint32_t core_idx = 0; core_idx < num_cores; ++core_idx) { in UpdateThreadList()
|
/external/libhevc/test/decoder/ |
D | test.cfg | 10 --num_cores 2
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | hardware_types.proto | 26 uint32 num_cores = 2; field
|
/external/libavc/test/encoder/ |
D | enc.cfg | 30 --num_cores 4
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.tpu.experimental.-t-p-u-system-metadata.pbtxt | 11 name: "num_cores"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.tpu.experimental.-t-p-u-system-metadata.pbtxt | 11 name: "num_cores"
|