Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/
DSPEC.md645 In this case, the next metadata pair is not a part of our current directory
654 In this case, the next metadata pair belongs to the current directory. Note
657 current pair.
DREADME.md71 // read current count
Dlfs.c2672 lfs_off_t current = lfs_ctz_index(lfs, &(lfs_off_t){size-1}); in lfs_ctz_find() local
2675 while (current > target) { in lfs_ctz_find()
2677 lfs_npw2(current-target+1) - 1, in lfs_ctz_find()
2678 lfs_ctz(current)); in lfs_ctz_find()
2688 current -= 1 << skip; in lfs_ctz_find()
/littlefs-3.5.0-3.4.0/scripts/
Dtest.py858 current directory.")