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

  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 92 unsigned LastCost = ~0u;
110 if (Cost != LastCost)
113 LastCost = Cost;
123 if (Cost != LastCost)
126 LastCost = Cost;
  /external/zopfli/src/zopfli/
squeeze.c 461 double lastcost = 0; local
508 if (i > 5 && cost == lastcost) {
514 lastcost = cost;

Completed in 731 milliseconds