Searched defs:overflow_count (Results 1 - 1 of 1) 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);

Completed in 226 milliseconds