| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
| H A D | client_trans_proxy_file_manager.h | 79 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 D | egl_blob_cache.cpp | 336 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 D | ffv1dec.c | 431 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 D | flac_parser.c | 499 uint32_t crc = 1; in check_header_mismatch() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | oggdec.c | 322 uint32_t crc, crc_tmp; in ogg_read_page() local
|
| H A D | mp3dec.c | 163 uint16_t crc; in mp3_parse_info_tag() local
|
| H A D | oggenc.c | 109 uint32_t crc; in ogg_write_page() local
|
| /third_party/lame/libmp3lame/ |
| H A D | lame-analysis.h | 85 int crc, padding; member
|
| H A D | bitstream.c | 288 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 D | VbrTag.c | 550 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 D | deflate.c | 21 unsigned crctable[256], crc; member 426 unsigned crc, *crc_table = dd->crctable; in gzip_crc() local [all...] |
| /third_party/zlib/ |
| H A D | crc32.c | 584 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 D | apng_image_decoder.cpp | 523 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 D | softbus_app_info.h | 114 int32_t crc; member
|
| /foundation/communication/dsoftbus/sdk/transmission/session/include/ |
| H A D | client_trans_session_manager.h | 95 int32_t crc; member
|
| /third_party/f2fs-tools/fsck/ |
| H A D | resize.c | 462 uint32_t crc = 0; in rebuild_checkpoint() local
|
| /third_party/f2fs-tools/mkfs/ |
| H A D | f2fs_format.c | 699 uint32_t crc = 0, flags; in f2fs_write_check_point_pack() local
|
| /third_party/FreeBSD/sys/dev/usb/net/ |
| H A D | if_cdce.c | 692 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 D | 7zOut.cpp | 62 CCRC crc;
in WriteFinishHeader() local
|
| /third_party/node/deps/zlib/ |
| H A D | crc32.c | 582 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 D | lowpan6.c | 292 u16_t crc = 0; in lowpan6_calc_crc() local 376 u16_t crc; in lowpan6_frag() local [all...] |
| /third_party/python/Modules/ |
| H A D | binascii.c | 605 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 D | client_trans_proxy_file_manager_test.cpp | 1349 int32_t crc = APP_INFO_FILE_FEATURES_SUPPORT; HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/core/common/include/ |
| H A D | softbus_def.h | 173 int32_t crc; member
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
| H A D | client_trans_proxy_file_manager.c | 351 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...] |