OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buck
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc
192
unsigned int
buck
= ((unsigned int) h) % kHashTableSize;
local
193
for (Bucket* b = table[
buck
]; b != 0; b = b->next) {
210
b->next = table[
buck
];
211
table[
buck
] = b;
/external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc
655
unsigned int
buck
= ((unsigned int) h) % table_size_;
local
656
for (DeepBucket* db = table_[
buck
]; db != 0; db = db->next) {
673
db->next = table_[
buck
];
674
table_[
buck
] = db;
[
all
...]
heap-profile-table.cc
185
unsigned int
buck
= ((unsigned int) h) % kHashTableSize;
local
186
for (Bucket* b = bucket_table_[
buck
]; b != 0; b = b->next) {
203
b->next = bucket_table_[
buck
];
204
bucket_table_[
buck
] = b;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas
180
/// pass the
buck
all the way to the lexer who can ask its input stream
[
all
...]
Completed in 49 milliseconds