Home | History | Annotate | Download | only in ARM

Lines Matching defs:BytesLeft

49   unsigned BytesLeft = SizeVal & 3;
90 if (BytesLeft == 0)
94 unsigned BytesLeftSave = BytesLeft;
96 while (BytesLeft) {
97 if (BytesLeft >= 2) {
113 BytesLeft -= VTSize;
118 BytesLeft = BytesLeftSave;
119 while (BytesLeft) {
120 if (BytesLeft >= 2) {
134 BytesLeft -= VTSize;