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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dcrc32.c0 /* crc32.c -- compute the CRC-32 of a data stream
124 * This function can be used by asm versions of crc32()
141 uLong ZEXPORT crc32(crc, buf, len) function
H A Dzcrc32.c11 /* crc32.c -- compute the CRC-32 of a data stream
134 * This function can be used by asm versions of crc32()
151 uLong ZEXPORT crc32(crc, buf, len) function
H A Dzconf.h36 # define crc32 z_crc32 macro
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/
H A DByteCodeEnhancerHelper.java129 CRC32 crc32 = new CRC32 ();
151 modifyZipEntry (out_entry, bytes, crc32);
238 * @param crc32 The checksum evaluator.
243 CRC32 crc32)
249 crc32.reset ();
250 crc32.update (bytes);
251 entry.setCrc (crc32.getValue ());
241 modifyZipEntry(ZipEntry entry, byte [] bytes, CRC32 crc32) argument

Completed in 178 milliseconds