HomeSort by relevance Sort by last modified time
    Searched refs:bucketSize (Results 1 - 7 of 7) 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/webrtc/test/channel_transport/
udp_socket2_win.h 67 int32_t bucketSize, int32_t peekBandwith,
116 int32_t bucketSize,
udp_socket_wrapper.h 92 int32_t bucketSize, int32_t peekBandwith,
udp_socket2_win.cc 692 int32_t bucketSize,
708 int32_t err = CreateFlowSpec(serviceType, tokenRate, bucketSize,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 461 size_t bucketSize = page->bucket->slotSize;
462 memset(ret, kUninitializedByte, bucketSize);
464 partitionCookieWriteValue(reinterpret_cast<char*>(ret) + bucketSize - kCookieSize);
492 size_t bucketSize = page->bucket->slotSize;
494 partitionCookieCheckValue(reinterpret_cast<char*>(ptr) + bucketSize - kCookieSize);
495 memset(ptr, kFreedByte, bucketSize);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ObjectPropertiesSection.js 868 var bucketSize = count;
870 bucketSize = count;
872 bucketSize = Math.pow(bucketThreshold, Math.ceil(Math.log(count) / Math.log(bucketThreshold)) - 1);
884 if (++count === bucketSize) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 646 size_t bucketSize = 1 << m_biggestFreeListIndex;
648 for (; i > 0; i--, bucketSize >>= 1) {
649 if (bucketSize < minSize)
    [all...]

Completed in 534 milliseconds