Searched defs:numBuckets (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.cpp81 WTF_EXPORT void partitionAllocInit(PartitionRoot* root, size_t numBuckets, size_t maxAllocation) argument
87 root->numBuckets = numBuckets;
90 for (i = 0; i < root->numBuckets; ++i) {
144 for (i = 0; i < root->numBuckets; ++i) {
449 oldIndex = root->numBuckets;
455 if (newIndex > root->numBuckets)
456 newIndex = root->numBuckets;
461 if (oldIndex == root->numBuckets)
519 for (i = 0; i < root.numBuckets;
[all...]
H A DPartitionAlloc.h218 unsigned numBuckets; member in struct:WTF::PartitionRoot
234 WTF_EXPORT void partitionAllocInit(PartitionRoot*, size_t numBuckets, size_t maxAllocation);
471 ASSERT(index < root->numBuckets);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c158 unsigned numBuckets; member in struct:pb_slab_range_manager
496 for (i = 0; i < mgr->numBuckets; ++i) {
526 for (i = 0; i < mgr->numBuckets; ++i)
560 mgr->numBuckets = 1;
564 ++mgr->numBuckets;
567 mgr->buckets = CALLOC(mgr->numBuckets, sizeof(*mgr->buckets));
572 for (i = 0; i < mgr->numBuckets; ++i) {
582 for (i = 0; i < mgr->numBuckets; ++i)
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c158 unsigned numBuckets; member in struct:pb_slab_range_manager
496 for (i = 0; i < mgr->numBuckets; ++i) {
526 for (i = 0; i < mgr->numBuckets; ++i)
560 mgr->numBuckets = 1;
564 ++mgr->numBuckets;
567 mgr->buckets = CALLOC(mgr->numBuckets, sizeof(*mgr->buckets));
572 for (i = 0; i < mgr->numBuckets; ++i) {
582 for (i = 0; i < mgr->numBuckets; ++i)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c87 int numBuckets; member in struct:cso_hash_data
142 int oldNumBuckets = hash->numBuckets;
146 hash->numBuckets = primeForNumBits(hint);
147 hash->buckets = MALLOC(sizeof(struct cso_node*) * hash->numBuckets);
148 for (i = 0; i < hash->numBuckets; ++i)
163 beforeFirstNode = &hash->buckets[h % hash->numBuckets];
177 if (hash->size >= hash->numBuckets)
183 if (hash->size <= (hash->numBuckets >> 3) &&
194 int n = hash->numBuckets;
207 if (hash->data.d->numBuckets) {
[all...]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c87 int numBuckets; member in struct:cso_hash_data
142 int oldNumBuckets = hash->numBuckets;
146 hash->numBuckets = primeForNumBits(hint);
147 hash->buckets = MALLOC(sizeof(struct cso_node*) * hash->numBuckets);
148 for (i = 0; i < hash->numBuckets; ++i)
163 beforeFirstNode = &hash->buckets[h % hash->numBuckets];
177 if (hash->size >= hash->numBuckets)
183 if (hash->size <= (hash->numBuckets >> 3) &&
194 int n = hash->numBuckets;
207 if (hash->data.d->numBuckets) {
[all...]
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h252 OnDiskChainedHashTable(unsigned numBuckets, unsigned numEntries, argument
256 : NumBuckets(numBuckets), NumEntries(numEntries),
476 unsigned numBuckets = ReadLE32(buckets); local
478 return new OnDiskChainedHashTable<Info>(numBuckets, numEntries, buckets,
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 285 milliseconds