Home
last modified time | relevance | path

Searched defs:crc (Results 26 - 50 of 124) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
H A Dtak.c80 uint32_t crc, CRC; in ff_tak_check_crc() local
H A Dtta.c78 uint32_t crc, CRC; in tta_check_crc() local
92 uint64_t crc = UINT64_MAX, poly = 0x42F0E1EBA9EA3693U; in tta_check_crc64() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dtta.c55 uint32_t nb_samples, crc; in tta_read_header() local
H A Drtpdec_amr.c36 int crc; member
H A Dapngenc.c65 uint32_t crc = ~0U; in apng_write_chunk() local
/third_party/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.cpp198 UInt32 crc = CRC_INIT_VAL; in WriteToStream() local
/third_party/node/deps/v8/third_party/zlib/
H A Dcrc32_simd.c203 uint32_t ZLIB_INTERNAL armv8_crc32_little(unsigned long crc, in armv8_crc32_little() argument
24 crc32_sse42_simd_( const unsigned char *buf, z_size_t len, uint32_t crc) crc32_sse42_simd_() argument
/third_party/mesa3d/src/util/
H A Dfossilize_db.h64 uint32_t crc; member
/third_party/skia/third_party/externals/zlib/
H A Dcrc32_simd.c203 uint32_t ZLIB_INTERNAL armv8_crc32_little(unsigned long crc, in armv8_crc32_little() argument
24 crc32_sse42_simd_( const unsigned char *buf, z_size_t len, uint32_t crc) crc32_sse42_simd_() argument
/third_party/ffmpeg/tests/api/
H A Dapi-seek-test.c37 static int add_crc_to_array(uint32_t crc, int64_t pts) in add_crc_to_array() argument
56 static int compare_crc_in_array(uint32_t crc, int64_t pts) in compare_crc_in_array() argument
83 uint32_t crc; in compute_crc_of_packets() local
[all...]
/third_party/node/deps/zlib/
H A Dcrc32_simd.c24 crc32_avx512_simd_( const unsigned char *buf, z_size_t len, uint32_t crc) crc32_avx512_simd_() argument
214 crc32_sse42_simd_( const unsigned char *buf, z_size_t len, uint32_t crc) crc32_sse42_simd_() argument
406 armv8_crc32_little( const unsigned char *buf, z_size_t len, uint32_t crc) armv8_crc32_little() argument
484 armv8_crc32_pmull_little( const unsigned char *buf, z_size_t len, uint32_t crc) armv8_crc32_pmull_little() argument
[all...]
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dmztools.c59 unsigned int crc = READ_32(header + 14); /* crc */ local
/third_party/musl/porting/linux/user/ldso/
H A Dzip_archive.h74 uint32_t crc; member
90 uint32_t crc; member
/third_party/libwebsockets/win32port/zlib/
H A Dgzread.c238 unsigned long crc, len; local
/third_party/musl/ldso/linux/
H A Dzip_archive.h74 uint32_t crc; member
90 uint32_t crc; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.h76 bool crc; member
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dtest_get_chunked.c65 crc (void *cls, uint64_t pos, char *buf, size_t max) in crc() function
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dmztools.c59 unsigned int crc = READ_32(header + 14); /* crc */ local
/third_party/zlib/examples/
H A Dgzjoin.c265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() argument
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() argument
429 unsigned long crc, tot; /* running crc and total uncompressed length */ main() local
[all...]
H A Dgznorm.c104 unsigned long crc = 0; // accumulated CRC of uncompressed data in gzip_normalize() local
/third_party/ffmpeg/libavfilter/
H A Dvf_readvitc.c66 uint8_t crc; in get_vitc_crc() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dhash.c62 uint32_t crc; member
[all...]
/third_party/ffmpeg/tests/
H A Dfate-run.sh159 crc(){ function
/third_party/ffmpeg/libswscale/tests/
H A Dswscale.c78 uint32_t crc; member
101 uint32_t crc = 0; in doTest() local
/third_party/lzma/C/
H A DXzIn.c95 UInt32 crc; in Xz_ReadIndex2() local

Completed in 13 milliseconds

12345