Searched refs:u32 (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/test/tools/launcher/6842838/ |
H A D | CreateBadJar.java | 92 if (u32(good, cenpos) != CENSIG) throw new RuntimeException("Where's CENSIG?"); 135 if (u32(bytes, pos) != CENSIG) throw new RuntimeException ("entry not found in CEN or premature end..."); 137 int csize = u32(bytes, pos+0x14); // +0x14 1 dword csize 138 int uncompsize = u32(bytes, pos+0x18); // +0x18 1 dword uncomp size 143 int offset = u32(bytes, pos+0x2a); // +0x2a chars of filename 163 static int u32(byte[] data, int offset) { method in class:CreateBadJar
|
/openjdk7/jdk/src/share/native/sun/awt/medialib/ |
H A D | mlib_types.h | 95 mlib_u32 u32[2]; member in union:__anon785 124 mlib_u32 u32[2]; member in union:__anon787
|
/openjdk7/jdk/test/java/util/zip/ZipFile/ |
H A D | CorruptedZipFiles.java | 68 if (u32(good, endpos) != ENDSIG) fail("Where's ENDSIG?"); 69 if (u32(good, cenpos) != CENSIG) fail("Where's CENSIG?"); 70 if (u32(good, locpos) != LOCSIG) fail("Where's LOCSIG?"); 189 static int u32(byte[] data, int offset) { method in class:CorruptedZipFiles
|
Completed in 24 milliseconds