Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/
Dlfs.c1120 uint16_t tempcount = 0; in lfs_dir_fetchmatch() local
1195 dir->count = tempcount; in lfs_dir_fetchmatch()
1220 if (lfs_tag_id(tag) >= tempcount) { in lfs_dir_fetchmatch()
1221 tempcount = lfs_tag_id(tag) + 1; in lfs_dir_fetchmatch()
1224 tempcount += lfs_tag_splice(tag); in lfs_dir_fetchmatch()