Searched refs:histp (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c233 register histptr histp; local
243 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
247 if (++(*histp) <= 0)
248 (*histp)--;
323 histptr histp; local
336 histp = & histogram[c0][c1][c2min];
338 if (*histp++ != 0) {
347 histp = & histogram[c0][c1][c2min];
349 if (*histp++ != 0) {
358 histp
510 histptr histp; local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DHistogram.java398 int histp = 0; // cursor into hist2col (increasing count, value)
408 long countAndValue = hist2col[histp++];
414 assert(histp == hist2col.length);

Completed in 34 milliseconds