Home | History | Annotate | Download | only in ARM

Lines Matching refs:BytesLeft

50   unsigned BytesLeft = SizeVal & 3;
94 if (BytesLeft == 0)
98 unsigned BytesLeftSave = BytesLeft;
100 while (BytesLeft) {
101 if (BytesLeft >= 2) {
117 BytesLeft -= VTSize;
123 BytesLeft = BytesLeftSave;
124 while (BytesLeft) {
125 if (BytesLeft >= 2) {
139 BytesLeft -= VTSize;