Lines Matching defs:mask
60 unsigned char mask;
63 * Calculate the mask based on the most significant bit. There are more
66 mask = in->c[0] & 0x80;
67 mask >>= 7;
68 mask = (0 - mask) & 0x87;
72 out->c[15] ^= mask;
220 unsigned char ktop[16], tmp[16], mask;
256 mask = 0xff;
257 mask <<= 8 - shift;
259 (*(stretch + (bottom / 8) + 16) & mask) >> (8 - shift);