Searched defs:bucket_index (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/heap/ |
D | slot-set.h | 60 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/ |
D | pb_cache.c | 149 unsigned bucket_index) in pb_cache_reclaim_buffer() 249 struct pb_buffer *buf, unsigned bucket_index) in pb_cache_init_entry()
|
D | pb_cache.h | 45 unsigned bucket_index; member
|
/external/libchrome/base/metrics/ |
D | sample_vector.cc | 36 const size_t bucket_index = GetBucketIndex(value); in Accumulate() local
|
D | histogram_samples.cc | 281 size_t bucket_index) in SingleSampleIterator()
|
D | histogram.cc | 336 size_t bucket_index = 1; in InitializeBucketRanges() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lookup_table_op.cc | 422 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
|