Home
last modified time | relevance | path

Searched refs:total_count (Results 1 - 25 of 38) sorted by relevance

12

/third_party/libabigail/tests/
H A Dtest-utils.cc60 /// @param total_count the total number of tests. This is going to be
67 unsigned& total_count) in emit_test_status_and_update_counters()
80 total_count++; in emit_test_status_and_update_counters()
85 /// @param total_count the total number of tests executed.
91 emit_test_summary(unsigned total_count, in emit_test_summary() argument
101 std::cout << "Total number of tests executed: " << total_count in emit_test_summary()
63 emit_test_status_and_update_counters(bool test_passed, const std::string& test_cmd, unsigned& passed_count, unsigned& failed_count, unsigned& total_count) emit_test_status_and_update_counters() argument
H A Dtest-annotate.cc150 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local
191 failed_count, total_count); in main()
194 emit_test_summary(total_count, passed_count, failed_count); in main()
H A Dtest-alt-dwarf-file.cc89 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local
130 failed_count, total_count); in main()
133 emit_test_summary(total_count, passed_count, failed_count); in main()
H A Dtest-ini.cc87 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local
135 failed_count, total_count); in main()
138 emit_test_summary(total_count, passed_count, failed_count); in main()
H A Dtest-diff-dwarf-abixml.cc62 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local
118 failed_count, total_count); in main()
121 emit_test_summary(total_count, passed_count, failed_count); in main()
H A Dtest-lookup-syms.cc95 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local
138 failed_count, total_count); in main()
141 emit_test_summary(total_count, passed_count, failed_count); in main()
H A Dtest-utils.h31 unsigned& total_count);
33 emit_test_summary(unsigned total_count,
H A Dtest-abidiff-exit.cc502 unsigned int total_count = 0, passed_count = 0, failed_count = 0; in main() local
592 total_count); in main()
595 emit_test_summary(total_count, passed_count, failed_count); in main()
/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c72 h->total_count += value; in counts_inc_normalised()
81 hdr_atomic_add_fetch_64(&h->total_count, value); in counts_inc_normalised_atomic()
315 h->total_count = observed_total_count; in hdr_reset_internal_counters()
405 h->total_count = 0; in hdr_init_preallocated()
461 h->total_count=0; in hdr_reset()
691 (int64_t) (((requested_percentile / 100) * h->total_count) + 0.5); in hdr_value_at_percentile()
708 const int64_t total_count = h->total_count; in hdr_value_at_percentiles() local
715 (int64_t) (((requested_percentile / 100) * total_count) + 0.5); in hdr_value_at_percentiles()
738 int64_t total_count in hdr_mean() local
1198 int64_t total_count = iter.cumulative_count; hdr_percentiles_print() local
[all...]
/third_party/littlefs/scripts/
H A Dcoverage.py106 total_hits, total_count = 0, 0
109 total_count += count
262 print_entry('TOTAL', total_hits, total_count)
264 ratio = ((total_hits/total_count
265 if total_count else 1.0)
270 total_hits, total_count,
271 total_hits-prev_total_hits, total_count-prev_total_count,
/third_party/node/deps/v8/src/heap/
H A Dmarking-worklist.cc77 int total_count = 0; in PrintWorklist() local
78 worklist->Iterate([&count, &total_count](HeapObject obj) { in PrintWorklist()
79 ++total_count; in PrintWorklist()
93 PrintF("Worklist %s: %d\n", worklist_name, total_count); in PrintWorklist()
/third_party/mesa3d/src/mesa/main/
H A Dglthread_draw.c80 upload_multi_indices(struct gl_context *ctx, unsigned total_count, in upload_multi_indices() argument
89 assert(total_count); in upload_multi_indices()
91 _mesa_glthread_upload(ctx, NULL, index_size * total_count, in upload_multi_indices()
1037 unsigned total_count = 0; in _mesa_marshal_MultiDrawElementsBaseVertex() local
1068 total_count += vertex_count; in _mesa_marshal_MultiDrawElementsBaseVertex()
1073 if (total_count == 0 || num_vertices == 0) { in _mesa_marshal_MultiDrawElementsBaseVertex()
1082 if (util_is_vbo_upload_ratio_too_large(total_count, num_vertices)) in _mesa_marshal_MultiDrawElementsBaseVertex()
1085 /* Only compute total_count for the upload of indices. */ in _mesa_marshal_MultiDrawElementsBaseVertex()
1098 total_count += vertex_count; in _mesa_marshal_MultiDrawElementsBaseVertex()
1101 if (total_count in _mesa_marshal_MultiDrawElementsBaseVertex()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_render_pass.c122 const uint32_t total_count = acquire_count + release_count; in vn_render_pass_create() local
125 sizeof(*pass) + sizeof(pass->present_src_attachments[0]) * total_count, in vn_render_pass_create()
134 pass->present_src_count = total_count; in vn_render_pass_create()
/third_party/astc-encoder/Test/
H A Dastc_trace_analysis.py483 total_count = 0
503 total_count += 1
518 print(" - %u refinements(s)" % total_count)
520 print(" - %u refinements(s) worsened" % (total_count - better_count))
/third_party/node/deps/histogram/include/hdr/
H A Dhdr_histogram.h33 int64_t total_count; member
384 int64_t total_count; member
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-literal-storage.c497 ecma_length_t total_count = lit_pool_p->item_count; in ecma_save_literals_for_snapshot() local
499 map_p = jmem_heap_alloc_block (total_count * sizeof (lit_mem_to_snapshot_id_map_entry_t)); in ecma_save_literals_for_snapshot()
509 *out_map_len_p = total_count; in ecma_save_literals_for_snapshot()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdbgmem.c829 FT_Long total_count = ft_strtol( p, NULL, 10 ); in ft_mem_debug_init() local
832 if ( total_count > 0 ) in ft_mem_debug_init()
835 table->alloc_count_max = total_count; in ft_mem_debug_init()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_uniform_type_table.py78 constexpr std::array<UniformTypeInfo, {total_count}> kInfoTable =
276 total_count=len(all_uniform_types),
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-metrics.h190 uint64_t total_count; member
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.cc79 uint64_t total_count) { in SetTotal()
85 count_percent_ = 100.0 * count_ / total_count; in SetTotal()
78 SetTotal(base::TimeDelta total_time, uint64_t total_count) SetTotal() argument
/third_party/node/deps/v8/tools/
H A Dll_prof.py163 total_count = 0
179 total_count += count
194 assert total_count == self.self_ticks, \
195 "Lost ticks (%d != %d) in %s" % (total_count, self.self_ticks, self)
/third_party/backends/backend/
H A Dgt68xx_high.c1840 int total_count, exposure_count; in gt68xx_afe_cis_auto() local
1881 total_count = 0; in gt68xx_afe_cis_auto()
1908 total_count++; in gt68xx_afe_cis_auto()
1912 while (total_count < 100 && (!red_done || !green_done || !blue_done)); in gt68xx_afe_cis_auto()
1938 total_count++; in gt68xx_afe_cis_auto()
1960 DBG (4, "gt68xx_afe_cis_auto: total_count: %d\n", total_count); in gt68xx_afe_cis_auto()
/third_party/vulkan-loader/loader/
H A Dloader.c6889 uint32_t total_count = 0;
6931 total_count += cur_icd_group_count;
6935 if (0 == total_count || 0 == inst->total_gpu_count) {
6946 inst, total_count * sizeof(VkPhysicalDeviceGroupProperties *), VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
6950 total_count);
6957 local_phys_dev_groups = loader_stack_alloc(sizeof(struct loader_physical_device_group_term) * total_count);
6959 memset(local_phys_dev_groups, 0, sizeof(struct loader_physical_device_group_term) * total_count);
6972 uint32_t count_this_time = total_count - cur_icd_group_count;
7087 res = linux_sort_physical_device_groups(inst, total_count, local_phys_dev_groups);
7094 windows_sort_physical_device_groups(inst, total_count, local_phys_dev_group
[all...]
/third_party/libwebsockets/lib/system/metrics/
H A Dmetrics.c592 pub->u.hist.total_count++; in lws_metrics_hist_bump_()
716 pub->u.hist.total_count = 0; in lws_metrics_dump_cb()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c1871 const uint32_t total_count = firstViewport + viewportCount; in pvr_CmdSetViewport() local
1875 assert(total_count >= 1 && total_count <= PVR_MAX_VIEWPORTS); in pvr_CmdSetViewport()
1887 if (state->dynamic.common.viewport.count < total_count) in pvr_CmdSetViewport()
1888 state->dynamic.common.viewport.count = total_count; in pvr_CmdSetViewport()
1903 const uint32_t total_count = firstScissor + scissorCount; in pvr_CmdSetScissor() local
1907 assert(total_count >= 1 && total_count <= PVR_MAX_VIEWPORTS); in pvr_CmdSetScissor()
1911 if (state->dynamic.common.scissor.count < total_count) in pvr_CmdSetScissor()
1912 state->dynamic.common.scissor.count = total_count; in pvr_CmdSetScissor()
[all...]

Completed in 34 milliseconds

12