Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/
Dlfs.c1047 lfs_stag_t tempbesttag = besttag; in lfs_dir_fetchmatch() local
1114 besttag = tempbesttag; in lfs_dir_fetchmatch()
1154 (LFS_MKTAG(0, 0x3ff, 0) & tempbesttag))) { in lfs_dir_fetchmatch()
1155 tempbesttag |= 0x80000000; in lfs_dir_fetchmatch()
1156 } else if (tempbesttag != -1 && in lfs_dir_fetchmatch()
1157 lfs_tag_id(tag) <= lfs_tag_id(tempbesttag)) { in lfs_dir_fetchmatch()
1158 tempbesttag += LFS_MKTAG(0, lfs_tag_splice(tag), 0); in lfs_dir_fetchmatch()
1189 tempbesttag = tag; in lfs_dir_fetchmatch()
1191 (LFS_MKTAG(0x7ff, 0x3ff, 0) & tempbesttag)) { in lfs_dir_fetchmatch()
1194 tempbesttag = -1; in lfs_dir_fetchmatch()
[all …]