Lines Matching full:needmask
1018 int needMask = ((1 << columns) - 1)1021 if (needMask == 0) {1029 if ((needMask & (1 << col)) == 0) {