/third_party/libunwind/tests/ |
D | ia64-test-dyn1.c | 115 r_epi->op_count = 5; in main() 121 assert ((unsigned) i <= r_epi->op_count); in main() 126 r_pro->op_count = 4; in main() 137 assert ((unsigned) i <= r_pro->op_count); in main() 142 r->op_count = 16; in main() 148 assert ((unsigned) i <= r->op_count); in main() 153 r->op_count = 16; in main() 161 assert ((unsigned) i <= r->op_count); in main() 166 r->op_count = 16; in main() 177 assert ((unsigned) i <= r->op_count); in main()
|
D | Gtest-dyn1.c | 198 region->op_count = 2; in main()
|
/third_party/libsnd/tests/ |
D | benchmark.tpl | 144 int fd, k, byte_count, retval, op_count ; 156 op_count = 0 ; 176 op_count ++ ; 179 stats->write_rate = (1.0 * BUFFER_SIZE) * BLOCK_COUNT * op_count ; 188 op_count = 0 ; 208 op_count ++ ; 211 stats->read_rate = (1.0 * BUFFER_SIZE) * BLOCK_COUNT * op_count ; 228 int k, item_count, retval, op_count ; 251 op_count = 0 ; 274 op_count ++ ; [all …]
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | glX_server_table.py | 99 op_count = 1 << (remaining_bits - M); 104 for i in range(min_opcode, next_opcode, op_count): 108 for j in range(i, i + op_count): 115 if empty == op_count: 118 if used == op_count: 121 … if (empty_children > 0) or (full_children == child_count) or (op_count <= self.min_op_count): 135 for i in range(min_opcode, next_opcode, op_count):
|
/third_party/libunwind/src/mi/ |
D | Gdyn-remote.c | 58 uint32_t insn_count, op_count, i; in intern_regions() local 70 || (ret = fetch32 (as, a, addr, (int32_t *) &op_count, arg)) < 0) in intern_regions() 73 region = calloc (1, _U_dyn_region_info_size (op_count)); in intern_regions() 81 region->op_count = op_count; in intern_regions() 82 for (i = 0; i < op_count; ++i) in intern_regions()
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/ |
D | data_saver.cc | 33 if (op_info->op_count == 0) { in OpDetailInfo() 37 op_avg_time_ = op_info->op_host_cost_time / op_info->op_count; in OpDetailInfo() 75 op_detail_info.op_info_->op_count, in AddOpDetailInfoForType() 76 op_detail_info.op_info_->op_count, in AddOpDetailInfoForType()
|
D | data_saver.h | 50 … "Host," << op_type_ << ',' << op_name_ << ',' << op_full_name_ << ',' << op_info_->op_count << ',' in OutputCpuOpDetailInfo() 56 …Device," << op_type_ << ',' << op_name_ << ',' << op_full_name_ << ',' << op_info_->op_count << ',' in OutputGpuOpDetailInfo()
|
D | profiling.h | 49 int op_count = 0; member
|
/third_party/libunwind/include/ |
D | libunwind-dynamic.h | 101 uint32_t op_count; /* length of op-array */ member 165 #define _U_dyn_region_info_size(op_count) \ argument 166 ((char *) (((unw_dyn_region_info_t *) NULL)->op + (op_count)) \
|
/third_party/mindspore/mindspore/lite/src/delegate/nnrt/ |
D | nnrt_delegate.cc | 78 uint32_t op_count = 0; in Build() local 79 …ret_code = OH_NNModel_GetAvailableOperations(oh_nnmodel, allDevicesID[0], &issupported, &op_count); in Build() 88 for (uint32_t i = 0; i < op_count; i++) { in Build() 93 if (op_count != supported_op_count) { in Build() 94 …MS_LOG(WARNING) << "this model has " << op_count << "ops, but NNRT only support " << supported_op_… in Build()
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/cpu/ |
D | cpu_profiling.cc | 50 iter->second.op_count += 1; in SetRunTimeData() 55 op_info.op_count = 1; in SetRunTimeData()
|
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ |
D | gpu_profiling.cc | 347 if (iter->second.op_count == 0) { in OpsParser() 352 …<< "," << iter->first << "," << iter->second.op_count << "," << iter->second.op_kernel_count << "," in OpsParser() 356 << "|," << round(iter->second.cupti_activity_time / iter->second.op_count) << "," in OpsParser() 357 << round(iter->second.cupti_api_call_time / iter->second.op_count) << "," in OpsParser() 358 << round(iter->second.op_host_cost_time / iter->second.op_count) << std::endl; in OpsParser() 423 iter->second.op_count += 1; in SetRunTimeData() 428 op_info.op_count = 1; in SetRunTimeData()
|
/third_party/libunwind/src/ia64/ |
D | Gparser.c | 822 for (op = r->op; op < r->op + r->op_count; ++op) in parse_dynamic()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/ |
D | graph_costmodel.cc | 734 int64_t op_count = pair.second; in CheckEdgeElimination() local 735 if (op_count > 1) { in CheckEdgeElimination()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 4262 unsigned op_count = dst[i].bytes() / elem_size_bytes; in split_store_data() local 4263 if (op_count == 1) { in split_store_data() 4272 Format::PSEUDO, op_count, 1)}; in split_store_data() 4273 for (unsigned j = 0; j < op_count; j++) { in split_store_data()
|
/third_party/quickjs/ |
D | quickjs.c | 48741 uint32_t op_count; in js_operators_create_internal() local 48800 op_count = opset1->operator_counter; in js_operators_create_internal() 48812 ent->operator_index = op_count; in js_operators_create_internal() 50467 int op_count, ret; in js_bigdecimal_fop() local 50471 op_count = 1; in js_bigdecimal_fop() 50473 op_count = 2; in js_bigdecimal_fop() 50483 if (op_count >= 2) { in js_bigdecimal_fop() 50498 if (op_count < argc) { in js_bigdecimal_fop() 50499 if (js_bigdecimal_get_env(ctx, fe, argv[op_count])) in js_bigdecimal_fop()
|