Home
last modified time | relevance | path

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

/third_party/littlefs/
H A Dlfs.c1118 lfs_stag_t tempbesttag = besttag; in lfs_dir_fetchmatch() local
1187 besttag = tempbesttag; in lfs_dir_fetchmatch()
1222 (LFS_MKTAG(0, 0x3ff, 0) & tempbesttag))) { in lfs_dir_fetchmatch()
1223 tempbesttag |= 0x80000000; in lfs_dir_fetchmatch()
1224 } else if (tempbesttag != -1 && in lfs_dir_fetchmatch()
1225 lfs_tag_id(tag) <= lfs_tag_id(tempbesttag)) { in lfs_dir_fetchmatch()
1226 tempbesttag += LFS_MKTAG(0, lfs_tag_splice(tag), 0); in lfs_dir_fetchmatch()
1269 tempbesttag = tag; in lfs_dir_fetchmatch()
1271 (LFS_MKTAG(0x7ff, 0x3ff, 0) & tempbesttag)) { in lfs_dir_fetchmatch()
1274 tempbesttag in lfs_dir_fetchmatch()
[all...]

Completed in 5 milliseconds