OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currCost
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/callgrind/
dump.c
785
AddrCost *
currCost
, *newCost;
796
currCost
= &(ccSum[currSum]);
814
(newCost->p.line !=
currCost
->p.line) ||
815
(newCost->p.file !=
currCost
->p.file)) {
817
if (!CLG_(is_zero_cost)( CLG_(sets).full,
currCost
->cost )) {
820
fprint_apos(fd, &(
currCost
->p), last, bbcc->cxt->fn[0]->file);
821
fprint_fcost(fd,
currCost
, last);
826
currCost
= &(ccSum[currSum]);
831
(*CLG_(cachesim).add_icost)(
currCost
->cost, bbcc, instr_info, ecounter);
842
if (!CLG_(is_zero_cost)( CLG_(sets).full,
currCost
->cost ))
[
all
...]
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java
[
all
...]
Completed in 49 milliseconds