Searched defs:total_count (Results 1 - 13 of 13) sorted by relevance

/external/libtextclassifier/lang_id/
H A Dlanguage-identifier-features.cc59 int total_count = 0; local
101 total_count++;
114 return total_count;
121 int total_count = ComputeNgramCounts(sentence); local
124 const float norm = static_cast<float>(total_count);
/external/libchrome/base/metrics/
H A Dsparse_histogram.cc231 Count total_count = snapshot->TotalCount(); local
232 double scaled_total_count = total_count / 100.0;
234 WriteAsciiHeader(total_count, output);
279 void SparseHistogram::WriteAsciiHeader(const Count total_count, argument
284 total_count);
/external/v8/src/
H A Dcounters.cc254 uint64_t total_count) {
260 count_percent_ = 100.0 * count_ / total_count;
253 SetTotal(base::TimeDelta total_time, uint64_t total_count) argument
/external/tinyalsa/
H A Dmixer.c347 size_t total_count; local
352 total_count = ctl->info->count;
357 total_count += TLV_HEADER_SIZE;
360 if (count > total_count)
463 size_t total_count; local
468 total_count = ctl->info->count;
473 total_count += TLV_HEADER_SIZE;
476 if (count > total_count)
/external/freetype/src/base/
H A Dftdbgmem.c858 FT_Long total_count = ft_strtol( p, NULL, 10 ); local
861 if ( total_count > 0 )
864 table->alloc_count_max = total_count;
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dassociated_interface_unittest.cc326 NotificationCounter(size_t total_count, const base::Closure& notify_finish) argument
327 : total_count_(total_count),
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dilo_shader_internal.h164 int total_count; member in struct:ilo_shader::__anon15002
/external/pdfium/third_party/freetype/src/base/
H A Dftdbgmem.c857 FT_Long total_count = ft_atol( p ); local
860 if ( total_count > 0 )
863 table->alloc_count_max = total_count;
/external/libchrome/base/process/
H A Dprocess_metrics_linux.cc303 int total_count = 0; local
307 ++total_count;
310 return total_count;
/external/mesa3d/src/intel/vulkan/
H A Danv_cmd_buffer.c371 const uint32_t total_count = firstViewport + viewportCount; local
372 if (cmd_buffer->state.dynamic.viewport.count < total_count)
373 cmd_buffer->state.dynamic.viewport.count = total_count;
389 const uint32_t total_count = firstScissor + scissorCount; local
390 if (cmd_buffer->state.dynamic.scissor.count < total_count)
391 cmd_buffer->state.dynamic.scissor.count = total_count;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h559 uptr total_count = (region->mapped_user - beg_idx - size) local
561 region->allocated_meta += total_count * kMetadataSize;
/external/e2fsprogs/misc/
H A De4defrag.c176 static unsigned int total_count; variable
345 total_count++;
539 total_count, file, extents, extents);
552 total_count, file, extents, extents);
1056 if (total_count == 1 && regular_count == 1)
1059 printf("[%u/%u]", defraged_file_count, total_count);
1164 if (total_count == 1 && regular_count == 1) {
1212 defraged_file_count, total_count, file);
1286 defraged_file_count, total_count, file, min(percent, 100));
1422 printf("[%u/%u]", defraged_file_count, total_count);
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c1692 const uint32_t total_count = firstViewport + viewportCount; local
1693 if (cmd_buffer->state.dynamic.viewport.count < total_count)
1694 cmd_buffer->state.dynamic.viewport.count = total_count;
1710 const uint32_t total_count = firstScissor + scissorCount; local
1711 if (cmd_buffer->state.dynamic.scissor.count < total_count)
1712 cmd_buffer->state.dynamic.scissor.count = total_count;

Completed in 1211 milliseconds