Searched refs:end (Results 1 – 9 of 9) sorted by relevance
/littlefs-latest/ |
D | lfs.c | 570 lfs_mdir_t *source, uint16_t begin, uint16_t end); 909 uint16_t end; member 924 uint16_t begin, uint16_t end, int16_t diff, in lfs_dir_traverse() argument 982 .end = end, in lfs_dir_traverse() 995 end = 0; in lfs_dir_traverse() 1006 !(lfs_tag_id(tag) >= begin && lfs_tag_id(tag) < end)) { in lfs_dir_traverse() 1044 .end = end, in lfs_dir_traverse() 1062 end = fromid+1; in lfs_dir_traverse() 1100 end = stack[sp-1].end; in lfs_dir_traverse() 1607 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. 787 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-latest/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 | 247 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-latest/tests/ |
D | test_dirs.toml | 886 // try seeking to end of dir 998 // try seeking to end of dir
|
D | test_seek.toml | 581 // the file hasn't changed size, so seek end takes us back to the offset=0
|