HomeSort by relevance Sort by last modified time
    Searched refs:bucketSize (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/jivesoftware/smack/util/
DNSUtil.java 182 int bucketSize;
183 while ((bucketSize = bucket.size()) > 0) {
204 selectedPos = (int) (Math.random() * bucketSize);
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 450 size_t bucketSize = partitionBucketSize(bucket);
451 memset(ret, kUninitializedByte, bucketSize);
453 void* retEnd = static_cast<char*>(ret) + bucketSize;
482 size_t bucketSize = partitionBucketSize(page->bucket);
483 void* ptrEnd = static_cast<char*>(ptr) + bucketSize;
486 memset(ptr, kFreedByte, bucketSize);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ObjectPropertiesSection.js 764 var bucketSize = count;
766 bucketSize = count;
768 bucketSize = Math.pow(bucketThreshold, Math.ceil(Math.log(count) / Math.log(bucketThreshold)) - 1);
780 if (++count === bucketSize) {
    [all...]

Completed in 91 milliseconds