Home
last modified time | relevance | path

Searched defs:bucket_index (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/heap/
Dslot-set.h60 int bucket_index, cell_index, bit_index; in Insert() local
83 int bucket_index, cell_index, bit_index; in Contains() local
92 int bucket_index, cell_index, bit_index; in Remove() local
172 int bucket_index, cell_index, bit_index; in Lookup() local
192 for (int bucket_index = 0; bucket_index < kBuckets; bucket_index++) { in Iterate() local
234 for (int bucket_index = 0; bucket_index < kBuckets; bucket_index++) { in PreFreeEmptyBuckets() local
245 for (int bucket_index = 0; bucket_index < kBuckets; bucket_index++) { in FreeEmptyBuckets() local
294 void PreFreeEmptyBucket(int bucket_index) { in PreFreeEmptyBucket()
303 void ReleaseBucket(int bucket_index) { in ReleaseBucket()
371 void SlotToIndices(int slot_offset, int* bucket_index, int* cell_index, in SlotToIndices()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.c149 unsigned bucket_index) in pb_cache_reclaim_buffer()
249 struct pb_buffer *buf, unsigned bucket_index) in pb_cache_init_entry()
Dpb_cache.h45 unsigned bucket_index; member
/external/libchrome/base/metrics/
Dsample_vector.cc36 const size_t bucket_index = GetBucketIndex(value); in Accumulate() local
Dhistogram_samples.cc281 size_t bucket_index) in SingleSampleIterator()
Dhistogram.cc336 size_t bucket_index = 1; in InitializeBucketRanges() local
/external/tensorflow/tensorflow/core/kernels/
Dlookup_table_op.cc422 int64 bucket_index = key_hash & bit_mask; in Find() local
603 int64 bucket_index = key_hash & bit_mask; in DoInsert() local
666 int64 bucket_index = key_hash & bit_mask; in DoRemove() local