Home
last modified time | relevance | path

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

/littlefs-2.7.6/
Dlfs.c1275 lfs_off_t noff = lfs_min(end - off, 0x3fe) + off; in lfs_dir_commitcrc() local
1276 if (noff < end) { in lfs_dir_commitcrc()
1277 noff = lfs_min(noff, end - 2*sizeof(uint32_t)); in lfs_dir_commitcrc()
1284 commit->block, noff, &tag, sizeof(tag)); in lfs_dir_commitcrc()
1291 tag = LFS_MKTAG(LFS_TYPE_CRC + reset, 0x3ff, noff - off); in lfs_dir_commitcrc()
1318 lfs_off_t noff = off1 + sizeof(uint32_t); in lfs_dir_commitcrc() local
1321 for (lfs_off_t i = off; i < noff+sizeof(uint32_t); i++) { in lfs_dir_commitcrc()
1331 NULL, &lfs->rcache, noff+sizeof(uint32_t)-i, in lfs_dir_commitcrc()
1346 off = lfs_min(end - noff, 0x3fe) + noff; in lfs_dir_commitcrc()
1350 noff = off + sizeof(uint32_t); in lfs_dir_commitcrc()
[all …]