Home | History | Annotate | Download | only in heap

Lines Matching refs:other_value

227                            LANE_TYPE other_value) {
229 // other_value without disturbing the other lanes.
234 value->set_lane(i, other_value); // change the value
239 CHECK_EQ(other_value, value->get_lane(j));