Searched refs:x2 (Results 1 – 4 of 4) sorted by relevance
/littlefs-latest/scripts/ |
D | plot.py | 328 def line(self, x1, y1, x2, y2, *, argument 333 x2, y2 = self.scale(x2, y2) 336 ex = abs(x2 - x1) 338 dx = +1 if x1 < x2 else -1 347 if x1 == x2 and y1 == y2: 354 if x1 == x2 and y1 == y2: 361 if x2 >= 0 and x2 < self.width and y2 >= 0 and y2 < self.height: 362 self.grid[x2 + y2*self.width] = (color, char) 370 for (x1, y1), (x2, y2) in zip(coords, coords[1:]): 372 self.line(x1, y1, x2, y2, [all …]
|
D | plotmpl.py | 579 x2=False, argument 793 x2_ = s.args.get('x2', False) or x2
|
/littlefs-latest/tests/ |
D | test_evil.toml | 8 defines.INVALSET = [0x3, 0x1, 0x2] 23 (INVALSET & 0x2) ? 0xcccccccc : 0}})) => 0; 31 defines.INVALSET = [0x3, 0x1, 0x2] 58 (INVALSET & 0x2) ? 0xcccccccc : 0}})) => 0; 200 defines.INVALSET = [0x3, 0x1, 0x2] 213 (INVALSET & 0x2) ? 0xcccccccc : 0});
|
D | test_move.toml | 1653 if (RELOCATIONS & 0x2) { 1799 if (RELOCATIONS & 0x2) {
|