Home
last modified time | relevance | path

Searched defs:crc (Results 1 – 25 of 210) sorted by relevance

123456789

/third_party/ffmpeg/libavformat/
Dcrcenc.c33 CRCState *crc = s->priv_data; in crc_write_header() local
43 CRCState *crc = s->priv_data; in crc_write_packet() local
50 CRCState *crc = s->priv_data; in crc_write_trailer() local
Dframecrcenc.c39 uint32_t crc = av_adler32_update(0, par->extradata, par->extradata_size); in framecrc_write_header() local
61 uint32_t crc = av_adler32_update(0, pkt->data, pkt->size); in framecrc_write_packet() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DCalculateCRC32.java38 int crc; in buildCRCTable() local
62 public static int computeCRC32(String buffer, int crc){ in computeCRC32()
66 public static int computeCRC32(byte buffer[], int crc) { in computeCRC32()
/third_party/gptfdisk/
Dcrc32.cc34 unsigned long crc; in chksum_crc32() local
52 unsigned long crc, poly; in chksum_crc32gentab() local
/third_party/e2fsprogs/lib/ext2fs/
Dcsum.c64 __u32 crc; in ext2fs_mmp_csum_set() local
113 __u32 flag, crc; in ext2fs_superblock_csum_set() local
133 __u32 *crc) in ext2fs_ext_attr_block_csum()
170 __u32 crc; in ext2fs_ext_attr_block_csum_set() local
302 struct ext2_dir_entry *dirent, __u32 *crc, in ext2fs_dirent_csum()
350 __u32 crc; in ext2fs_dirent_csum_set() local
368 __u32 *crc, struct ext2_dx_tail **ret_t) in ext2fs_dx_csum()
427 __u32 crc; in ext2fs_dx_csum_set() local
479 __u32 *crc) in ext2fs_extent_block_csum()
528 __u32 crc; in ext2fs_extent_block_csum_set() local
[all …]
Dcrc32c.c83 crc32_body(uint32_t crc, unsigned char const *buf, size_t len, in crc32_body()
153 static inline uint32_t crc32_le_generic(uint32_t crc, unsigned char const *p, in crc32_le_generic()
192 uint32_t ext2fs_crc32c_le(uint32_t crc, unsigned char const *p, size_t len) in ext2fs_crc32c_le()
204 static inline uint32_t crc32_be_generic(uint32_t crc, unsigned char const *p, in crc32_be_generic()
244 uint32_t ext2fs_crc32_be(uint32_t crc, unsigned char const *p, size_t len) in ext2fs_crc32_be()
766 uint32_t crc; /* random starting crc */ member
Dgen_crc32ctable.c36 uint32_t crc = 1; in crc32cinit_le() local
60 uint32_t crc = 0x80000000; in crc32init_be() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DDecoderTest.java74 long crc = BundleHelper.fingerprintStream(new ByteArrayInputStream(decompressed)); in run() local
75 assertEquals(BundleHelper.getExpectedFingerprint(entryName), crc); in run() local
DBrotliDecoderChannelTest.java76 long crc; in run() local
82 assertEquals(BundleHelper.getExpectedFingerprint(entryName), crc); in run() local
DBrotliInputStreamTest.java74 long crc; in run() local
80 assertEquals(BundleHelper.getExpectedFingerprint(entryName), crc); in run() local
/third_party/toybox/toys/posix/
Dcksum.c47 static unsigned cksum_le(unsigned crc, unsigned char c) in cksum_le()
54 unsigned crc = (toys.optflags & FLAG_P) ? 0xffffffff : 0; in do_cksum() local
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dcrc32.c202 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() argument
237 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument
266 local unsigned long crc32_little(crc, buf, len) in crc32_little() argument
306 local unsigned long crc32_big(crc, buf, len) in crc32_big() argument
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dcrc32.c202 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() argument
237 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument
266 local unsigned long crc32_little(crc, buf, len) in crc32_little() argument
306 local unsigned long crc32_big(crc, buf, len) in crc32_big() argument
/third_party/ffmpeg/tests/api/
Dapi-seek-test.c37 static int add_crc_to_array(uint32_t crc, int64_t pts) in add_crc_to_array()
56 static int compare_crc_in_array(uint32_t crc, int64_t pts) in compare_crc_in_array()
83 uint32_t crc; in compute_crc_of_packets() local
/third_party/pixman/test/
Dfilter-reduction-test.c21 test_scale (const pixman_transform_t *xform, uint32_t crc) in test_scale()
72 uint32_t crc = 0; in main() local
/third_party/mindspore/mindspore/ccsrc/utils/system/
Dcrc32c.cc274 static inline void CRC32T8(uint32 *crc, const uint8 **p) { in CRC32T8()
288 uint32_t crc = init_crc ^ 0xffffffffu; in MakeCrc32c() local
/third_party/node/deps/zlib/
Dcrc32.c211 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() argument
278 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument
323 local unsigned long crc32_little(crc, buf, len) in crc32_little() argument
363 local unsigned long crc32_big(crc, buf, len) in crc32_big() argument
Dcrc32_simd.c31 uint32_t crc) in crc32_sse42_simd_()
207 uint32_t ZLIB_INTERNAL armv8_crc32_little(unsigned long crc, in armv8_crc32_little()
/third_party/skia/third_party/externals/zlib/
Dcrc32.c208 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() argument
275 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument
320 local unsigned long crc32_little(crc, buf, len) in crc32_little() argument
360 local unsigned long crc32_big(crc, buf, len) in crc32_big() argument
Dcrc32_simd.c27 uint32_t crc) in crc32_sse42_simd_()
203 uint32_t ZLIB_INTERNAL armv8_crc32_little(unsigned long crc, in armv8_crc32_little()
/third_party/flutter/skia/third_party/externals/zlib/
Dcrc32.c211 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() argument
278 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument
323 local unsigned long crc32_little(crc, buf, len) in crc32_little() argument
363 local unsigned long crc32_big(crc, buf, len) in crc32_big() argument
/third_party/ffmpeg/libavcodec/
Dmlp.c90 uint16_t crc; in ff_mlp_checksum16() local
109 int crc = crc_1D[buf[0] & 0x3f]; in ff_mlp_restart_checksum() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/
DBundleHelper.java81 public static long updateCrc64(long crc, byte[] data, int offset, int length) { in updateCrc64()
97 long crc = -1; in fingerprintStream() local
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dgzjoin.c265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit()
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy()
429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local
/third_party/zlib/examples/
Dgzjoin.c265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit()
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy()
429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local

123456789