Searched refs:end (Results 1 – 8 of 8) sorted by relevance
/littlefs-3.7.0-3.6.0/ |
D | lfs.c | 555 lfs_mdir_t *source, uint16_t begin, uint16_t end); 871 uint16_t end; member 886 uint16_t begin, uint16_t end, int16_t diff, in lfs_dir_traverse() argument 944 .end = end, in lfs_dir_traverse() 957 end = 0; in lfs_dir_traverse() 968 !(lfs_tag_id(tag) >= begin && lfs_tag_id(tag) < end)) { in lfs_dir_traverse() 1006 .end = end, in lfs_dir_traverse() 1024 end = fromid+1; in lfs_dir_traverse() 1062 end = stack[sp-1].end; in lfs_dir_traverse() 1554 lfs_off_t end; member [all …]
|
D | SPEC.md | 193 At the end of each commit, the valid bit of the previous tag is XORed 233 Note that end-of-block commits do not need an FCRC. 239 global state. Even the CRCs used to mark the end of commits get their own tag. 786 Last but not least, the CRC tag marks the end of a commit and provides a
|
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
|
/littlefs-3.7.0-3.6.0/scripts/ |
D | stack.py | 147 k, rest = m_.group(1), rest[m_.end(0):] 158 v, rest = m_.group(1) or m_.group(2), rest[m_.end(0):] 504 end='') 510 end='')
|
D | prettyasserts.py | 223 data = data[m.end():]
|
D | bench.py | 117 v_[:m.start()], x, v_[m.end():]))
|
D | test.py | 120 v_[:m.start()], x, v_[m.end():]))
|
/littlefs-3.7.0-3.6.0/tests/ |
D | test_dirs.toml | 865 // try seeking to end of dir 977 // try seeking to end of dir
|