Searched refs:GETSIG (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c145 if (GETSIG(eb) == ENDSIG)
169 * fast fail, because the GETSIG macro isn't always cheap. The
174 if ((*cp == (ENDSIG & 0xFF)) && (GETSIG(cp) == ENDSIG) &&
283 while (GETSIG(p) == CENSIG) {
330 if (GETSIG(locbuf) != LOCSIG) {
H A Dmanifest_info.h54 #define GETSIG(b) LG(b, 0) macro
/openjdk7/jdk/src/solaris/bin/
H A Djexec.c316 if (GETSIG(buf) == LOCSIG) {
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java203 static final long GETSIG(byte[] b) { method in class:ZipConstants
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h69 #define GETSIG(b) LG(b, 0) macro
H A Dzip_util.c293 GETSIG(buf) == CENSIG &&
295 GETSIG(buf) == LOCSIG);
683 if (GETSIG(cp) != CENSIG)
836 if (GETSIG(errbuf) == LOCSIG)
1265 if (GETSIG(loc) != LOCSIG) {

Completed in 41 milliseconds