Home
last modified time | relevance | path

Searched refs:all (Results 1 – 21 of 21) sorted by relevance

/littlefs-latest/scripts/
Dstructs.py277 if all(getattr(r, k) in vs for k, vs in defines):
301 all=False, argument
304 all_, all = all, __builtins__.all
Ddata.py329 if all(getattr(r, k) in vs for k, vs in defines):
353 all=False, argument
356 all_, all = all, __builtins__.all
Dcode.py329 if all(getattr(r, k) in vs for k, vs in defines):
353 all=False, argument
356 all_, all = all, __builtins__.all
Dstack.py292 if all(getattr(r, k) in vs for k, vs in defines):
316 all=False, argument
321 all_, all = all, __builtins__.all
Dsummary.py363 if all(getattr(r, k) in vs for k, vs in defines):
387 all=False, argument
390 all_, all = all, __builtins__.all
Dcov.py316 if all(getattr(r, k) in vs for k, vs in defines):
340 all=False, argument
343 all_, all = all, __builtins__.all
Dreadtree.py109 if not any([args.no_truncate, args.log, args.all]) else ""))
136 elif args.all:
Dperf.py646 if all(getattr(r, k) in vs for k, vs in defines):
679 all=False, argument
683 all_, all = all, __builtins__.all
Dperfbd.py612 if all(getattr(r, k) in vs for k, vs in defines):
645 all=False, argument
649 all_, all = all, __builtins__.all
Dplotmpl.py221 if not all(k in r and r[k] in vs for k, vs in define):
258 if all(k in r and r[k] in vs for k, vs in define):
Dreadmdir.py371 if args.all:
Dplot.py475 if not all(k in r and r[k] in vs for k, vs in define):
512 if all(k in r and r[k] in vs for k, vs in define):
Dbench.py731 if all(k in self.head or k in self.tail for k in row.keys()):
Dtest.py748 if all(k in self.head or k in self.tail for k in row.keys()):
/littlefs-latest/
DREADME.md128 code of these functions, instead all data is read back and checked for
132 flushes all the data to memory and ensures that the next read fetches the data
189 - [SPEC.md](SPEC.md) - The on-disk specification of littlefs with all the
DDESIGN.md62 where possible. For RAM we have a stronger requirement, all RAM usage is
186 but instead of updating block inplace, all updates are performed by creating
188 our new block. This recursively pushes all of our problems upwards until we
419 write all of these changes to the second block without worrying about power
717 complicated. We can start with a summation that loops through all of the blocks
748 quick script that verified this property for all 32-bit integers.
843 But now we need to look at the [elephant] in the room. Where do all these
963 Wear leveling is the process of distributing wear across all blocks in the
984 errors, we have a copy of the corrupted data in RAM, so all we need to do is
1174 that means that all blocks in our storage are bad, and we've reached the end of
[all …]
DMakefile173 .PHONY: all build
174 all build: $(TARGET) target
DSPEC.md31 - By default, all values in littlefs are stored in little-endian byte order.
457 Any type of struct supersedes all other structs associated with the id. For
621 containing all metadata pairs. The chunk field contains the type of the tail,
792 all metadata since the previous CRC tag, including the CRC tag itself. For
/littlefs-latest/tests/
Dtest_bd.toml1 # These tests don't really test littlefs at all, they are here only to make
Dtest_seek.toml522 // seek and write using quadratic probing to touch all
Dtest_alloc.toml447 // now fill all but a couple of blocks of the filesystem with data