Lines Matching full:maskand
6101 unsigned char *tmp, maskAND, maskOR_msb, maskOR_lsb;6123 /* calc the maskAND value for the MSbyte*/6124 maskAND = ((size&7) == 0) ? 0xFF : (0xFF >> (8 - (size & 7)));6147 tmp[0] &= maskAND;