Searched defs:EF_SIGN (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java440 static final byte EF_SIGN = 1<<0; // INT is signed field in class:Attribute
565 byte flags; // EF_SIGN, etc.
1104 e.flags |= EF_SIGN;
1318 if (loBits < 32 && e.flagTest(EF_SIGN)) {
1421 if (e.flagTest(EF_SIGN))

Completed in 35 milliseconds