Lines Matching defs:mask
631 /* turn a into an all-one mask (if a = 0) or an all-zero mask */996 * the if expression, we mask out only the last bit in the next1113 u64 mask = i ^ idx;1114 mask |= mask >> 4;1115 mask |= mask >> 2;1116 mask |= mask >> 1;1117 mask &= 1;1118 mask--;1120 outlimbs[j] |= inlimbs[j] & mask;