Home
last modified time | relevance | path

Searched refs:end_idx (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/fat/
H A Dfat_write.c150 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()
[all …]