Home
last modified time | relevance | path

Searched refs:wcost (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c438 register COST wcost, best; in fmt_paragraph() local
460 wcost = line_cost (w, len) + w->best_cost; in fmt_paragraph()
462 wcost += RAGGED_COST (len - last_line_length); in fmt_paragraph()
463 if (wcost < best) in fmt_paragraph()
465 best = wcost; in fmt_paragraph()