Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/
Dlfs.c1044 uint16_t tempcount = 0; in lfs_dir_fetchmatch() local
1117 dir->count = tempcount; in lfs_dir_fetchmatch()
1147 if (lfs_tag_id(tag) >= tempcount) { in lfs_dir_fetchmatch()
1148 tempcount = lfs_tag_id(tag) + 1; in lfs_dir_fetchmatch()
1151 tempcount += lfs_tag_splice(tag); in lfs_dir_fetchmatch()