Searched refs:lmask (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libz/
H A Dinffast.c89 unsigned lmask; /* mask for first level of length codes */ local
116 lmask = (1U << state->lenbits) - 1;
128 this = lcode[hold & lmask];
H A Dsfdclzw.c210 static char_type lmask[9] = variable
232 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]);
/ast/src/cmd/codexlib/compress/
H A Dcompress.c217 static char_type lmask[9] = variable
239 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]);
/ast/src/cmd/INIT/
H A Dratz.c2085 unsigned lmask; /* mask for first level of length codes */ local
2112 lmask = (((unsigned int)1) << state->lenbits) - 1;
2124 this = lcode[hold & lmask];

Completed in 29 milliseconds