Searched refs:x2 (Results 1 – 4 of 4) sorted by relevance
/bootable/libbootloader/gbl/libstorage/src/ |
D | lib.rs | 1022 ($name:ident, $x0:expr, $x1:expr, $x2:expr, $x3:expr, $x4:expr, $x5:expr) => { 1028 read_test_helper(&TestCase::new($x0, $x1, $x2, $x3, $x4, $x5)); 1034 let (x0, x1, x2, x3, x4, x5) = 1035 (2 * $x0, 2 * $x1, 2 * $x2, 2 * $x3, 2 * $x4, 2 * $x5); 1036 read_test_helper(&TestCase::new(x0, x1, x2, x3, x4, x5)); 1047 write_test_helper(&TestCase::new($x0, $x1, $x2, $x3, $x4, $x5), func); 1053 let (x0, x1, x2, x3, x4, x5) = 1054 (2 * $x0, 2 * $x1, 2 * $x2, 2 * $x3, 2 * $x4, 2 * $x5); 1060 write_test_helper(&TestCase::new(x0, x1, x2, x3, x4, x5), func);
|
/bootable/recovery/minui/ |
D | graphics.cpp | 282 void gr_fill(int x1, int y1, int x2, int y2) { in gr_fill() argument 286 x2 += overscan_offset_x; in gr_fill() 289 if (outside(x1, y1) || outside(x2 - 1, y2 - 1)) return; in gr_fill() 297 for (int x = x1; x < x2; ++x) { in gr_fill()
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 137 void gr_fill(int x1, int y1, int x2, int y2);
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 4257 J+<(� ���9n�,8&$0x2>|�'(�Gߘ� N*��:)�R}TH(O���Or 4725 …Y^Q����NJ���v~�G?�C�����X;T.*3|��P�����ǿ�I�����7OE�"7��,�`D��zJ� �x2|�r�U�E>n�<��8>���PE�…
|