Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c74 #define ORPHAN_COST(n) (EQUIV (150) / ((n) + 2)) macro
506 cost += ORPHAN_COST (this->length); in base_cost()