Home | History | Annotate | Download | only in jdiff

Lines Matching defs:hist

203         int[] hist = new int[101];
205 hist[i] = 0;
212 hist[bucket]++;
236 total += hist[i];
239 if (hist[i] != 0) {
242 h_.writeText(" <TD>" + (hist[i]/total) + "</TD>");
243 h_.writeText(" <TD><img alt=\"|\" src=\"../black.gif\" height=20 width=" + (hist[i]*300/total) + "></TD>");
250 if (hist[i] != 0) {
251 h_.writeText(i + "," + (hist[i]/total));
290 int[] hist = new int[101];
292 hist[i] = 0;
299 hist[bucket]++;
327 total += hist[i];
330 if (hist[i] != 0) {
333 h_.writeText(" <TD>" + (hist[i]/total) + "</TD>");
334 h_.writeText(" <TD><img alt=\"|\" src=\"../black.gif\" height=20 width=" + (hist[i]*300/total) + "></TD>");
341 if (hist[i] != 0) {
342 h_.writeText(i + "," + (hist[i]/total));