Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c428 int cost, rcost; in expand_logical() local
451 rcost = expand_expression(right); in expand_logical()
468 if (rcost < BRANCH_COST) { in expand_logical()
470 rcost -= BRANCH_COST - 1; in expand_logical()
473 return cost + BRANCH_COST + rcost; in expand_logical()