/littlefs-3.7.0-3.6.0/scripts/ |
D | cov.py | 73 def diff_diff(self, other): argument 75 old = other.x if other else 0 84 def ratio(self, other): argument 86 old = other.x if other else 0 100 def __add__(self, other): argument 101 return self.__class__(self.x + other.x) 103 def __sub__(self, other): argument 104 return self.__class__(self.x - other.x) 106 def __mul__(self, other): argument 107 return self.__class__(self.x * other.x) [all …]
|
D | summary.py | 89 def diff_diff(self, other): argument 91 old = other.x if other else 0 100 def ratio(self, other): argument 102 old = other.x if other else 0 116 def __add__(self, other): argument 117 return self.__class__(self.x + other.x) 119 def __sub__(self, other): argument 120 return self.__class__(self.x - other.x) 122 def __mul__(self, other): argument 123 return self.__class__(self.x * other.x) [all …]
|
D | plotmpl.py | 340 def merge(self, other, dir): argument 344 other_xweights = other.xweights 368 for j in range(len(other.yweights)): 369 other_map[(new_i, j)] = other.map[(other_i, j)] 370 for s in other.subplots: 384 for j in range(len(other.yweights)): 385 other_map[(new_i, j)] = other.map[(other_i, j)] 403 for j in range(len(other.yweights)): 404 other_map[(new_i, j)] = other.map[(other_i, j)] 415 other_h = sum(other.yweights) [all …]
|
D | plot.py | 594 def merge(self, other, dir): argument 598 other_xweights = other.xweights 622 for j in range(len(other.yweights)): 623 other_map[(new_i, j)] = other.map[(other_i, j)] 624 for s in other.subplots: 638 for j in range(len(other.yweights)): 639 other_map[(new_i, j)] = other.map[(other_i, j)] 657 for j in range(len(other.yweights)): 658 other_map[(new_i, j)] = other.map[(other_i, j)] 669 other_h = sum(other.yweights) [all …]
|
D | stack.py | 64 def diff_diff(self, other): argument 66 old = other.x if other else 0 75 def ratio(self, other): argument 77 old = other.x if other else 0 91 def __add__(self, other): argument 92 return self.__class__(self.x + other.x) 94 def __sub__(self, other): argument 95 return self.__class__(self.x - other.x) 97 def __mul__(self, other): argument 98 return self.__class__(self.x * other.x) [all …]
|
D | structs.py | 69 def diff_diff(self, other): argument 71 old = other.x if other else 0 80 def ratio(self, other): argument 82 old = other.x if other else 0 96 def __add__(self, other): argument 97 return self.__class__(self.x + other.x) 99 def __sub__(self, other): argument 100 return self.__class__(self.x - other.x) 102 def __mul__(self, other): argument 103 return self.__class__(self.x * other.x) [all …]
|
D | data.py | 73 def diff_diff(self, other): argument 75 old = other.x if other else 0 84 def ratio(self, other): argument 86 old = other.x if other else 0 100 def __add__(self, other): argument 101 return self.__class__(self.x + other.x) 103 def __sub__(self, other): argument 104 return self.__class__(self.x - other.x) 106 def __mul__(self, other): argument 107 return self.__class__(self.x * other.x) [all …]
|
D | code.py | 73 def diff_diff(self, other): argument 75 old = other.x if other else 0 84 def ratio(self, other): argument 86 old = other.x if other else 0 100 def __add__(self, other): argument 101 return self.__class__(self.x + other.x) 103 def __sub__(self, other): argument 104 return self.__class__(self.x - other.x) 106 def __mul__(self, other): argument 107 return self.__class__(self.x * other.x) [all …]
|
D | perf.py | 82 def diff_diff(self, other): argument 84 old = other.x if other else 0 93 def ratio(self, other): argument 95 old = other.x if other else 0 109 def __add__(self, other): argument 110 return self.__class__(self.x + other.x) 112 def __sub__(self, other): argument 113 return self.__class__(self.x - other.x) 115 def __mul__(self, other): argument 116 return self.__class__(self.x * other.x) [all …]
|
D | perfbd.py | 73 def diff_diff(self, other): argument 75 old = other.x if other else 0 84 def ratio(self, other): argument 86 old = other.x if other else 0 100 def __add__(self, other): argument 101 return self.__class__(self.x + other.x) 103 def __sub__(self, other): argument 104 return self.__class__(self.x - other.x) 106 def __mul__(self, other): argument 107 return self.__class__(self.x * other.x) [all …]
|
D | readmdir.py | 160 def __lt__(self, other): argument 161 return (self.id, self.type) < (other.id, other.type) 266 def __lt__(self, other): argument 268 if not self or not other: 269 return bool(other) 272 return not ((other.rev - self.rev) & 0x80000000)
|
D | tracebd.py | 248 def __or__(self, other): argument 250 (int(self) | int(other)) & 7, 251 wear=max(self.wear, other.wear))
|
/littlefs-3.7.0-3.6.0/tests/ |
D | test_compat.toml | 457 // skip the other half but keep our prng reproducible 482 // write the other half 582 // skip the other half but keep our prng reproducible 607 // write the other half 1064 // skip the other half but keep our prng reproducible 1086 // write the other half 1184 // skip the other half but keep our prng reproducible 1206 // write the other half
|
D | test_badblocks.toml | 242 # other corner cases
|
D | test_entries.toml | 3 # still pass with other inline sizes but wouldn't be testing anything.
|
/littlefs-3.7.0-3.6.0/ |
D | SPEC.md | 98 2. **CRC (32-bits)** - Detects corruption from power-loss or other write 325 Currently, the name tag must precede any other tags associated with the id and 372 purpose as a superblock found in other filesystems, in littlefs the superblock 456 Any type of struct supersedes all other structs associated with the id. For 641 Currently any type supersedes any other preceding tails in the metadata pair, 744 should be completed (the source should be deleted) before any other write
|
D | DESIGN.md | 20 than other filesystems, and the design decisions that got us here. For the 32 nuance. Unlike other forms of storage, writing to flash requires two 71 however they often share and borrow feature from each other. If we look at 185 [btrfs] and [ZFS]. These are very similar to other block based filesystems, 254 mutually solve each other's limitations. 315 other operations. 354 use a 32-bit [CRC][wikipedia-crc]. Maintaining redundancy, on the other hand, 410 Compared to other filesystems, littlefs's garbage collector is relatively 597 blocks just requires adding the new block and no other blocks need to be 1182 Read errors, on the other hand, are quite a bit more complicated. We don't have [all …]
|
D | LICENSE.md | 11 other materials provided with the distribution.
|
D | README.md | 232 safety and other guarantees.
|