Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_forgetful_chain_inc.h20 #define BANK_SIZE (1 << BANK_BITS) macro
44 FN(Slot) slots[BANK_SIZE];
107 const size_t idx = self->free_slot_idx[bank]++ & (BANK_SIZE - 1); in FN()
250 #undef BANK_SIZE