Searched defs:bucket (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/system/ulib/cobalt-client/include/cobalt-client/cpp/
H A Dhistogram-internal.h43 void IncrementCount(uint32_t bucket, Count val = 1) { argument
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dif_nameindex.c29 int index, type, namelen, bucket; local
H A Dgetifaddrs.c160 unsigned int bucket = ifs->index % IFADDRS_HASH_SIZE; local
/fuchsia/zircon/system/ulib/cobalt-client/
H A Dhistogram.cpp103 HistogramBucket bucket; local
176 uint32_t bucket = options_->map_fn(dbl_value, *options_); local
182 uint32_t bucket = options_->map_fn(dbl_value, *options_); local
/fuchsia/zircon/system/utest/evil/
H A Devil.c102 void* bucket[BUCKETS]; member in struct:info
/fuchsia/zircon/kernel/lib/pow2_range_allocator/
H A Dpow2_range_allocator.cpp23 uint bucket; member in struct:p2ra_block
226 uint bucket = state->bucket_count - 1; local
298 uint bucket = orig_bucket; local
367 uint bucket = log2_uint_floor(size); local
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dckh.c53 ckh_bucket_search(ckh_t *ckh, size_t bucket, const void *key) argument
73 size_t hashes[2], bucket, cell; local
92 ckh_try_bucket_insert(ckh_t *ckh, size_t bucket, const void *key, const void *data) argument
130 size_t hashes[2], bucket, tbucket; local
198 size_t hashes[2], bucket; local
[all...]
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_hash_table.h137 BucketType& bucket = GetBucket(key); local
169 auto& bucket = buckets_[ndx]; local
198 auto& bucket local
217 auto& bucket = buckets_[ndx]; local
226 const auto& bucket = buckets_[ndx]; local
234 BucketType& bucket = GetBucket(key); local
295 auto& bucket = buckets_[i]; local
338 BucketBegin(BucketType& bucket) argument
339 BucketEnd(BucketType& bucket) argument
348 BucketBegin(const BucketType& bucket) argument
349 BucketEnd(const BucketType& bucket) argument
404 auto& bucket = GetBucket(bucket_ndx_); local
471 auto& bucket = GetBucket(bucket_ndx_); local
489 direct_erase(BucketType& bucket, ValueType& obj) argument
498 FindInBucket(BucketType& bucket, const KeyType& key) argument
506 FindInBucket(const BucketType& bucket, const KeyType& key) argument
[all...]
/fuchsia/zircon/system/utest/cobalt-client/
H A Dhistogram_test.cpp382 uint32_t bucket; member in struct:cobalt_client::internal::__anon1305::ValueBucket
512 uint32_t bucket = rand_r(&seed) % (kBuckets + 2); local
576 uint32_t bucket = rand_r(&seed) % (kBuckets + 2); local
[all...]
/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c361 free_t** bucket = &theheap.free_lists[index]; local
426 unlink_free(free_t* free_area, int bucket) argument
629 unsigned bucket; local
916 int bucket = find_nonempty_bucket(start_bucket); local
[all...]

Completed in 115 milliseconds