Home
last modified time | relevance | path

Searched refs:block_mask_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dhash_longest_match64_inc.h43 uint32_t block_mask_; member
71 self->block_mask_ = (uint32_t)(self->block_size_ - 1); in Initialize()
116 const size_t minor_ix = num[key] & self->block_mask_; in Store()
227 size_t prev_ix = bucket[--i & self->block_mask_]; in FindLongestMatch()
257 bucket[num[key] & self->block_mask_] = (uint32_t)cur_ix; in FindLongestMatch()
H A Dhash_longest_match_inc.h40 uint32_t block_mask_; member
70 self->block_mask_ = (uint32_t)(self->block_size_ - 1); in Initialize()
112 const size_t minor_ix = self->num_[key] & self->block_mask_; in Store()
222 size_t prev_ix = bucket[--i & self->block_mask_]; in FindLongestMatch()
252 bucket[num[key] & self->block_mask_] = (uint32_t)cur_ix; in FindLongestMatch()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_longest_match_inc.h40 uint32_t block_mask_; member
70 self->block_mask_ = (uint32_t)(self->block_size_ - 1); in Initialize()
112 const size_t minor_ix = self->num_[key] & self->block_mask_; in Store()
222 size_t prev_ix = bucket[--i & self->block_mask_]; in FindLongestMatch()
252 bucket[num[key] & self->block_mask_] = (uint32_t)cur_ix; in FindLongestMatch()
H A Dhash_longest_match64_inc.h43 uint32_t block_mask_; member
71 self->block_mask_ = (uint32_t)(self->block_size_ - 1); in Initialize()
116 const size_t minor_ix = num[key] & self->block_mask_; in Store()
227 size_t prev_ix = bucket[--i & self->block_mask_]; in FindLongestMatch()
257 bucket[num[key] & self->block_mask_] = (uint32_t)cur_ix; in FindLongestMatch()

Completed in 5 milliseconds