Lines Matching refs:end_idx
148 int j, end_idx = 0; in str2slot() local
154 end_idx++; in str2slot()
159 end_idx++; in str2slot()
165 end_idx++; in str2slot()
170 end_idx++; in str2slot()
176 end_idx++; in str2slot()
181 end_idx++; in str2slot()
190 for (; end_idx < 5; end_idx++) { in str2slot()
191 slotptr->name0_4[end_idx * 2] = 0xff; in str2slot()
192 slotptr->name0_4[end_idx * 2 + 1] = 0xff; in str2slot()
194 end_idx = 5; in str2slot()
196 end_idx -= 5; in str2slot()
197 for (; end_idx < 6; end_idx++) { in str2slot()
198 slotptr->name5_10[end_idx * 2] = 0xff; in str2slot()
199 slotptr->name5_10[end_idx * 2 + 1] = 0xff; in str2slot()
201 end_idx = 11; in str2slot()
203 end_idx -= 11; in str2slot()
204 for (; end_idx < 2; end_idx++) { in str2slot()
205 slotptr->name11_12[end_idx * 2] = 0xff; in str2slot()
206 slotptr->name11_12[end_idx * 2 + 1] = 0xff; in str2slot()