Home
last modified time | relevance | path

Searched refs:find (Results 1 – 7 of 7) sorted by relevance

/littlefs-3.7.0-3.6.0/
DDESIGN.md441 3. If our block is full of entries _and_ we can't find any garbage, then what?
515 find an alternative representation of the number of static and dynamic entries:
527 size to find a multiplicative cost:
663 We can find the runtime complexity by looking at the path to any block from
682 To find the storage overhead, we can look at the data structure as multiple
730 the [On-Line Encyclopedia of Integer Sequences (OEIS)][oeis], I managed to find
750 Now we can substitute into our original equation to find a more efficient
765 equation to find the offset. We run into a bit of a problem with integer
771 Now we can find both our block index and offset from a size in _O(1)_, letting
896 Our block allocator needs to find free blocks efficiently. You could traverse
[all …]
DMakefile188 $(CTAGS) --totals --c-types=+p $(shell find -H -name '*.h') $(SRC)
Dlfs.c4696 struct lfs_fs_parent_match *find = data; local
4697 lfs_t *lfs = find->lfs;
4710 return (lfs_pair_cmp(child, find->pair) == 0) ? LFS_CMP_EQ : LFS_CMP_LT;
/littlefs-3.7.0-3.6.0/tests/
Dtest_evil.toml257 // find child
288 // find child
Dtest_alloc.toml336 // find out max file size
394 // first fill to exhaustion to find available space
488 // find out max file size
Dtest_exhaustion.toml493 // find standard deviation^2
/littlefs-3.7.0-3.6.0/scripts/
Dplot.py105 s = s[:max(s.find('.'), w-(2 if x < 0 else 1))]
124 s = s[:max(s.find('.'), w-(3 if x < 0 else 2))]