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

  /external/webrtc/webrtc/base/
ratetracker.cc 73 size_t start_bucket = NextBucketIndex(current_bucket_ + buckets_to_skip); local
76 size_t total_samples = ((sample_buckets_[start_bucket] *
81 for (size_t i = NextBucketIndex(start_bucket);
  /external/v8/src/heap/
slot-set.h 89 int start_bucket, start_cell, start_bit; local
90 SlotToIndices(start_offset, &start_bucket, &start_cell, &start_bit);
95 if (start_bucket == end_bucket && start_cell == end_cell) {
96 ClearCell(start_bucket, start_cell, ~(start_mask | end_mask));
99 int current_bucket = start_bucket;
129 // All buckets between start_bucket and end_bucket are cleared.
  /external/protobuf/src/google/protobuf/
map.h 805 void SearchFrom(size_type start_bucket) {
809 for (bucket_index_ = start_bucket; bucket_index_ < m_->num_buckets_;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 808 void SearchFrom(size_type start_bucket) {
812 for (bucket_index_ = start_bucket; bucket_index_ < m_->num_buckets_;
    [all...]

Completed in 83 milliseconds