Searched defs:crc32 (Results 26 - 50 of 65) sorted by path

123

/external/elfutils/0.153/libelf/
H A Dlibelf_crc32.c53 #define crc32 attribute_hidden __libelf_crc32 macro
56 #include "../lib/crc32.c"
/external/fio/
H A Dverify.h12 VERIFY_CRC32, /* crc32 sum data blocks */
36 uint32_t crc32; member in struct:verify_header
55 uint32_t crc32; member in struct:vhdr_crc32
/external/freetype/src/gzip/
H A Dzconf.h36 # define crc32 z_crc32 macro
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/liblzf/
H A Dcrc32.h4 /* crc32 0xdebb20e3 table and supplementary functions. */
62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8)) macro
/external/liblzf/cs/
H A DCLZF.cs106 public UInt32 crc32(UInt32 OldCRC,byte NewData) method in class:LZF.NET.CLZF
/external/libpng/contrib/libtests/
H A Dtarith.c58 #define crc32(crc, pp, s) (crc) macro
/external/llvm/lib/Support/
H A DCompression.cpp72 uint32_t zlib::crc32(StringRef Buffer) { function in class:zlib
73 return ::crc32(0, (const Bytef *)Buffer.data(), Buffer.size());
88 uint32_t zlib::crc32(StringRef Buffer) {
89 llvm_unreachable("zlib::crc32 is unavailable");
/external/lzma/xz-embedded/
H A Dxz_dec_stream.c23 uint32_t crc32; member in struct:xz_dec_hash
288 s->block.hash.crc32 = xz_crc32(
290 sizeof(s->block.hash), s->block.hash.crc32);
347 s->index.hash.crc32 = xz_crc32(
350 s->index.hash.crc32);
H A Dxz_stream.h14 # include <linux/crc32.h>
15 # undef crc32 macro
/external/oprofile/libutil++/
H A Dbfd_support.cpp74 cverb << vbfd << " with crc32 = " << hex << file_crc << endl;
79 bool get_debug_link_info(bfd * ibfd, string & filename, unsigned long & crc32) argument
106 crc32 = bfd_get_32(ibfd,
301 unsigned long crc32; local
303 if (!get_debug_link_info(ibfd, basename, crc32))
317 << " with crc32 = " << hex << crc32 << endl;
319 if (separate_debug_file_exists(first_try, crc32, extra))
321 else if (separate_debug_file_exists(second_try, crc32, extra))
323 else if (separate_debug_file_exists(third_try, crc32, extr
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h37 # define crc32 z_crc32 macro
H A Dzlib.h40 #define crc32 FPDFAPI_crc32 macro
616 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
856 recommended that a check value such as an adler32 or a crc32 be applied to
865 crc32 instead of an adler32.
1660 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1669 uLong crc = crc32(0L, Z_NULL, 0);
1672 crc = crc32(crc, buffer, length);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_crc32.c0 /* crc32.c -- compute the CRC-32 of a data stream
19 one thread to use crc32().
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
141 /* write out CRC tables to crc32.h */
145 out = fopen("crc32.h", "w");
147 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
148 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
184 #include "crc32.h"
188 * This function can be used by asm versions of crc32()
204 unsigned long ZEXPORT crc32( function
[all...]
H A Dzconf.h37 # define crc32 z_crc32 macro
H A Dzlib.h44 #define crc32 FPDFAPI_crc32 macro
620 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
860 recommended that a check value such as an adler32 or a crc32 be applied to
869 crc32 instead of an adler32.
1664 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1673 uLong crc = crc32(0L, Z_NULL, 0);
1676 crc = crc32(crc, buffer, length);
/external/pixman/test/
H A Daffine-test.c48 uint32_t crc32; local
301 crc32 = compute_crc32 (0, dstbuf, dst_stride * dst_height);
306 return crc32;
H A Dblitters-test.c80 /* Free random image, and optionally update crc32 based on its data */
86 uint32_t crc32 = 0; local
90 crc32 = compute_crc32_for_image (initcrc, img);
95 return crc32;
239 uint32_t crc32; local
377 crc32 = free_random_image (0, dst_img, dst_fmt);
388 return crc32;
H A Dcomposite-traps-test.c60 uint32_t crc32; local
239 crc32 = compute_crc32 (0, dst_bits, dst_stride * dst_height);
248 return crc32;
H A Dglyph-test.c222 uint32_t crc32 = 0; local
316 crc32 = compute_crc32_for_image (0, dest);
323 return crc32;
H A Dmatrix-test.c76 uint32_t crc32 = 0; local
135 crc32 = compute_crc32 (crc32, &result_i, sizeof(result_i));
177 return crc32;
H A Dregion-contains-test.c82 compute_crc32_u32 (uint32_t crc32, uint32_t v) argument
92 return compute_crc32 (crc32, &v, sizeof (int32_t));
96 crc32_box32 (uint32_t crc32, pixman_box32_t *box) argument
98 crc32 = compute_crc32_u32 (crc32, box->x1);
99 crc32 = compute_crc32_u32 (crc32, box->y1);
100 crc32 = compute_crc32_u32 (crc32, box->x2);
101 crc32
112 uint32_t r, r1, r2, r3, r4, crc32; local
[all...]
H A Dscaling-test.c80 uint32_t crc32; local
369 crc32 = compute_crc32 (0, dstbuf, dst_stride * dst_height);
375 return crc32;
H A Dutils.c70 * crc32 - computed CRC-32 value
126 uint32_t crc32; local
130 /* accumulate crc32 for buffer */
131 crc32 = in_crc32 ^ 0xFFFFFFFF;
135 crc32 = (crc32 >> 8) ^ crc_table[(crc32 ^ byte_buf[i]) & 0xFF];
137 return (crc32 ^ 0xFFFFFFFF);
141 compute_crc32_for_image_internal (uint32_t crc32, argument
220 return compute_crc32 (crc32, dat
224 compute_crc32_for_image(uint32_t crc32, pixman_image_t *img) argument
[all...]

Completed in 2954 milliseconds

123