Searched refs:hist2 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | wi.c | 2862 static int hist2[11]; in wi_cmd_wait() local 2882 hist2[i/10]++; in wi_cmd_wait() 2884 hist2[10]++; in wi_cmd_wait() 2889 hist2[0], hist2[1], hist2[2], hist2[3], hist2[4], in wi_cmd_wait() 2890 hist2[5], hist2[6], hist2[7], hist2[8], hist2[9], in wi_cmd_wait() 2891 hist2[10]); in wi_cmd_wait()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-prof.cc | 191 histogram_value hist2 = gimple_histogram_value (fun, stmt); in gimple_remove_histogram_value() local 192 if (hist == hist2) in gimple_remove_histogram_value() 198 while (hist2->hvalue.next != hist) in gimple_remove_histogram_value() 199 hist2 = hist2->hvalue.next; in gimple_remove_histogram_value() 200 hist2->hvalue.next = hist->hvalue.next; in gimple_remove_histogram_value()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | value-prof.c | 191 histogram_value hist2 = gimple_histogram_value (fun, stmt); in gimple_remove_histogram_value() local 192 if (hist == hist2) in gimple_remove_histogram_value() 198 while (hist2->hvalue.next != hist) in gimple_remove_histogram_value() 199 hist2 = hist2->hvalue.next; in gimple_remove_histogram_value() 200 hist2->hvalue.next = hist->hvalue.next; in gimple_remove_histogram_value()
|