Lines Matching refs:end_idx
150 int j, end_idx = 0; in str2slot() local
156 end_idx++; in str2slot()
161 end_idx++; in str2slot()
167 end_idx++; in str2slot()
172 end_idx++; in str2slot()
178 end_idx++; in str2slot()
183 end_idx++; in str2slot()
192 for (; end_idx < 5; end_idx++) { in str2slot()
193 slotptr->name0_4[end_idx * 2] = 0xff; in str2slot()
194 slotptr->name0_4[end_idx * 2 + 1] = 0xff; in str2slot()
196 end_idx = 5; in str2slot()
198 end_idx -= 5; in str2slot()
199 for (; end_idx < 6; end_idx++) { in str2slot()
200 slotptr->name5_10[end_idx * 2] = 0xff; in str2slot()
201 slotptr->name5_10[end_idx * 2 + 1] = 0xff; in str2slot()
203 end_idx = 11; in str2slot()
205 end_idx -= 11; in str2slot()
206 for (; end_idx < 2; end_idx++) { in str2slot()
207 slotptr->name11_12[end_idx * 2] = 0xff; in str2slot()
208 slotptr->name11_12[end_idx * 2 + 1] = 0xff; in str2slot()