Home
last modified time | relevance | path

Searched refs:bucketSize (Results 1 – 3 of 3) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/
DDNSUtil.java182 int bucketSize; in sortSRVRecords() local
183 while ((bucketSize = bucket.size()) > 0) { in sortSRVRecords()
204 selectedPos = (int) (Math.random() * bucketSize); in sortSRVRecords()
/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.h450 size_t bucketSize = partitionBucketSize(bucket); in partitionBucketAlloc() local
451 memset(ret, kUninitializedByte, bucketSize); in partitionBucketAlloc()
453 void* retEnd = static_cast<char*>(ret) + bucketSize; in partitionBucketAlloc()
482 size_t bucketSize = partitionBucketSize(page->bucket); in partitionFreeWithPage() local
483 void* ptrEnd = static_cast<char*>(ptr) + bucketSize; in partitionFreeWithPage()
486 memset(ptr, kFreedByte, bucketSize); in partitionFreeWithPage()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DObjectPropertiesSection.js764 var bucketSize = count;
766 bucketSize = count;
768bucketSize = Math.pow(bucketThreshold, Math.ceil(Math.log(count) / Math.log(bucketThreshold)) - 1);
780 if (++count === bucketSize) {