Home
last modified time | relevance | path

Searched refs:HB_BITS (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_inflate.c28 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()
Ddfltcc_detail.h44 #define HB_BITS 15 macro
45 #define HB_SIZE (1 << HB_BITS)
Ddfltcc_deflate.c31 if (window_bits != HB_BITS) in dfltcc_can_deflate_with_params()