Searched refs:total_count_ (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/utils/
H A Dhuffman_encode.c125 int total_count_; member in struct:__anon16292
136 if (t1->total_count_ > t2->total_count_) {
138 } else if (t1->total_count_ < t2->total_count_) {
218 tree[idx].total_count_ = count;
235 count = tree_pool[tree_pool_size - 1].total_count_ +
236 tree_pool[tree_pool_size - 2].total_count_;
242 if (tree[k].total_count_ <= count) {
247 tree[k].total_count_
[all...]
/external/v8/src/
H A Dliveobjectlist.cc785 : total_count_(0),
800 total_count_++;
814 return total_count_;
840 int total_count_; member in class:v8::internal::LiveObjectSummary

Completed in 97 milliseconds