HomeSort by relevance Sort by last modified time
    Searched refs:total_count_ (Results 1 - 4 of 4) sorted by null

  /external/webp/src/utils/
huffman_encode_utils.h 38 uint32_t total_count_; // Symbol frequency. member in struct:__anon36822
huffman_encode_utils.c 125 if (t1->total_count_ > t2->total_count_) {
127 } else if (t1->total_count_ < t2->total_count_) {
201 tree[idx].total_count_ = count;
218 count = tree_pool[tree_pool_size - 1].total_count_ +
219 tree_pool[tree_pool_size - 2].total_count_;
225 if (tree[k].total_count_ <= count) {
230 tree[k].total_count_ = count;
  /external/compiler-rt/lib/asan/
asan_memory_profile.cc 37 total_count_++;
57 "showing top %zd%%\n", total_allocated_, total_count_, top_percent);
71 uptr total_count_ = 0; member in class:__asan::HeapProfile
  /external/libmojo/mojo/public/cpp/bindings/tests/
associated_interface_unittest.cc 327 : total_count_(total_count),
338 CHECK_LT(current_count_, total_count_);
340 finshed = current_count_ == total_count_;
349 const size_t total_count_; member in class:mojo::test::__anon23535::NotificationCounter

Completed in 2697 milliseconds