/external/elfutils/libelf/ |
D | libelf_crc32.c | 20 #define crc32 attribute_hidden __libelf_crc32 macro
|
/external/liblzf/ |
D | crc32.h | 62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8)) macro
|
/external/elfutils/lib/ |
D | crc32.c | 78 crc32 (uint32_t crc, unsigned char *buf, size_t len) in crc32() function
|
/external/protobuf/src/google/protobuf/compiler/ |
D | zip_writer.h | 54 uint32 crc32; member
|
D | zip_writer.cc | 148 uint32 crc32 = files_[i].crc32; in WriteDirectory() local
|
/external/liblzf/cs/ |
D | CLZF.cs | 106 public UInt32 crc32(UInt32 OldCRC,byte NewData) in crc32() method in LZF.NET.CLZF
|
/external/webkit/Tools/DumpRenderTree/ |
D | PixelDumpSupport.cpp | 100 unsigned crc32 = computeCrc(dataToCrc); in convertChecksumToPNGComment() local
|
/external/zlib/contrib/dotzlib/DotZLib/ |
D | ChecksumImpl.cs | 109 private static extern uint crc32(uint crc, int data, uint length); in crc32() method in DotZLib.CRC32Checksum
|
/external/oprofile/libutil++/ |
D | bfd_support.cpp | 79 bool get_debug_link_info(bfd * ibfd, string & filename, unsigned long & crc32) in get_debug_link_info() 301 unsigned long crc32; in find_separate_debug_file() local
|
/external/zlib/contrib/pascal/ |
D | zlibpas.pas | 126 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; in crc32() function 161 function crc32; external; in crc32() function
|
/external/zlib/contrib/ada/ |
D | zlib-thin.ads | 242 function crc32 subprogspec
|
/external/qemu/distrib/zlib-1.2.3/ |
D | crc32.c | 219 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
|
D | zconf.h | 42 # define crc32 z_crc32 macro
|
/external/zlib/ |
D | crc32.c | 221 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
|
D | zconf.in.h | 42 # define crc32 z_crc32 macro
|
D | zconf.h.in | 33 # define crc32 z_crc32 macro
|
D | zconf.h | 33 # define crc32 z_crc32 macro
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zconf.h | 42 # define crc32 z_crc32 macro
|
/external/zlib/contrib/delphi/ |
D | ZLib.pas | 214 procedure crc32; external; procedure
|
/external/zlib/contrib/minizip/ |
D | zip.c | 152 uLong crc32; member 1508 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) in zipCloseFileInZipRaw() 1513 extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) in zipCloseFileInZipRaw64()
|
D | unzip.c | 151 uLong crc32; /* crc32 of all data uncompressed */ member
|