Searched defs:crc32 (Results 1 - 25 of 57) sorted by relevance

123

/external/elfutils/libdwfl/
H A Dlibdwfl_crc32.c32 #define crc32 attribute_hidden __libdwfl_crc32 macro
35 #include "../lib/crc32.c"
H A Dlibdwfl_crc32_file.c33 #define crc32 __libdwfl_crc32 macro
H A Dgzip.c61 # define crc32 loser_crc32 macro
/external/elfutils/libelf/
H A Dlibelf_crc32.c32 #define crc32 attribute_hidden __libelf_crc32 macro
35 #include "../lib/crc32.c"
/external/elfutils/lib/
H A Dcrc32.c90 crc32 (uint32_t crc, unsigned char *buf, size_t len) function
/external/vboot_reference/tests/
H A Dcrc32_test.c8 #include "crc32.h"
18 uint32_t crc32; member in struct:__anon29948
42 uint32_t crc32; local
44 crc32 = Crc32(cases[i].vector, cases[i].len);
45 EXPECT(crc32 == cases[i].crc32);
/external/llvm/lib/Support/
H A DCompression.cpp79 uint32_t zlib::crc32(StringRef Buffer) { function in class:zlib
80 return ::crc32(0, (const Bytef *)Buffer.data(), Buffer.size());
95 uint32_t zlib::crc32(StringRef Buffer) {
96 llvm_unreachable("zlib::crc32 is unavailable");
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.h84 uint32 crc32; member in struct:google::protobuf::compiler::ZipWriter::FileInfo
H A Dzip_writer.cc146 info.crc32 = ComputeCRC32(contents);
158 output.WriteLittleEndian32(info.crc32); // crc-32
178 uint32 crc32 = files_[i].crc32; local
189 output.WriteLittleEndian32(crc32); // crc-32
/external/xz-embedded/linux/lib/xz/
H A Dxz_stream.h14 # include <linux/crc32.h>
15 # undef crc32 macro
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs109 private static extern uint crc32(uint crc, int data, uint length); method in class:DotZLib.CRC32Checksum
140 _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
/external/avb/libavb_ab/
H A Davb_ab_flow.h100 uint32_t crc32; member in struct:AvbABData
110 * updates the |crc32| field in |dest|.
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashFunctionEnum.java26 CRC32(Hashing.crc32()),
/external/python/cpython2/Modules/zlib/
H A Dcrc32.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(cr function
[all...]
/external/python/cpython3/Modules/zlib/
H A Dcrc32.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.
139 /* write out CRC tables to crc32.h */
143 out = fopen("crc32.h", "w");
145 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
146 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
182 #include "crc32.h"
186 * This function can be used by asm versions of crc32()
237 unsigned long ZEXPORT crc32(cr function
[all...]
/external/scapy/scapy/modules/krack/
H A Dcrypto.py5 from zlib import crc32 namespace
323 expected_ICV = pack("<I", crc32(data_clear + MIC) & 0xFFFFFFFF)
344 ICV = pack("<I", crc32(data + MIC) & 0xFFFFFFFF)
/external/syslinux/com32/lib/zlib/
H A Dcrc32.c0 /* crc32.c -- compute the CRC-32 of a data stream
19 one thread to use crc32().
159 /* write out CRC tables to crc32.h */
163 out = fopen("crc32.h", "w");
165 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
166 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
201 #include "crc32.h"
205 * This function can be used by asm versions of crc32()
221 unsigned long ZEXPORT crc32(crc, buf, len) function
H A Dzconf.in.h39 # define crc32 z_crc32 macro
/external/zlib/src/
H A Dcrc32.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.
139 /* write out CRC tables to crc32.h */
143 out = fopen("crc32.h", "w");
145 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
146 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
182 #include "crc32.h"
186 * This function can be used by asm versions of crc32()
237 unsigned long ZEXPORT crc32(cr function
[all...]
/external/fio/
H A Dverify.h16 VERIFY_CRC32, /* crc32 sum data blocks */
49 uint32_t crc32; member in struct:verify_header
80 uint32_t crc32; member in struct:vhdr_crc32
/external/freetype/src/gzip/
H A Dftzconf.h36 # define crc32 z_crc32 macro
/external/python/cpython2/Lib/idlelib/
H A DconfigHandler.py746 from zlib import crc32 namespace
753 crc = crc32(txt.encode(encoding='utf-8'), crc)
/external/python/cpython2/PC/bdist_wininst/
H A Darchive.h35 long crc32; member in struct:cdir
54 long crc32; member in struct:fhdr
/external/python/cpython3/Lib/idlelib/
H A Dconfig.py784 from zlib import crc32 namespace
791 crc = crc32(txt.encode(encoding='utf-8'), crc)
/external/python/cpython3/PC/bdist_wininst/
H A Darchive.h34 long crc32; member in struct:cdir
53 long crc32; member in struct:fhdr

Completed in 2206 milliseconds

123