Home
last modified time | relevance | path

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

/littlefs-latest/
Dlfs.c1158 uint16_t tempcount = 0; in lfs_dir_fetchmatch() local
1233 dir->count = tempcount; in lfs_dir_fetchmatch()
1258 if (lfs_tag_id(tag) >= tempcount) { in lfs_dir_fetchmatch()
1259 tempcount = lfs_tag_id(tag) + 1; in lfs_dir_fetchmatch()
1262 tempcount += lfs_tag_splice(tag); in lfs_dir_fetchmatch()