Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c183 static const uint16_t mask_bits[] ALIGN2 = { variable
525 ml = mask_bits[bl]; /* precompute masks for speed */ in inflate_codes_setup()
526 md = mask_bits[bd]; in inflate_codes_setup()
550 t = t->v.t + ((unsigned) bb & mask_bits[e]); in inflate_codes()
571 nn = t->v.n + ((unsigned) bb & mask_bits[e]); in inflate_codes()
588 t = t->v.t + ((unsigned) bb & mask_bits[e]); in inflate_codes()
594 dd = w - t->v.n - ((unsigned) bb & mask_bits[e]); in inflate_codes()
875 m = mask_bits[bl]; in inflate_block()