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

  /external/stressapptest/src/
pattern.cc 341 int weightcount = 0; local
346 weightcount += pattern_array[i].weight[0];
349 weightcount += pattern_array[i].weight[1];
352 weightcount += pattern_array[i].weight[2];
355 weightcount += pattern_array[i].weight[3];
360 weightcount += pattern_array[i].weight[0];
363 weightcount += pattern_array[i].weight[1];
366 weightcount += pattern_array[i].weight[2];
369 weightcount += pattern_array[i].weight[3];
374 weightcount_ = weightcount;
    [all...]

Completed in 2276 milliseconds