Home | History | Annotate | Download | only in ports

Lines Matching full:bitcount

890     int bitCount = width & 7;
908 if (bitCount > 0) {
911 for (int i = 0; i < bitCount; i++) {
917 src += bitCount;