Searched refs:next (Results 1 – 18 of 18) sorted by relevance
/littlefs-3.7.0-3.6.0/ |
D | SPEC.md | 195 the CRC tag to force the next commit to fail the valid bit test if it 198 2. The valid bit alone is not enough info to know if the next commit has been 200 so it's possible that the next commit had an attempted program that left the 205 bytes in the next commit at the time it was erased. 223 | | | | +-- next commit 481 The pointer to the next metadata-pair in the directory is stored in a tail tag, 678 2. **Metadata pair (8-bytes)** - Pointer to the next metadata-pair. 683 Provides a tail pointer that points to the next metadata pair in the 686 In this case, the next metadata pair is not a part of our current directory 692 Provides a tail pointer that points to the next metadata pair in the [all …]
|
D | lfs.h | 371 struct lfs_dir *next; member 382 struct lfs_file *next; member 422 struct lfs_mlist *next; member
|
D | lfs.c | 501 for (struct lfs_mlist **p = &head; *p; p = &(*p)->next) { in lfs_mlist_isopen() 513 for (struct lfs_mlist **p = &lfs->mlist; *p; p = &(*p)->next) { in lfs_mlist_remove() 515 *p = (*p)->next; in lfs_mlist_remove() 522 mlist->next = lfs->mlist; in lfs_mlist_append() 2314 for (struct lfs_mlist *d = lfs->mlist; d; d = d->next) { in lfs_dir_relocatingcommit() 2359 for (lfs_file_t *f = (lfs_file_t*)lfs->mlist; f; f = f->next) { in lfs_dir_orphaningcommit() 2433 for (struct lfs_mlist *d = lfs->mlist; d; d = d->next) { in lfs_dir_orphaningcommit() 2580 cwd.next = lfs->mlist; in lfs_rawmkdir() 2640 lfs->mlist = cwd.next; in lfs_rawmkdir() 2644 lfs->mlist = cwd.next; in lfs_rawmkdir() [all …]
|
D | README.md | 132 flushes all the data to memory and ensures that the next read fetches the data
|
D | DESIGN.md | 309 We could make our logs larger than two blocks, but the next challenge is how 846 Deciding which block to use next is the responsibility of the block allocator.
|
/littlefs-3.7.0-3.6.0/scripts/ |
D | cov.py | 476 r = next(iter(fold(Result, results, by=[])), None) 481 diff_r = next(iter(fold(Result, diff_results, by=[])), None) 556 next(iter(f for _, f in spans)),
|
D | structs.py | 437 r = next(iter(fold(Result, results, by=[])), None) 442 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
|
D | data.py | 489 r = next(iter(fold(Result, results, by=[])), None) 494 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
|
D | code.py | 489 r = next(iter(fold(Result, results, by=[])), None) 494 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
|
D | plotmpl.py | 1215 next(a for a in subparser._actions 1217 next(a for a in subparser._actions 1219 next(a for a in subparser._actions
|
D | perf.py | 816 r = next(iter(fold(Result, results, by=[])), None) 821 diff_r = next(iter(fold(Result, diff_results, by=[])), None) 986 next(iter(f for _, f in spans)),
|
D | perfbd.py | 782 r = next(iter(fold(Result, results, by=[])), None) 787 diff_r = next(iter(fold(Result, diff_results, by=[])), None) 971 next(iter(f for _, f in spans)),
|
D | stack.py | 454 r = next(iter(fold(Result, results, by=[])), None) 459 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
|
D | summary.py | 523 r = next(iter(fold(Result, results, by=[])), None) 528 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
|
D | plot.py | 1534 next(a for a in subparser._actions 1536 next(a for a in subparser._actions
|
D | bench.py | 1136 line = next(it.islice(f, lineno-1, None)).strip('\n')
|
D | test.py | 1136 line = next(it.islice(f, lineno-1, None)).strip('\n')
|
/littlefs-3.7.0-3.6.0/tests/ |
D | test_powerloss.toml | 130 // get offset to next prog
|