HomeSort by relevance Sort by last modified time
    Searched full:crc32 (Results 301 - 325 of 728) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/net/
if_ether.h 97 * Ethernet CRC32 polynomials (big- and little-endian verions).
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/net/
if_ether.h 97 * Ethernet CRC32 polynomials (big- and little-endian verions).
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/net/
if_ether.h 97 * Ethernet CRC32 polynomials (big- and little-endian verions).
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/net/
if_ether.h 97 * Ethernet CRC32 polynomials (big- and little-endian verions).
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/net/
if_ether.h 97 * Ethernet CRC32 polynomials (big- and little-endian verions).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hashlib.py 21 NOTE: If you want the adler32 or crc32 hash functions they are available in
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hashlib.py 21 NOTE: If you want the adler32 or crc32 hash functions they are available in
  /prebuilts/sdk/tools/linux/
zipalign 
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 62 import java.util.zip.CRC32;
760 CRC32 checksum = new CRC32();
    [all...]
  /bootable/recovery/minzip/
Zip.c 341 pEntry->crc32 = get4LE(ptr + CENCRC);
706 *(unsigned long *)crc = crc32(*(unsigned long *)crc, data, dataLen);
719 crc = crc32(0L, Z_NULL, 0);
726 if (crc != (unsigned long)pEntry->crc32) {
728 pEntry->fileNameLen, pEntry->fileName, crc, pEntry->crc32);
    [all...]
  /external/chromium_org/third_party/zlib/
inflate.c 410 /* check function to use adler32() for zlib or crc32() for gzip */
413 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
424 check = crc32(check, hbuf, 2); \
433 check = crc32(check, hbuf, 4); \
632 state->check = crc32(0L, Z_NULL, 0);
730 state->check = crc32(state->check, next, copy);
751 state->check = crc32(state->check, next, copy);
772 state->check = crc32(state->check, next, copy);
794 strm->adler = state->check = crc32(0L, Z_NULL, 0);
    [all...]
  /external/zlib/src/
inflate.c 431 /* check function to use adler32() for zlib or crc32() for gzip */
434 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
445 check = crc32(check, hbuf, 2); \
454 check = crc32(check, hbuf, 4); \
648 state->check = crc32(0L, Z_NULL, 0);
746 state->check = crc32(state->check, next, copy);
767 state->check = crc32(state->check, next, copy);
788 state->check = crc32(state->check, next, copy);
810 strm->adler = state->check = crc32(0L, Z_NULL, 0);
    [all...]
ChangeLog 121 - Avoid library header include in crc32.c for Z_SOLO
334 - Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill]
502 - Correct constant in crc32.c to UL [Leventhal]
    [all...]
make_vms.com 183 $ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" -
184 crc32.c zlib.h zconf.h
429 OBJS = adler32.obj, compress.obj, crc32.obj, gzclose.obj, gzlib.obj\
458 crc32.obj : crc32.c zutil.h zlib.h zconf.h
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 42 import java.util.zip.CRC32;
691 static long checksum(ByteBuffer buf, int size, CRC32 crc) {
713 CRC32 mCRC;
718 mCRC = new CRC32();
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 767 int32 crc = GetDataSize(i) == 0 ? crc32(0, Z_NULL, 0) : crc32s_[i];
    [all...]
simple_index_file.cc 34 return crc32(crc32(0, Z_NULL, 0),
  /external/chromium_org/media/webm/
webm_parser_unittest.cc 173 0xBF, 0x83, 0x00, 0x00, 0x00, // CRC32 (size = 3)
176 0xBF, 0x83, 0x00, 0x00, 0x00, // CRC32 (size = 3)
  /external/libpng/projects/visualc71/
zlib.vcproj 361 RelativePath="..\..\..\zlib\crc32.c">
422 RelativePath="..\..\..\zlib\crc32.h">
  /external/zlib/src/as400/
zlib.inc 420 D crc32 PR 10U 0 extproc('crc32') New checksum
  /external/zlib/src/contrib/delphi/
ZLib.pas 202 {$L crc32.obj}
214 procedure crc32; external; procedure
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 43 long crc = -1; // Needs to be a long to distinguish -1 ("not set") from the 0xffffffff CRC32.
217 throw new IllegalArgumentException("Bad CRC32: " + value);
ZipOutputStream.java 86 private final CRC32 crc = new CRC32();
  /build/tools/zipalign/
ZipEntry.h 180 void setDataInfo(long uncompLen, long compLen, unsigned long crc32,
  /development/ndk/platforms/android-3/include/
zconf.h 42 # define crc32 z_crc32 macro

Completed in 908 milliseconds

<<11121314151617181920>>