Home | History | Annotate | Download | only in collationperf

Lines Matching refs:gCount

210 int            gCount;
277 gCount++;
284 gCount++;
294 gCount++;
304 gCount++;
312 gCount++;
320 gCount++;
328 gCount++;
466 gCount = 0;
508 gCount++;
548 gCount++;
559 gCount++;
598 gCount++;
615 gCount++;
649 gCount++;
661 gCount++;
678 int ns = (int)(float(1000000) * (float)elapsedTime / (float)gCount);
680 printf("binary search: total # of string compares = %d\n", gCount);
681 printf("binary search: compares per loop = %d\n", gCount / loops);
708 gCount = 0;
762 int ns = (int)(float(1000000) * (float)elapsedTime / (float)gCount);
764 printf("qsort: total # of string compares = %d\n", gCount);
839 gCount = 0;
848 gCount++;
876 int ns = (int)(float(1000000) * (float)elapsedTime / (float)gCount);
907 gCount = 0;
929 gCount++;
973 printf("gCount %d\n", gCount);
974 ns = (int)(float(1000000) * (float)elapsedTime / (float)gCount);
1002 gCount = 0;
1011 gCount ++;
1040 int ns = (int)(float(1000000) * (float)elapsedTime / (float)gCount);
1071 gCount = 0;
1092 gCount ++;
1135 printf("gCount %d\n", gCount);
1136 ns = (int)(float(1000000) * (float)elapsedTime / (float)gCount);