Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c2104 UINT i, sz_ent; local
2113 sz_ent = (dirb[XDIR_NumSec] + 1) * SZDIRE;
2114 if (sz_ent < 3 * SZDIRE || sz_ent > 19 * SZDIRE) return FR_INT_ERR;
2124 if (MAXDIRB(dirb[XDIR_NumName]) > sz_ent) return FR_INT_ERR;
2136 } while ((i += SZDIRE) < sz_ent);