Home
last modified time | relevance | path

Searched refs:n_blocks_in_func (Results 1 – 1 of 1) sorted by relevance

/external/dbus/test/
Ddecode-gcov.c327 long n_blocks_in_func; in dump_bbg_file() local
362 n_blocks_in_func = val; in dump_bbg_file()
370 n_blocks_in_func, n_arcs_in_func); in dump_bbg_file()
373 n_blocks += n_blocks_in_func; in dump_bbg_file()
377 while (j < n_blocks_in_func) in dump_bbg_file()
420 if (j < n_blocks_in_func) in dump_bbg_file()
760 long n_blocks_in_func; in get_functions_from_bbg() local
784 n_blocks_in_func = val; in get_functions_from_bbg()
794 n_blocks += n_blocks_in_func; in get_functions_from_bbg()
807 func->block_graph = dbus_new0 (Block, n_blocks_in_func); in get_functions_from_bbg()
[all …]