Home
last modified time | relevance | path

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

/coreutils/src/
Dfmt.c85 #define ORPHAN_COST(n) (EQUIV (150) / ((n) + 2)) macro
944 cost += ORPHAN_COST (this->length); in base_cost()