HomeSort by relevance Sort by last modified time
    Searched defs:total_count (Results 1 - 14 of 14) sorted by null

  /external/libtextclassifier/lang_id/
language-identifier-features.cc 59 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);
  /frameworks/native/libs/vr/libvrsensor/include/dvr/
pose_client.h 44 // total_count * sizeof(DvrPoseAsync)
45 uint32_t total_count; member in struct:DvrPoseRingBufferInfo
  /bionic/tools/relocation_packer/src/
delta_encoder.cc 125 ElfAddr total_count = packed[ndx++]; local
131 while(current_count < total_count) {
  /external/libchrome/base/metrics/
sparse_histogram.cc 231 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,
284 total_count);
  /external/mesa3d/src/intel/vulkan/
anv_cmd_buffer.c 371 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/tinyalsa/
mixer.c 347 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/
ftdbgmem.c 858 FT_Long total_count = ft_strtol( p, NULL, 10 ); local
861 if ( total_count > 0 )
864 table->alloc_count_max = total_count;
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_internal.h 164 int total_count; member in struct:ilo_shader::__anon27728
  /external/pdfium/third_party/freetype/src/base/
ftdbgmem.c 857 FT_Long total_count = ft_atol( p ); local
860 if ( total_count > 0 )
863 table->alloc_count_max = total_count;
  /external/libchrome/base/process/
process_metrics_linux.cc 303 int total_count = 0; local
307 ++total_count;
310 return total_count;
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 1266 bfd_size_type total_count; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 559 uptr total_count = (region->mapped_user - beg_idx - size) local
561 region->allocated_meta += total_count * kMetadataSize;
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 176 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));
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_cmd_buffer.c 1692 const uint32_t total_count = firstViewport + viewportCount; local
1710 const uint32_t total_count = firstScissor + scissorCount; local
    [all...]

Completed in 467 milliseconds