Home | History | Annotate | Download | only in examples

Lines Matching full:mask

205     unsigned mask;              /* mask for current bits codes */
239 mask = 0x1ff;
263 if (end >= mask && bits < max) {
266 mask <<= 1;
267 mask++;
292 code &= mask; /* mask to current code length */
299 bits = 9; /* initialize bits and mask */
300 mask = 0x1ff;
333 if (end < mask) {