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

  /external/srec/srec/crec/
priority_q.c 49 pq->num_in_q = 0;
64 pq->num_in_q = 0;
82 pq->num_in_q = 0;
97 pq->num_in_q++;
173 ASSERT(n == pq->num_in_q);
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)
216 printf("WORDADD PQ - rejecting because cost too high cost_to_add(%d) max_cost_in_q(%d) num_in_q(%d)\n",
217 cost_to_add, pq->max_cost_in_q, pq->num_in_q);
272 pq->num_in_q++
    [all...]
  /external/srec/srec/include/
srec.h 149 miscdata num_in_q; member in struct:priority_q_t

Completed in 369 milliseconds