Home
last modified time | relevance | path

Searched refs:other (Results 1 – 19 of 19) sorted by relevance

/littlefs-3.7.0-3.6.0/scripts/
Dcov.py73 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 …]
Dsummary.py89 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 …]
Dplotmpl.py340 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 …]
Dplot.py594 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 …]
Dstack.py64 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 …]
Dstructs.py69 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 …]
Ddata.py73 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 …]
Dcode.py73 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 …]
Dperf.py82 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 …]
Dperfbd.py73 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 …]
Dreadmdir.py160 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)
Dtracebd.py248 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/
Dtest_compat.toml457 // 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
Dtest_badblocks.toml242 # other corner cases
Dtest_entries.toml3 # still pass with other inline sizes but wouldn't be testing anything.
/littlefs-3.7.0-3.6.0/
DSPEC.md98 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
DDESIGN.md20 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 …]
DLICENSE.md11 other materials provided with the distribution.
DREADME.md232 safety and other guarantees.