Home
last modified time | relevance | path

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

123456

/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
H A Dbitstream.c288 CRC_update(int value, int crc) in CRC_update() argument
307 int crc = 0xffff; /* (jo) init crc16 for error_protection */ in CRC_writeheader() local
[all...]
H A DVbrTag.c550 CRC_update_lookup(uint16_t crc, unsigned char const *buffer, int size) in CRC_update_lookup() argument
569 UpdateMusicCRC(uint16_t * crc, unsigned char const *buffer, int size) UpdateMusicCRC() argument
590 PutLameVBR(lame_global_flags const *gfp, size_t nMusicLength, uint8_t * pbtStreamBuffer, uint16_t crc) PutLameVBR() argument
976 uint16_t crc = 0x00; lame_get_lametag_frame() local
[all...]
/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
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp62 CCRC crc; in WriteFinishHeader() local
/third_party/node/deps/zlib/
H A Dcrc32.c582 unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, in crc32_z() argument
701 crc32_z(unsigned long crc, const unsigned char FAR *buf, z_size_t len) crc32_z() argument
1083 crc32(unsigned long crc, const unsigned char FAR *buf, uInt len) crc32() argument
[all...]
/third_party/lwip/src/netif/
H A Dlowpan6.c292 u16_t crc = 0; in lowpan6_calc_crc() local
376 u16_t crc; in lowpan6_frag() local
[all...]
/third_party/python/Modules/
H A Dbinascii.c605 binascii_crc_hqx_impl(PyObject *module, Py_buffer *data, unsigned int crc) in binascii_crc_hqx_impl() argument
742 internal_crc32(const unsigned char *bin_data, Py_ssize_t len, unsigned int crc) in internal_crc32() argument
768 binascii_crc32_impl(PyObject *module, Py_buffer *data, unsigned int crc) binascii_crc32_impl() argument
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp1349 int32_t crc = APP_INFO_FILE_FEATURES_SUPPORT; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_def.h173 int32_t crc; member
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c351 GetAndCheckFileSize( const char *sourceFile, uint64_t *fileSize, uint64_t *frameNum, int32_t crc, uint32_t packetSize) GetAndCheckFileSize() argument
1512 ProcessOneFrame( const FileFrame *fileFrame, uint32_t dataLen, int32_t crc, SingleFileInfo *fileInfo, int32_t osType) ProcessOneFrame() argument
[all...]

Completed in 28 milliseconds

123456