Home | History | Annotate | Download | only in core

Lines Matching refs:leftOverBits

2131     const int leftOverBits = width & 7;
2147 if (leftOverBits) {
2149 for (int x = 0; x < leftOverBits; ++x) {