OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_cost_in_q
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/crec/
priority_q.c
46
pq->
max_cost_in_q
= MAXcostdata;
62
pq->
max_cost_in_q
= MAXcostdata;
81
pq->
max_cost_in_q
= MAXcostdata;
93
pq->
max_cost_in_q
= MAXcostdata; /* fix: sep9 */
98
if ((pq->
max_cost_in_q
== MAXcostdata) || (token->cost > pq->
max_cost_in_q
))
100
pq->
max_cost_in_q
= token->cost;
177
ASSERT(pq->
max_cost_in_q
== token->cost);
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"
[
all
...]
/external/srec/srec/include/
srec.h
148
costdata
max_cost_in_q
;
member in struct:priority_q_t
Completed in 131 milliseconds