Home | History | Annotate | Download | only in ARM

Lines Matching defs:BytesLeft

7046   unsigned BytesLeft = SizeVal % UnitSize;
7047 unsigned LoopSize = SizeVal - BytesLeft;
7070 for (unsigned i = 0; i < BytesLeft; i++) {
7205 // Add epilogue to handle BytesLeft.
7213 for (unsigned i = 0; i < BytesLeft; i++) {