HomeSort by: relevance | last modified time | path
    Searched defs:hist2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
value-prof.cc 191 histogram_value hist2 = gimple_histogram_value (fun, stmt); local
192 if (hist == hist2)
198 while (hist2->hvalue.next != hist)
199 hist2 = hist2->hvalue.next;
200 hist2->hvalue.next = hist->hvalue.next;
  /src/external/gpl3/gcc.old/dist/gcc/
value-prof.cc 191 histogram_value hist2 = gimple_histogram_value (fun, stmt); local
192 if (hist == hist2)
198 while (hist2->hvalue.next != hist)
199 hist2 = hist2->hvalue.next;
200 hist2->hvalue.next = hist->hvalue.next;
  /src/sys/dev/ic/
wi.c 2862 static int hist2[11]; local
2882 hist2[i/10]++;
2884 hist2[10]++;
2887 printf("%s: hist2: %d %d %d %d %d %d %d %d %d %d %d\n",
2889 hist2[0], hist2[1], hist2[2], hist2[3], hist2[4],
2890 hist2[5], hist2[6], hist2[7], hist2[8], hist2[9]
    [all...]

Completed in 26 milliseconds