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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h277 int flag_count[X_ATTR_LIMIT_FLAGS_HI]; member in struct:unpacker::attr_definitions
331 // Return flag_count if idx is predef and not redef, else zero.
355 return flag_count[idx];
H A Dunpack.cpp2188 return isPredefined(idx) ? flag_count[idx] : 0;
2222 ad.flag_count[idx] += (int)(indexBits & 1);

Completed in 42 milliseconds