Lines Matching defs:test0
1788 * Let test0 = test status for combination 'b00 and test1 = test status for 'b01
1791 * if test0 fails and test1 passes, BIT[15:14] is 'b01
1792 * if test0 fails and test1 fails, BIT[15:14] is 'b10
1793 * if test0 passes and test1 fails, BIT[15:14] is 'b11
1794 * if test0 passes and test1 passes, BIT[15:14] is 'b00
1802 bool test0;
1848 /* test0 and test1 are both completed at this point */
1849 test0 = (dep->start_cmd_status == 0);
1852 if (!test0 && test1)
1854 else if (!test0 && !test1)
1856 else if (test0 && !test1)
1858 else if (test0 && test1)