OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:costbasis
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
srec.h
54
costdata
costbasis
; /* cost of best fsmarc_token host */
member in struct:altword_token_t
/external/srec/srec/crec/
srec_tokens.c
279
awtoken->
costbasis
= 0;
srec.c
86
if (batch->
costbasis
== MAXcostdata / 2)
98
if ((bigcostdata)batch->
costbasis
+ awtoken->costdelta > costlimit)
109
if ((bigcostdata)(batch->
costbasis
) + batch->costdelta < costlimit)
130
batch->
costbasis
= MAXcostdata / 2; /* was costdelta */
151
awtoken->
costbasis
= MAXcostdata;
157
awtoken->
costbasis
= MAXcostdata;
165
if (awtoken->
costbasis
> stoken->cost[j])
166
awtoken->
costbasis
= stoken->cost[j];
173
if (awtoken->
costbasis
> ftoken->cost)
174
awtoken->
costbasis
= ftoken->cost
[
all
...]
Completed in 133 milliseconds