Searched defs:num_buckets (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/download/
H A Drate_estimator.cc30 size_t num_buckets,
32 : history_(num_buckets),
29 RateEstimator(TimeDelta bucket_time, size_t num_buckets, TimeTicks now) argument
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dhash_table.c44 unsigned num_buckets; member in struct:hash_table
57 hash_table_ctor(unsigned num_buckets, hash_func_t hash, argument
64 if (num_buckets < 16) {
65 num_buckets = 16;
68 ht = malloc(sizeof(*ht) + ((num_buckets - 1)
73 ht->num_buckets = num_buckets;
75 for (i = 0; i < num_buckets; i++) {
100 for (i = 0; i < ht->num_buckets; i++) {
115 const unsigned bucket = hash_value % ht->num_buckets;
[all...]
/external/mesa3d/src/mesa/program/
H A Dhash_table.c44 unsigned num_buckets; member in struct:hash_table
57 hash_table_ctor(unsigned num_buckets, hash_func_t hash, argument
64 if (num_buckets < 16) {
65 num_buckets = 16;
68 ht = malloc(sizeof(*ht) + ((num_buckets - 1)
73 ht->num_buckets = num_buckets;
75 for (i = 0; i < num_buckets; i++) {
100 for (i = 0; i < ht->num_buckets; i++) {
115 const unsigned bucket = hash_value % ht->num_buckets;
[all...]
/external/chromium_org/v8/src/
H A Dcounters.h192 int num_buckets,
197 num_buckets_(num_buckets),
247 int num_buckets,
249 : Histogram(name, min, max, num_buckets, isolate) {}
189 Histogram(const char* name, int min, int max, int num_buckets, Isolate* isolate) argument
244 HistogramTimer(const char* name, int min, int max, int num_buckets, Isolate* isolate) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc484 const int num_buckets = 12; local
490 num_buckets);

Completed in 225 milliseconds