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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h278 intlist overflow_count; member in struct:unpacker::attr_definitions
286 overflow_count.free();
350 return (idx - flag_limit < (uint)overflow_count.length());
357 return overflow_count.get(idx - flag_limit);
H A Dunpack.cpp1436 idx = flag_limit + overflow_count.length();
1437 overflow_count.add(0); // make a new counter

Completed in 55 milliseconds