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

  /external/zopfli/src/zopfli/
squeeze.c 460 double bestcost = ZOPFLI_LARGE_FLOAT; local
489 if (s->options->verbose_more || (s->options->verbose && cost < bestcost)) {
492 if (cost < bestcost) {
496 bestcost = cost;
  /external/elfutils/0.153/src/
ldgeneric.c 3508 uint64_t bestcost; local
    [all...]

Completed in 127 milliseconds