Home
last modified time | relevance | path

Searched full:_ (Results 1 – 6 of 6) sorted by relevance

/littlefs-2.7.6/
D.travis.yml14 _: &install-common
24 _: &test-example
34 _: &test-default
38 _: &test-nor
41 _: &test-emmc
44 _: &test-nand
48 _: &test-no-intrinsics
50 _: &test-no-inline
52 _: &test-byte-writes
54 _: &test-block-cycles
[all …]
DDESIGN.md135 1. _O(n²)_ runtime
136 2. _O(n)_ RAM
238 Consider logging. It has either a _O(n²)_ runtime or _O(n)_ RAM cost. We
242 complexity is _O(1)_ by bounding the input.
494 one time cost (_O(n²)_ for littlefs), but also depends on how often
538 giving us an amortized runtime complexity of _O(1)_.
545 entry has a worst case runtime complexity of _O(nm)_. For _updating_ a specific
546 entry, the worst case complexity is _O(nm²)_, with an amortized complexity
547 of only _O(nm)_.
613 over a file _in order_ has a runtime cost of _O(n²)_. A quadratic runtime
[all …]
DSPEC.md498 2‍_ˣ_, that block contains a pointer to block _n_-2‍_ˣ_.
DREADME.md239 _O(|address|)_ pointer structure stored on each block and in RAM.
/littlefs-2.7.6/scripts/
Dexplode_asserts.py10 ASSERT = "__{PREFIX}_ASSERT_{TYPE}_{COMP}"
48 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
70 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
103 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh, size)
124 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
Dtest.py109 suite=None, caseno=None, lineno=None, **_): argument
136 def permute(self, class_=None, defines={}, permno=None, **_): argument
146 def build(self, f, **_): argument
577 k, v, *_ = define.split('=', 2) + ['']