Searched refs:mz_bitmasks (Results 1 – 1 of 1) sorted by relevance
3498 static const mz_uint mz_bitmasks[17] = { variable3532 TDEFL_PUT_BITS_FAST(match_len & mz_bitmasks[s_tdefl_len_extra[match_len]], in tdefl_compress_lz_codes()3546 TDEFL_PUT_BITS_FAST(match_dist & mz_bitmasks[num_extra_bits], in tdefl_compress_lz_codes()3587 TDEFL_PUT_BITS((mz_uint)bit_buffer & mz_bitmasks[n], n); in tdefl_compress_lz_codes()3614 TDEFL_PUT_BITS(match_len & mz_bitmasks[s_tdefl_len_extra[match_len]], in tdefl_compress_lz_codes()3626 TDEFL_PUT_BITS(match_dist & mz_bitmasks[num_extra_bits], num_extra_bits); in tdefl_compress_lz_codes()