Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/
Dlfs.c1518 lfs_off_t noff = lfs_min(end - off, 0x3fe) + off; in lfs_dir_commitcrc() local
1519 if (noff < end) { in lfs_dir_commitcrc()
1520 noff = lfs_min(noff, end - 2*sizeof(uint32_t)); in lfs_dir_commitcrc()
1527 commit->block, noff, &tag, sizeof(tag)); in lfs_dir_commitcrc()
1534 tag = LFS_MKTAG(LFS_TYPE_CRC + reset, 0x3ff, noff - off); in lfs_dir_commitcrc()
1567 lfs_off_t noff = off1; in lfs_dir_commitcrc() local
1570 for (lfs_off_t i = off; i < noff+sizeof(uint32_t); i++) { in lfs_dir_commitcrc()
1580 NULL, &lfs->rcache, noff+sizeof(uint32_t)-i, in lfs_dir_commitcrc()
1595 off = lfs_min(end - noff, 0x3fe) + noff; in lfs_dir_commitcrc()
1599 noff = off + sizeof(uint32_t); in lfs_dir_commitcrc()
[all …]