Lines Matching refs:leftOverBits
2076 const int leftOverBits = width & 7;2092 if (leftOverBits) {2094 for (int x = 0; x < leftOverBits; ++x) {