HomeSort by relevance Sort by last modified time
    Searched full:stop_condition (Results 1 - 1 of 1) sorted by null

  /external/valgrind/unittest/
linear_solver.h 253 bool stop_condition = false; local
257 while (stop_condition == false) {
283 stop_condition = true;
286 } while (new_distance >= prev_distance && !stop_condition);
294 if (stop_condition == false)
296 stop_condition = true;
301 stop_condition = false;

Completed in 65 milliseconds