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

1 2 3 4 5 6 7 891011>>

  /external/elfutils/lib/
system.h 63 extern uint32_t crc32 (uint32_t crc, unsigned char *buf, size_t len);
  /external/elfutils/libdwfl/
libdwfl_crc32_file.c 54 #define crc32 __libdwfl_crc32 macro
  /external/zlib/src/contrib/delphi/
readme.txt 46 - Checksum class wrappers around adler32() and crc32(), similar
  /external/zlib/src/contrib/vstudio/vc10/
zlibvc.vcxproj.filters 24 <ClCompile Include="..\..\..\crc32.c">
  /external/zlib/src/msdos/
Makefile.dj2 54 OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \
  /frameworks/base/include/androidfw/
BackupHelpers.h 48 int crc32; member in struct:android::FileState
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
trxhdr.h 54 uint32 crc32; /* 32-bit CRC from flag_version to end of file */ member in struct:trx_header
  /system/core/libutils/
README 242 header := idmap-magic <crc32-original-pkg> <crc32-overlay-pkg>
276 0x216a8fe2 # CRC32 of the resources.arsc file in the original package
277 0x6b9beaec # CRC32 of the resources.arsc file in the overlay package
  /system/extras/ext4_utils/
crc16.c 6 /* CRC32 code derived from work by Gary S. Brown. */
  /bionic/libc/kernel/arch-mips/asm/lasat/
lasat.h 64 unsigned int crc32; member in struct:lasat_eeprom_struct
94 unsigned int crc32; member in struct:lasat_eeprom_struct_pre7
  /build/tools/zipalign/
ZipFile.cpp 651 *pCRC32 = crc32(0L, Z_NULL, 0);
660 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
681 *pCRC32 = crc32(0L, Z_NULL, 0);
683 *pCRC32 = crc32(*pCRC32, (const unsigned char*)data, size);
708 *pCRC32 = crc32(0L, Z_NULL, 0);
724 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
791 crc = crc32(0L, Z_NULL, 0);
821 crc = crc32(crc, inBuf, getSize);
    [all...]
ZipEntry.cpp 259 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32,
263 mCDE.mCRC32 = crc32;
303 ALOGV("cmp: CRC32\n");
512 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
681 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
  /development/ndk/platforms/android-9/arch-mips/include/asm/lasat/
lasat.h 64 unsigned int crc32; member in struct:lasat_eeprom_struct
94 unsigned int crc32; member in struct:lasat_eeprom_struct_pre7
  /external/zlib/src/
CMakeLists.txt 98 crc32.h
111 crc32.c
  /external/zlib/src/old/os2/
Makefile.os2 45 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
121 crc32.o: zlib.h zconf.h
  /frameworks/base/tools/aapt/
ZipFile.cpp 651 *pCRC32 = crc32(0L, Z_NULL, 0);
660 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
681 *pCRC32 = crc32(0L, Z_NULL, 0);
683 *pCRC32 = crc32(*pCRC32, (const unsigned char*)data, size);
708 *pCRC32 = crc32(0L, Z_NULL, 0);
724 *pCRC32 = crc32(*pCRC32, tmpBuf, count);
791 crc = crc32(0L, Z_NULL, 0);
821 crc = crc32(crc, inBuf, getSize);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/lasat/
lasat.h 64 unsigned int crc32; member in struct:lasat_eeprom_struct
94 unsigned int crc32; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/lasat/
lasat.h 64 unsigned int crc32; member in struct:lasat_eeprom_struct
94 unsigned int crc32; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/lasat/
lasat.h 64 unsigned int crc32; member in struct:lasat_eeprom_struct
94 unsigned int crc32; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/lasat/
lasat.h 64 unsigned int crc32; member in struct:lasat_eeprom_struct
94 unsigned int crc32; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/lasat/
lasat.h 64 unsigned int crc32; member in struct:lasat_eeprom_struct
94 unsigned int crc32; member in struct:lasat_eeprom_struct_pre7
  /system/core/libzipfile/
centraldir.c 75 unsigned long crc32; local
106 crc32 = read_le_int(&p[0x10]);
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 151 uLong crc32; /* crc32 of all data uncompressed */ member in struct:__anon17293
152 uLong crc32_wait; /* crc32 we must obtain after decompress all */
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.c 151 uLong crc32; /* crc32 of all data uncompressed */ member in struct:__anon31728
152 uLong crc32_wait; /* crc32 we must obtain after decompress all */
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 375 /* check function to use adler32() for zlib or crc32() for gzip */
378 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
389 check = crc32(check, hbuf, 2); \
398 check = crc32(check, hbuf, 4); \
597 state->check = crc32(0L, Z_NULL, 0);
693 state->check = crc32(state->check, next, copy);
714 state->check = crc32(state->check, next, copy);
735 state->check = crc32(state->check, next, copy);
757 strm->adler = state->check = crc32(0L, Z_NULL, 0);
    [all...]

Completed in 1132 milliseconds

1 2 3 4 5 6 7 891011>>