Home | History | Annotate | Download | only in ARM

Lines Matching refs:BytesLeft

156   unsigned BytesLeft = SizeVal & 3;
198 if (BytesLeft == 0)
202 unsigned BytesLeftSave = BytesLeft;
204 while (BytesLeft) {
205 if (BytesLeft >= 2) {
221 BytesLeft -= VTSize;
227 BytesLeft = BytesLeftSave;
228 while (BytesLeft) {
229 if (BytesLeft >= 2) {
243 BytesLeft -= VTSize;