OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kHashSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/util/
nigori.h
68
static const size_t
kHashSize
= 32;
/external/chromium_org/sync/util/
nigori.h
71
static const size_t
kHashSize
= 32;
/external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h
187
static const int
kHashSize
= 1 << 12;
275
hashtable_ = New<Cluster*>(
kHashSize
);
410
for (int h = 0; h <
kHashSize
; ++h) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
addressmap-inl.h
187
static const int
kHashSize
= 1 << 12;
275
hashtable_ = New<Cluster*>(
kHashSize
);
410
for (int h = 0; h <
kHashSize
; ++h) {
Completed in 531 milliseconds