Home | History | Annotate | Download | only in common

Lines Matching refs:hCount

1619     int hCount = 0;
1644 hCount += 1;
1655 fprintf(stderr, "Horizontal nodes: %d total, average %f bytes with %f items\n", hCount,
1656 (double)hSize/hCount, (double)hItemCount/hCount);