Searched refs:small_table_ (Results 1 – 1 of 1) sorted by relevance
95 int small_table_[1 << 10]; /* 4KiB */ member247 if (htsize <= sizeof(s->small_table_) / sizeof(s->small_table_[0])) { in GetHashTable()248 table = s->small_table_; in GetHashTable()