Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dpriority_q.c78 wtokenID *ptoken_index; in remove_non_end_word_from_q() local
83 ptoken_index = &(pq->word_token_list); in remove_non_end_word_from_q()
85 while (*ptoken_index != MAXwtokenID) in remove_non_end_word_from_q()
87 token = &(word_token_array[*ptoken_index]); in remove_non_end_word_from_q()
90 old_token_index = *ptoken_index; in remove_non_end_word_from_q()
91 *ptoken_index = token->next_token_index; in remove_non_end_word_from_q()
102 ptoken_index = &(token->next_token_index); in remove_non_end_word_from_q()
194 wtokenID *ptoken_index; in add_word_token_to_priority_q() local
228 ptoken_index = &(pq->word_token_list); in add_word_token_to_priority_q()
231 while ((*ptoken_index) != MAXwordID) in add_word_token_to_priority_q()
[all …]
Dsrec_tokens.h38 void sort_fsmarc_token_list(srec* rec, stokenID* ptoken_index);
Dsrec_tokens.c129 void sort_fsmarc_token_list(srec* rec, stokenID* ptoken_index) in sort_fsmarc_token_list() argument