Home | History | Annotate | Download | only in utils

Lines Matching refs:endBit

767     int endBit,               // The bit at which we stop reading (not inclusive)
783 endBit = 128 - endBit;
792 if (endBlockBit > endBit) {
793 endBlockBit = endBit;
809 if (endBlockBit > endBit) {
810 endBlockBit = endBit;
825 if (endValBit > endBit) {
826 endValBit = endBit;