Searched refs:expected_rifs (Results 1 – 7 of 7) sorted by relevance
72 local expected_rifs=$((rifs_occ_t0 + 1))74 ((expected_rifs == rifs_occ_t1))88 local expected_rifs=$((rifs_occ_t0 - 1))90 ((expected_rifs == rifs_occ_t1))106 ((expected_rifs == rifs_occ_t1))120 local expected_rifs=$((rifs_occ_t0))122 ((expected_rifs == rifs_occ_t1))131 local expected_rifs=$((rifs_occ_t0))133 ((expected_rifs == rifs_occ_t2))153 ((expected_rifs == rifs_occ_t1))[all …]
60 local expected_rifs=$((rifs_occ_t0 + 1))62 ((expected_rifs == rifs_occ_t1))63 check_err $? "Expected $expected_rifs RIFs, $rifs_occ_t1 are used"76 local expected_rifs=$((rifs_occ_t0 - 1))78 ((expected_rifs == rifs_occ_t1))94 local expected_rifs=$((rifs_occ_t0 + 1))96 ((expected_rifs == rifs_occ_t1))110 local expected_rifs=$((rifs_occ_t0))112 ((expected_rifs == rifs_occ_t1))121 local expected_rifs=$((rifs_occ_t0))[all …]
70 local expected_rifs=$((rifs_occ_t0 + 2))72 ((expected_rifs == rifs_occ_t1))73 check_err $? "Expected $expected_rifs RIFs, $rifs_occ_t1 are used"86 local expected_rifs=$((rifs_occ_t0 - 2))88 ((expected_rifs == rifs_occ_t1))104 local expected_rifs=$((rifs_occ_t0 + 2))106 ((expected_rifs == rifs_occ_t1))120 local expected_rifs=$((rifs_occ_t0))122 ((expected_rifs == rifs_occ_t1))131 local expected_rifs=$((rifs_occ_t0 - 1))[all …]
182 expected_rifs=$((rifs_occ_t0 + 1))184 [[ $expected_rifs -eq $rifs_occ_t1 ]]185 check_err $? "Expected $expected_rifs RIFs, $rifs_occ_t1 are used"
183 expected_rifs=$((rifs_occ_t0 + 1))185 [[ $expected_rifs -eq $rifs_occ_t1 ]]186 check_err $? "Expected $expected_rifs RIFs, $rifs_occ_t1 are used"
177 expected_rifs=$((rifs_occ_t0 + 1))179 [[ $expected_rifs -eq $rifs_occ_t1 ]]180 check_err $? "Expected $expected_rifs RIFs, $rifs_occ_t1 are used"
231 expected_rifs=$((rifs_occ_t0 + 1))233 [[ $expected_rifs -eq $rifs_occ_t1 ]]234 check_err $? "Expected $expected_rifs RIFs, $rifs_occ_t1 are used"
Completed in 9 milliseconds