Searched refs:pplace_to_add (Results 1 – 1 of 1) sorted by relevance
195 wtokenID *pplace_to_add; in add_word_token_to_priority_q() local229 pplace_to_add = NULL; in add_word_token_to_priority_q()258 if (token->cost < cost_to_add && pplace_to_add == NULL) in add_word_token_to_priority_q()260 pplace_to_add = ptoken_index; in add_word_token_to_priority_q()265 if (!pplace_to_add) in add_word_token_to_priority_q()266 pplace_to_add = ptoken_index; in add_word_token_to_priority_q()269 token_index = *pplace_to_add; in add_word_token_to_priority_q()270 *pplace_to_add = token_index_to_add; in add_word_token_to_priority_q()273 if (pplace_to_add == &pq->word_token_list && pq->num_in_q >= pq->max_in_q) in add_word_token_to_priority_q()