Home | History | Annotate | Download | only in ARM

Lines Matching defs:BytesLeft

7071   unsigned BytesLeft = SizeVal % UnitSize;
7072 unsigned LoopSize = SizeVal - BytesLeft;
7118 for (unsigned i = 0; i < BytesLeft; i++) {
7272 // Add epilogue to handle BytesLeft.
7282 for (unsigned i = 0; i < BytesLeft; i++) {