OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:word_priority_q
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/crec/
srec_initialize.c
116
rec->
word_priority_q
= allocate_priority_q(num_wordends_per_frame);
221
free_priority_q(rec->
word_priority_q
);
srec.c
179
|| rec->altword_token_freelist_len < 2*rec->
word_priority_q
->max_in_q)
271
#define SIZEWISE_THRESH (rec->
word_priority_q
->max_in_q)
272
#define SIZEWISE_TARGET (rec->
word_priority_q
->max_in_q*4/5)
501
if (num_free_wtokens < 2*rec->
word_priority_q
->max_in_q)
759
token_id_to_remove = add_word_token_to_priority_q(rec->
word_priority_q
, wtoken_index, rec->word_token_array);
767
*pcurrent_word_threshold = get_priority_q_threshold(rec->
word_priority_q
, rec->word_token_array);
[
all
...]
word_lattice.c
541
ASSERT(rec->
word_priority_q
->max_in_q < MAX_WTOKENS_AT_FRAME);
/external/srec/srec/include/
srec.h
165
1
word_priority_q
197
priority_q *
word_priority_q
; /*used to keep track of new word in frame*/
member in struct:srec_t
Completed in 9392 milliseconds