Searched refs:minor_ix (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dhash_longest_match64_inc.h116 const size_t minor_ix = num[key] & self->block_mask_; local in function:FN
117 const size_t offset = minor_ix + (key << self->block_bits_);
H A Dhash_longest_match_inc.h112 const size_t minor_ix = self->num_[key] & self->block_mask_; local in function:FN
113 const size_t offset = minor_ix + (key << self->block_bits_);

Completed in 2 milliseconds