Home | History | Annotate | Download | only in base

Lines Matching refs:last_index

88   const int last_index = len - rem;
90 for (int i = 0; i < last_index; i += 4)
94 for (int i = last_index; i < len; ++i)
100 const int last_index = len - rem;
102 for (int i = 0; i < last_index; i += 4) {
108 for (int i = last_index; i < len; ++i)
135 const int last_index = len - rem;
150 for (i = 0; i < last_index; i += 4) {
193 const int last_index = len - rem;
195 for (int i = 0; i < last_index; i += 4) {
201 for (int i = last_index; i < len; ++i)
207 const int last_index = len - rem;
209 for (int i = 0; i < last_index; i += 4)
213 for (int i = last_index; i < len; ++i)
232 const int last_index = len - rem;
247 for (i = 0; i < last_index; i += 4) {