Home
last modified time | relevance | path

Searched defs:crc (Results 76 - 100 of 151) sorted by relevance

1234567

/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.h118 uLong crc; /* crc-32 4 bytes */ member
139 uLong crc; /* crc-32 4 bytes */ member
/third_party/skia/third_party/externals/zlib/
H A Dcrc_folding.c435 unsigned crc; in crc_fold_512to32() local
/third_party/python/Modules/clinic/
H A Dbinascii.c.h211 unsigned int crc; in binascii_crc_hqx() local
255 unsigned int crc = 0; in binascii_crc32() local
[all...]
/third_party/zlib/contrib/minizip/
H A Dmztools.c58 unsigned int crc = READ_32(header + 14); /* crc */ in unzRepair() local
H A Dunzip.h118 uLong crc; /* crc-32 4 bytes */ member
139 uLong crc; /* crc-32 4 bytes */ member
/third_party/zlib/examples/
H A Dgun.c122 unsigned long crc; member
[all...]
H A Dgzappend.c263 unsigned long crc, tot; in gzscan() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp90 uint8_t crc = 0x0f; in SbcCrc8() local
365 uint8_t crc[VALUE11] = {0}; in UnpackFrameStream() local
578 uint8_t crc[VALUE11] = {}; PackFrameInternal() local
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_manager_test.cpp851 int32_t crc = 0; in HWTEST_F() local
1350 int32_t crc = 0; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h79 uint16_t crc; member
131 int32_t crc; member
148 int32_t crc; member
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_blob_cache.cpp336 uint32_t *crc = reinterpret_cast<uint32_t*>(buf + CACHE_MAGIC_HEAD); in WriteToDisk() local
400 uint32_t crc = 0xFFFFFFFF; in CrcGen() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dffv1dec.c431 unsigned crc = 0; in read_extra_header() local
944 unsigned crc = av_crc(av_crc_get_table(AV_CRC_32_IEEE), 0, buf_p, v); in decode_frame() local
H A Dflac_parser.c499 uint32_t crc = 1; in check_header_mismatch() local
[all...]
/third_party/ffmpeg/libavformat/
H A Doggdec.c322 uint32_t crc, crc_tmp; in ogg_read_page() local
H A Dmp3dec.c163 uint16_t crc; in mp3_parse_info_tag() local
H A Doggenc.c109 uint32_t crc; in ogg_write_page() local
/third_party/lame/libmp3lame/
H A Dlame-analysis.h85 int crc, padding; member
/third_party/toybox/lib/
H A Ddeflate.c21 unsigned crctable[256], crc; member
426 unsigned crc, *crc_table = dd->crctable; in gzip_crc() local
[all...]
/third_party/zlib/
H A Dcrc32.c584 unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, in crc32_z() argument
705 crc32_z(unsigned long crc, const unsigned char FAR *buf, z_size_t len) crc32_z() argument
1026 crc32(unsigned long crc, const unsigned char FAR *buf, uInt len) crc32() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_decoder.cpp523 uint32_t crc = (uint32_t) crc32(0, in png_copy_frame_data_at_index() local
835 uint32_t crc = (uint32_t) crc32(0, frameData + dataOffset + PngFOURCCLen, in GetFrameData() local
/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h114 int32_t crc; member
/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_manager.h95 int32_t crc; member
/third_party/f2fs-tools/fsck/
H A Dresize.c462 uint32_t crc = 0; in rebuild_checkpoint() local
/third_party/f2fs-tools/mkfs/
H A Df2fs_format.c699 uint32_t crc = 0, flags; in f2fs_write_check_point_pack() local
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_cdce.c692 uint32_t crc; in cdce_bulk_write_callback() local
765 uint32_t crc = 0xFFFFFFFF; in cdce_m_crc32() local

Completed in 29 milliseconds

1234567