Searched refs:bucket_size (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/base/win/
H A Dsampling_profiler.cc141 size_t bucket_size = 1 << log2_bucket_size;
142 size_t num_buckets = (size + bucket_size - 1) / bucket_size;
/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.cc260 uint32 bucket_size = bucket->size(); local
261 *result = bucket_size;
263 uint32 size = std::min(data_memory_size, bucket_size);
/external/ceres-solver/internal/ceres/
H A Dcollections_port.h159 static const size_t bucket_size = 4; // These are required by MSVC
/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/stlport/test/unit/
H A Dunordered_test.cpp338 bucketSizes += int_uset.bucket_size(i);
412 //CPPUNIT_ASSERT( iumset.bucket_size(targetedBucket) == 21 );
454 if (hum.bucket_size(b) != 0) {
/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/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.cc205 static const size_t bucket_size = 4; member in struct:google::protobuf::__anon13384::PointerIntegerPairHash
226 static const size_t bucket_size = 4; member in struct:google::protobuf::__anon13384::PointerStringPairHash
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc188 static const size_t bucket_size = 4; member in struct:google::protobuf::__anon23937::PointerIntegerPairHash
209 static const size_t bucket_size = 4; member in struct:google::protobuf::__anon23937::PointerStringPairHash

Completed in 374 milliseconds