Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c60 #define SHORT_COST(n) EQUIV ((n) * 10) macro
63 #define RAGGED_COST(n) (SHORT_COST (n) / 2)
523 cost = SHORT_COST (n); in line_cost()