Lines Matching defs:mask
209 unsigned mask; /* mask for current bits codes */244 mask = 0x1ff;268 if (end >= mask && bits < max) {271 mask <<= 1;272 mask++;297 code &= mask; /* mask to current code length */304 bits = 9; /* initialize bits and mask */305 mask = 0x1ff;340 if (end < mask) {