Searched refs:bucketSize (Results 1 - 7 of 7) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/
H A DDNSUtil.java182 int bucketSize;
183 while ((bucketSize = bucket.size()) > 0) {
204 selectedPos = (int) (Math.random() * bucketSize);
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_win.h67 int32_t bucketSize, int32_t peekBandwith,
116 int32_t bucketSize,
H A Dudp_socket_wrapper.h92 int32_t bucketSize, int32_t peekBandwith,
H A Dudp_socket2_win.cc692 int32_t bucketSize,
708 int32_t err = CreateFlowSpec(serviceType, tokenRate, bucketSize,
1251 int32_t bucketSize,
690 SetQos(int32_t serviceType, int32_t tokenRate, int32_t bucketSize, int32_t peekBandwith, int32_t minPolicedSize, int32_t maxSduSize, const SocketAddress &stRemName, int32_t overrideDSCP) argument
1249 CreateFlowSpec(int32_t serviceType, int32_t tokenRate, int32_t bucketSize, int32_t peekBandwith, int32_t minPolicedSize, int32_t maxSduSize, FLOWSPEC* f) argument
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAlloc.h461 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/
H A DObjectPropertiesSection.js868 var bucketSize = count;
870 bucketSize = count;
872 bucketSize = Math.pow(bucketThreshold, Math.ceil(Math.log(count) / Math.log(bucketThreshold)) - 1);
884 if (++count === bucketSize) {
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.cpp646 size_t bucketSize = 1 << m_biggestFreeListIndex; local
648 for (; i > 0; i--, bucketSize >>= 1) {
649 if (bucketSize < minSize)

Completed in 504 milliseconds