OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newCost
(Results
1 - 2
of
2
) sorted by null
/external/zopfli/src/zopfli/
squeeze.c
273
double
newCost
= costs[j] + costmodel(in[i], 0, costcontext);
274
assert(
newCost
>= 0);
275
if (
newCost
< costs[j + 1]) {
276
costs[j + 1] =
newCost
;
282
double
newCost
;
288
newCost
= costs[j] + costmodel(k, sublen[k], costcontext);
289
assert(
newCost
>= 0);
290
if (
newCost
< costs[j + k]) {
292
costs[j + k] =
newCost
;
/external/valgrind/callgrind/
dump.c
686
AddrCost *currCost, *
newCost
;
698
newCost
= &(ccSum[1-currSum]);
709
&(
newCost
->p))) {
711
newCost
->p.file = bbcc->cxt->fn[0]->file;
715
(
newCost
->p.line != currCost->p.line) ||
716
(
newCost
->p.file != currCost->p.file)) {
728
newCost
= &(ccSum[1-currSum]);
[
all
...]
Completed in 504 milliseconds