Searched refs:func_count (Results 1 – 3 of 3) sorted by relevance
529 int func_count; in output_listing() local544 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing()547 func_count++; in output_listing()550 if (func_count != 0) { in output_listing()551 func_values = (int *)malloc(func_count * sizeof(int)); in output_listing()557 func_count--; in output_listing()567 cur_func = SLIST_NEXT(cur_func, links), func_count--) { in output_listing()581 func_values[func_count] = 1; in output_listing()584 func_values[func_count] = 0; in output_listing()
296 long func_count; in get_exec_counts() local308 if (__read_long (&func_count, da_file, 4) != 0) in get_exec_counts()328 for (i = 0; i < func_count; i++) in get_exec_counts()
613 long func_count; local625 if (__read_long (&func_count, da_file, 4) != 0)640 for (i = 0; i < func_count; i++)