OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arc_count
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpp/
callgraph_container.cpp
288
count_array_t const &
arc_count
)
295
data.callees[*callee] +=
arc_count
;
299
callee_data.callers[caller] +=
arc_count
;
561
count_array_t
arc_count
;
local
562
arc_count
[pclass] =
565
recorder.add(caller.sym, &callee.sym,
arc_count
);
/external/dbus/test/
decode-gcov.c
617
dbus_int64_t
arc_count
;
member in struct:Arc
992
current_arc->
arc_count
= v64;
1088
current_arc->
arc_count
= val;
1163
total += arc->
arc_count
;
1173
total += arc->
arc_count
;
1188
total += arc->
arc_count
;
1199
arc->
arc_count
= total;
1212
total += arc->
arc_count
;
1223
arc->
arc_count
= total;
[
all
...]
Completed in 656 milliseconds