Searched refs:new_bucket (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/value/
H A Dhistogram_util.py48 new_bucket = b
51 new_bucket['count'] = b['count'] - start_histogram_buckets[low]
52 if new_bucket['count'] < 0:
55 if new_bucket['count']:
56 new_buckets.append(new_bucket)
/external/bison/lib/
H A Dhash.c869 struct hash_entry *new_bucket; local
880 new_bucket = safe_hasher (dst, data);
884 if (new_bucket->data)
888 cursor->next = new_bucket->next;
889 new_bucket->next = cursor;
895 new_bucket->data = data;
907 new_bucket = safe_hasher (dst, data);
909 if (new_bucket->data)
919 new_entry->next = new_bucket->next;
920 new_bucket
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc526 HeapProfileBucket* new_bucket = static_cast<HeapProfileBucket*>( local
528 memset(new_bucket, 0, sizeof(*new_bucket));
529 new_bucket->hash = bucket.hash;
530 new_bucket->depth = bucket.depth;
531 new_bucket->stack = key_copy;
532 new_bucket->next = bucket_table_[hash_index];
533 bucket_table_[hash_index] = new_bucket;
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dlhash.c180 const size_t new_bucket = cur->hash % new_num_buckets; local
182 cur->next = new_buckets[new_bucket];
183 new_buckets[new_bucket] = cur;
/external/elfutils/0.153/src/
H A Dunstrip.c461 Hash_Word *const new_bucket = &new_hash[2]; \
462 Hash_Word *const new_chain = &new_bucket[nbucket]; \
468 new_bucket[i] = map[old_bucket[i] - 1]; \

Completed in 2899 milliseconds