Searched refs:HB_BITS (Results 1 – 3 of 3) sorted by relevance
28 if (state->wbits != HB_BITS) in dfltcc_can_inflate()87 param->ho = (state->wnext - state->whave) & ((1 << HB_BITS) - 1); in dfltcc_inflate()102 state->wnext = (param->ho + param->hl) & ((1 << HB_BITS) - 1); in dfltcc_inflate()
44 #define HB_BITS 15 macro45 #define HB_SIZE (1 << HB_BITS)
31 if (window_bits != HB_BITS) in dfltcc_can_deflate_with_params()