HomeSort by relevance Sort by last modified time
    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 626 unsigned int buck = ((unsigned int) h) % table_size_; local
627 for (DeepBucket* db = table_[buck]; db != 0; db = db->next) {
644 db->next = table_[buck];
645 table_[buck] = db;
    [all...]
heap-profile-table.cc 182 unsigned int buck = ((unsigned int) h) % kHashTableSize; local
183 for (Bucket* b = bucket_table_[buck]; b != 0; b = b->next) {
200 b->next = bucket_table_[buck];
201 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 93 milliseconds