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

  /external/chromium_org/courgette/
adjustment_method_2.cc 699 int score_a = Scorer(a); local
701 if (score_a > score_b) return true;
702 if (score_a < score_b) return false;
    [all...]

Completed in 178 milliseconds