Home | History | Annotate | Download | only in src

Lines Matching refs:buck

626   unsigned int buck = ((unsigned int) h) % table_size_;
627 for (DeepBucket* db = table_[buck]; db != 0; db = db->next) {
644 db->next = table_[buck];
645 table_[buck] = db;