Home
last modified time | relevance | path

Searched defs:crc32 (Results 1 – 25 of 26) sorted by relevance

12

/external/elfutils/libdwfl/
Dlibdwfl_crc32.c53 #define crc32 attribute_hidden __libdwfl_crc32 macro
Dlibdwfl_crc32_file.c54 #define crc32 __libdwfl_crc32 macro
/external/elfutils/libelf/
Dlibelf_crc32.c53 #define crc32 attribute_hidden __libelf_crc32 macro
/external/liblzf/
Dcrc32.h62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8)) macro
/external/elfutils/lib/
Dcrc32.c111 crc32 (uint32_t crc, unsigned char *buf, size_t len) in crc32() function
/external/protobuf/src/google/protobuf/compiler/
Dzip_writer.h54 uint32 crc32; member
Dzip_writer.cc148 uint32 crc32 = files_[i].crc32; in WriteDirectory() local
/external/liblzf/cs/
DCLZF.cs106 public UInt32 crc32(UInt32 OldCRC,byte NewData) in crc32() method in LZF.NET.CLZF
/external/webkit/Tools/DumpRenderTree/
DPixelDumpSupport.cpp100 unsigned crc32 = computeCrc(dataToCrc); in convertChecksumToPNGComment() local
/external/zlib/src/contrib/dotzlib/DotZLib/
DChecksumImpl.cs109 private static extern uint crc32(uint crc, int data, uint length); in crc32() method in DotZLib.CRC32Checksum
/external/oprofile/libutil++/
Dbfd_support.cpp79 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/src/contrib/ada/
Dzlib-thin.ads242 function crc32 subprogspec
/external/qemu/distrib/zlib-1.2.3/
Dcrc32.c219 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
Dzconf.h42 # define crc32 z_crc32 macro
/external/zlib/src/contrib/pascal/
Dzlibpas.pas156 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; in crc32() function
193 function crc32; external; in crc32() function
/external/zlib/src/
Dcrc32.c204 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
Dzconf.h36 # define crc32 z_crc32 macro
Dzconf.h.in36 # define crc32 z_crc32 macro
/external/valgrind/main/none/tests/amd64/
DMakefile.am104 pcmpstr64 pcmpxstrx64 sse4-64 crc32 aes \ program
/external/open-vcdiff/src/zlib/
Dzconf.h42 # define crc32 z_crc32 macro
/external/chromium/sdch/open-vcdiff/src/
Dzconf.h42 # define crc32 z_crc32 macro
/external/kernel-headers/original/asm-mips/lasat/
Dlasat.h75 unsigned int crc32; member
100 unsigned int crc32; member
/external/zlib/src/contrib/delphi/
DZLib.pas214 procedure crc32; external; procedure
/external/zlib/src/contrib/minizip/
Dzip.c152 uLong crc32; member
1509 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) in zipCloseFileInZipRaw()
1514 extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) in zipCloseFileInZipRaw64()
/external/zlib/
Dzconf.h36 # define crc32 z_crc32 macro

12