Home
last modified time | relevance | path

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

12345

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp1002 UInt32 crc = 0; in ReadSubStreamsInfo() local
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp766 const UInt32 crc = ConvertStringToUInt32(s, &end); in ParseCksum() local
/third_party/lzma/C/
H A DXzEnc.c49 static SRes WriteBytes_UpdateCrc(ISeqOutStreamPtr s, const void *buf, size_t size, UInt32 *crc) in WriteBytes_UpdateCrc() argument
58 UInt32 crc; in Xz_WriteHeader() local
198 UInt32 crc = CRC_INIT_VAL; in XzEncIndex_WriteFooter() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codecs.h324 uint8_t crc:1; member
382 uint8_t crc:1; member
/third_party/skia/third_party/externals/libpng/
H A Dpng.c163 uLong crc = png_ptr->crc; /* Should never issue a warning */ in png_calculate_crc() local
2247 png_uint_32 adler, crc, lengt member
2321 uLong crc = 0; /* the value for 0 length data */ png_compare_ICC_profile_with_sRGB() local
[all...]
H A Dpngrutil.c254 png_uint_32 crc; in png_crc_error() local
H A Dpngstruct.h246 png_uint_32 crc; /* current chunk CRC value */ member
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dinternal.h270 MHD_ContentReaderCallback crc; member
/third_party/f2fs-tools/fsck/
H A Dmount.c1165 unsigned int crc, cal_crc; in verify_checksum_chksum() local
3120 uint32_t crc = 0; write_checkpoint() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c172 le64 crc; member
307 static uint64_t crc64(uint64_t crc, const byte * data, size_t size) in crc64() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c551 crc_one_byte(png_uint_32 crc, int b) in crc_one_byte() argument
566 png_uint_32 crc = crc_table[(~value >> 24)] ^ 0xffffff; in crc_init_4() local
876 png_uint_32 crc; /* Running chunk CRC (used by read_chunk) */ global() member
1393 png_uint_32 crc = file->crc; crc_read_many() local
2993 png_uint_32 crc = crc_init_4(type); sync_stream() local
[all...]
/third_party/toybox/toys/pending/
H A Dxzcat.c176 uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc) in xz_crc32() argument
2378 uint64_t crc; member
[all...]
/third_party/ffmpeg/libavformat/
H A Dmpegts.c130 unsigned crc; member
H A Dmatroskaenc.c768 uint8_t *buf, crc[4]; in end_ebml_master_crc32() local
H A Dmatroskadec.c3394 uint32_t crc = AV_RL32(src + 4); in matroska_parse_wavpack() local
/third_party/littlefs/
H A Dlfs.c446 uint32_t crc; member
1126 uint32_t crc = lfs_crc(0xffffffff, &dir->rev, sizeof(dir->rev)); in lfs_dir_fetchmatch() local
154 lfs_bd_crc(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, lfs_block_t block, lfs_off_t off, lfs_size_t size, uint32_t *crc) lfs_bd_crc() argument
1546 uint32_t crc; global() member
1689 uint32_t crc; lfs_dir_commitcrc() member
1733 uint32_t crc = 0xffffffff; lfs_dir_commitcrc() local
5171 lfs1_crc(uint32_t *crc, const void *buffer, size_t size) global() argument
5183 lfs1_bd_crc(lfs_t *lfs, lfs_block_t block, lfs_off_t off, lfs_size_t size, uint32_t *crc) global() argument
5265 uint32_t crc = 0xffffffff; global() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c8892 int crc = memcmp(name, slot+IMM2_SIZE, CU2BYTES(length)); in add_name_to_table() local
/third_party/f2fs-tools/include/
H A Df2fs_fs.h846 __le32 crc; /* checksum of superblock */ member
1654 uint32_t crc = le32_to_cpu(*(__le32 *)((unsigned char *)cp + in get_cp_crc() local
/third_party/backends/backend/
H A Dhp3900_rts8822.c11878 SANE_Int a, crc, value; in GainOffset_Save() local
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp1485 ImU32 crc = seed; in ImHashStr() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c2975 uLong crc = crc32(0, buffer+4, datalen+4); in modifier_crc() local
/third_party/libabigail/src/
H A Dabg-ir.cc1806 elf_symbol(const environment& e, size_t i, size_t s, const string& n, type t, binding b, bool d, bool c, const version& ve, visibility vi, bool is_in_ksymtab, const abg_compat::optional<uint32_t>& crc, const abg_compat::optional<std::string>& ns, bool is_suppressed) elf_symbol() argument
1867 create(const environment& e, size_t i, size_t s, const string& n, type t, binding b, bool d, bool c, const version& ve, visibility vi, bool is_in_ksymtab, const abg_compat::optional<uint32_t>& crc, const abg_compat::optional<std::string>& ns, bool is_suppressed) create() argument
2114 set_crc(const abg_compat::optional<uint32_t>& crc) set_crc() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp1547 ImU32 crc = seed; in ImHashStr() local
[all...]
/third_party/astc-encoder/Source/
H A Dtinyexr.h1999 mz_ulong mz_crc32(mz_ulong crc, const mz_uint8 *ptr, size_t buf_len) { in mz_crc32() argument

Completed in 159 milliseconds

12345