Home
last modified time | relevance | path

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

/iconv/
A Dgconv_db.c76 int cost_hi; member
525 int cost_hi = runp->cost_hi + current->cost_hi; in find_derivation() local
549 else if (step->cost_hi > cost_hi in find_derivation()
550 || (step->cost_hi == cost_hi in find_derivation()
557 step->cost_hi = cost_hi; in find_derivation()
587 else if (step->cost_hi > cost_hi in find_derivation()
588 || (step->cost_hi == cost_hi in find_derivation()
615 step->cost_hi = hi; in find_derivation()
624 step->cost_hi = (step->code->cost_hi in find_derivation()
664 if (solution2->cost_hi < solution->cost_hi in find_derivation()
[all …]
A Dgconv_conf.c70 .cost_hi = Cost, \
211 if (newp->cost_hi < root->cost_hi in insert_module()
212 || (newp->cost_hi == root->cost_hi in insert_module()
254 int cost_hi; in add_module() local
285 cost_hi = 1; in add_module()
293 cost_hi = strtol (rp, &endp, 10); in add_module()
294 if (rp == endp || cost_hi < 1) in add_module()
296 cost_hi = 1; in add_module()
334 new_module->cost_hi = cost_hi; in add_module()
A Dgconv_int.h66 int cost_hi; member

Completed in 10 milliseconds