Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dsrec.c550 static void prune_fsmnode_tokens(srec *rec, costdata current_prune_thresh, ftokenID not_this_one) in prune_fsmnode_tokens() argument
567 if( token_index!=not_this_one && token->cost >= current_prune_thresh) in prune_fsmnode_tokens()
590 ftokenID not_this_one) in reprune_fsmnode_tokens() argument
596 prune_fsmnode_tokens(rec, current_best_cost+current_prune_delta, not_this_one); in reprune_fsmnode_tokens()
620 prune_fsmnode_tokens(rec, current_best_cost+current_prune_delta, not_this_one); in reprune_fsmnode_tokens()