Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
Dhash_forgetful_chain_inc.h48 uint16_t free_slot_idx[NUM_BANKS]; /* Up to 1KiB. Move to dynamic? */ member
116 memset(self->free_slot_idx, 0, sizeof(self->free_slot_idx)); in FN()
139 const size_t idx = self->free_slot_idx[bank]++ & (BANK_SIZE - 1); in FN()
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_forgetful_chain_inc.h48 uint16_t free_slot_idx[NUM_BANKS]; /* Up to 1KiB. Move to dynamic? */ member
116 memset(self->free_slot_idx, 0, sizeof(self->free_slot_idx)); in FN()
139 const size_t idx = self->free_slot_idx[bank]++ & (BANK_SIZE - 1); in FN()