Home
last modified time | relevance | path

Searched defs:buckets_size (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
Dhashtable.c287 size_t buckets_size = new_size * sizeof(ht->buckets[0]); in hashtable_rehash() local
339 size_t buckets_size = ht->nbuckets * sizeof(ht->buckets[0]); in _Py_hashtable_new_full() local
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dpam.c196 const unsigned int buckets_size = in pam_allocacolorhash() local
/third_party/node/deps/v8/src/heap/
Dslot-set.h155 size_t buckets_size = buckets * sizeof(Bucket*); in Allocate() local