HomeSort by relevance Sort by last modified time
    Searched full:max_in_q (Results 1 - 4 of 4) sorted by null

  /external/srec/srec/crec/
priority_q.c 48 pq->max_in_q = (miscdata)max_n;
174 if (pq->num_in_q == pq->max_in_q)
213 if (cost_to_add >= pq->max_cost_in_q && pq->num_in_q >= pq->max_in_q)
273 if (pplace_to_add == &pq->word_token_list && pq->num_in_q >= pq->max_in_q)
290 if (pq->num_in_q > pq->max_in_q)
305 if (pq->num_in_q >= pq->max_in_q)
312 { /* pq->num_in_q < pq->max_in_q, fixed sep9 */
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)
281 /* if the linked list is shorter than max_in_q we're fine */
501 if (num_free_wtokens < 2*rec->word_priority_q->max_in_q)
    [all...]
word_lattice.c 541 ASSERT(rec->word_priority_q->max_in_q < MAX_WTOKENS_AT_FRAME);
  /external/srec/srec/include/
srec.h 150 miscdata max_in_q; member in struct:priority_q_t

Completed in 611 milliseconds