Searched refs:end (Results 1 – 4 of 4) sorted by relevance
/littlefs-2.7.6/ |
D | lfs.c | 420 lfs_mdir_t *source, uint16_t begin, uint16_t end); 677 uint16_t begin, uint16_t end, int16_t diff, in lfs_dir_traverse() argument 729 if (!(lfs_tag_id(tag) >= begin && lfs_tag_id(tag) < end)) { in lfs_dir_traverse() 1200 lfs_off_t end; member 1222 if (commit->off + dsize > commit->end) { in lfs_dir_commitattr() 1267 const lfs_off_t end = lfs_alignup(off1 + 2*sizeof(uint32_t), in lfs_dir_commitcrc() local 1273 while (commit->off < end) { in lfs_dir_commitcrc() 1275 lfs_off_t noff = lfs_min(end - off, 0x3fe) + off; in lfs_dir_commitcrc() 1276 if (noff < end) { in lfs_dir_commitcrc() 1277 noff = lfs_min(noff, end - 2*sizeof(uint32_t)); in lfs_dir_commitcrc() [all …]
|
D | DESIGN.md | 132 process of cleaning up outdated data from the end of the log, I've yet to 745 infinity, we end up with an average overhead of 2 pointers, which matches our 1174 that means that all blocks in our storage are bad, and we've reached the end of 1220 rest of storage is approaching the end of its usable life. This is called 1690 erases. If we lose power while evicting a metadata block we may end up with 1848 In the end, solving the move problem required creating a new mechanism for
|
D | SPEC.md | 198 global state. Even the CRCs used to mark the end of commits get their own tag. 745 Last but not least, the CRC tag marks the end of a commit and provides a
|
/littlefs-2.7.6/scripts/ |
D | explode_asserts.py | 216 data = data[m.end():]
|