HomeSort by relevance Sort by last modified time
    Searched refs:priority_q (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/include/
srec.h 152 priority_q; typedef in typeref:struct:priority_q_t
197 priority_q *word_priority_q; /*used to keep track of new word in frame*/
323 priority_q* allocate_priority_q(int max_n);
324 void free_priority_q(priority_q* pq);
325 void clear_priority_q(priority_q *pq);
326 wtokenID get_word_token_list(priority_q *pq, word_token *word_token_array);
327 wtokenID add_word_token_to_priority_q(priority_q *pq, wtokenID token_index_to_add, word_token *word_token_array);
328 void remove_non_end_word_from_q(srec *rec, priority_q *pq, word_token *word_token_array, nodeID end_node);
329 costdata get_priority_q_threshold(priority_q *pq, word_token *word_token_array);
  /external/srec/srec/crec/
priority_q.c 2 * priority_q.c *
40 /*allocates priority_q to han le max_n entries*/
41 priority_q* allocate_priority_q(int max_n)
43 priority_q *pq;
45 pq = (priority_q*) CALLOC(1, sizeof(priority_q), "search.srec.priority_q");
53 void free_priority_q(priority_q* pq)
58 /*empties out priority_q*/
60 void clear_priority_q(priority_q *pq
    [all...]
  /external/srec/srec/ca/
Android.mk 56 ../crec/priority_q.c \

Completed in 42 milliseconds