OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_zero_cost
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/callgrind/
dump.c
584
CLG_ASSERT(CLG_(
is_zero_cost
)( CLG_(sets).full, jcc->cost));
651
if (!CLG_(
is_zero_cost
)( CLG_(sets).full, jcc->cost)) {
718
if (!CLG_(
is_zero_cost
)( CLG_(sets).full, currCost->cost )) {
739
(!CLG_(
is_zero_cost
)( CLG_(sets).full, jcc->cost )))
743
if (!CLG_(
is_zero_cost
)( CLG_(sets).full, currCost->cost )) {
753
(!CLG_(
is_zero_cost
)( CLG_(sets).full, jcc->cost )))
772
(!CLG_(
is_zero_cost
)( CLG_(sets).full, jcc->cost )))
777
!CLG_(
is_zero_cost
)(CLG_(sets).full, bbcc->skipped)) ||
780
if (!CLG_(
is_zero_cost
)( CLG_(sets).full, currCost->cost )) {
791
if (bbcc->skipped && !CLG_(
is_zero_cost
)( CLG_(sets).full
[
all
...]
events.h
92
Bool CLG_(
is_zero_cost
)(EventSet*,ULong*);
events.c
228
Bool CLG_(
is_zero_cost
)(EventSet* es, ULong* cost)
function
Completed in 53 milliseconds