Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.c529 int func_count; in output_listing() local
544 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprofile.c296 long func_count; in get_exec_counts() local
308 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()
H A Dgcov.c613 long func_count; local
625 if (__read_long (&func_count, da_file, 4) != 0)
640 for (i = 0; i < func_count; i++)