Home
last modified time | relevance | path

Searched refs:small_table_ (Results 1 – 1 of 1) sorted by relevance

/external/brotli/c/enc/
Dencode.c81 int small_table_[1 << 10]; /* 4KiB */ member
230 if (htsize <= sizeof(s->small_table_) / sizeof(s->small_table_[0])) { in GetHashTable()
231 table = s->small_table_; in GetHashTable()