Searched defs:n_arcs_in_func (Results 1 - 1 of 1) sorted by relevance

/external/dbus/test/
H A Ddecode-gcov.c328 long n_arcs_in_func; local
364 if (!string_get_int (contents, i, &n_arcs_in_func))
370 n_blocks_in_func, n_arcs_in_func);
374 n_arcs += n_arcs_in_func;
761 long n_arcs_in_func; local
788 if (!string_get_int (contents, i, &n_arcs_in_func))
795 n_arcs += n_arcs_in_func;

Completed in 202 milliseconds