Searched defs:bucket_size (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
H A Dcanonical_cookie_hash.h26 static const size_t bucket_size = 4; member in struct:canonical_cookie::CanonicalCookieTraits
/external/chromium_org/net/tools/balsa/
H A Dstring_piece_utils.h17 static const size_t bucket_size = 4; member in struct:net::StringPieceCaseCompare
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dhash.h195 static const size_t bucket_size = 4; member in struct:google::protobuf::hash
213 static const size_t bucket_size = 4; member in struct:google::protobuf::hash
/external/protobuf/src/google/protobuf/stubs/
H A Dhash.h183 static const size_t bucket_size = 4; member in struct:google::protobuf::hash
201 static const size_t bucket_size = 4; member in struct:google::protobuf::hash
/external/chromium_org/gpu/command_buffer/service/
H A Dcommon_decoder.cc263 uint32 bucket_size = bucket->size(); local
264 *result = bucket_size;
266 uint32 size = std::min(data_memory_size, bucket_size);
/external/stlport/stlport/stl/
H A D_unordered_map.h177 size_type bucket_size(size_type __n) const { return _M_ht.elems_in_bucket(__n); } function in class:unordered_map
337 size_type bucket_size(size_type __n) const { return _M_ht.elems_in_bucket(__n); } function in class:unordered_multimap
H A D_unordered_set.h163 size_type bucket_size(size_type __n) const { return _M_ht.elems_in_bucket(__n); } function in class:unordered_set
313 size_type bucket_size(size_type __n) const { return _M_ht.elems_in_bucket(__n); } function in class:unordered_multiset
/external/kernel-headers/original/uapi/linux/
H A Dbcache.h180 __u16 bucket_size; /* sectors */ member in struct:cache_sb::__anon22878::__anon22879
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc168 static const size_t bucket_size = 4; member in struct:re2::DFA::StateHash
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc552 const int32_t bucket_size = maxBitrate * 8; local
554 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
577 const int32_t bucket_size = maxBitrate*31; local
579 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
597 const int32_t bucket_size = 2000; local
599 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
616 const int32_t bucket_size = 32000; local
618 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
634 const int32_t bucket_size = 200; local
636 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size,
647 const int32_t bucket_size = 100; local
[all...]
/external/regex-re2/re2/
H A Ddfa.cc166 static const size_t bucket_size = 4; member in struct:re2::DFA::StateHash
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc203 static const size_t bucket_size = 4; member in struct:google::protobuf::__anon14819::PointerIntegerPairHash
224 static const size_t bucket_size = 4; member in struct:google::protobuf::__anon14819::PointerStringPairHash
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc188 static const size_t bucket_size = 4; member in struct:google::protobuf::__anon28966::PointerIntegerPairHash
209 static const size_t bucket_size = 4; member in struct:google::protobuf::__anon28966::PointerStringPairHash

Completed in 1476 milliseconds