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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbands.cpp247 if (hist0 == null) {
249 hist0 = U_NEW(int, (HIST0_MAX - HIST0_MIN)+1);
254 hist0[x - HIST0_MIN] += 1;
258 return hist0[tag - HIST0_MIN];
H A Dbands.h48 int* hist0; // approximate. histogram member in struct:band
57 // Note: EK_CASE elements use hist0 to record union tags.
58 #define le_casetags hist0

Completed in 33 milliseconds