Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/
Dlfs.c1123 lfs_stag_t tempbesttag = besttag; in lfs_dir_fetchmatch() local
1192 besttag = tempbesttag; in lfs_dir_fetchmatch()
1227 (LFS_MKTAG(0, 0x3ff, 0) & tempbesttag))) { in lfs_dir_fetchmatch()
1228 tempbesttag |= 0x80000000; in lfs_dir_fetchmatch()
1229 } else if (tempbesttag != -1 && in lfs_dir_fetchmatch()
1230 lfs_tag_id(tag) <= lfs_tag_id(tempbesttag)) { in lfs_dir_fetchmatch()
1231 tempbesttag += LFS_MKTAG(0, lfs_tag_splice(tag), 0); in lfs_dir_fetchmatch()
1274 tempbesttag = tag; in lfs_dir_fetchmatch()
1276 (LFS_MKTAG(0x7ff, 0x3ff, 0) & tempbesttag)) { in lfs_dir_fetchmatch()
1279 tempbesttag = -1; in lfs_dir_fetchmatch()
[all …]