Searched refs:mz_crc32 (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 98 mz_ulong mz_crc32(mz_ulong crc, const unsigned char *ptr, size_t buf_len); 101 #define mz_crc32 esp_rom_crc32_le macro 311 #define crc32 mz_crc32
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 213 mz_ulong mz_crc32(mz_ulong crc, const unsigned char *ptr, size_t buf_len); 462 #define crc32 mz_crc32
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 69 mz_ulong mz_crc32(mz_ulong crc, const mz_uint8 *ptr, size_t buf_len) 88 mz_ulong mz_crc32(mz_ulong crc, const mz_uint8 *ptr, size_t buf_len) in mz_crc32() function 2159 c = (mz_uint32)mz_crc32(MZ_CRC32_INIT, pnghdr + 12, 17); in tdefl_write_image_to_png_file_in_memory_ex() 2172 c = (mz_uint32)mz_crc32(MZ_CRC32_INIT, out_buf.m_pBuf + 41 - 4, *pLen_out + 4); in tdefl_write_image_to_png_file_in_memory_ex() 4431 …if (mz_crc32(MZ_CRC32_INIT, (const mz_uint8 *)pBuf, (size_t)file_stat.m_uncomp_size) != file_stat.… in mz_zip_reader_extract_to_mem_no_alloc() 4506 …else if (mz_crc32(MZ_CRC32_INIT, (const mz_uint8 *)pBuf, (size_t)file_stat.m_uncomp_size) != file_… in mz_zip_reader_extract_to_mem_no_alloc() 4666 …file_crc32 = (mz_uint32)mz_crc32(file_crc32, (const mz_uint8 *)pRead_buf, (size_t)file_stat.m_comp… in mz_zip_reader_extract_to_callback() 4689 … file_crc32 = (mz_uint32)mz_crc32(file_crc32, (const mz_uint8 *)pRead_buf, (size_t)read_buf_avail); in mz_zip_reader_extract_to_callback() 4751 file_crc32 = (mz_uint32)mz_crc32(file_crc32, pWrite_buf_cur, out_buf_size); in mz_zip_reader_extract_to_callback() 4974 …pState->file_crc32 = (mz_uint32)mz_crc32(pState->file_crc32, (const mz_uint8 *)pvBuf, copied_to_ca… in mz_zip_reader_extract_iter_read() [all …]
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32h2_beta_1.ld | 83 mz_crc32 = 0x400000c0; symbol
|
D | rom_32s2.ld | 570 PROVIDE ( mz_crc32 = 0x40002f58 ); symbol
|
D | rom_32c6_beta.ld | 83 mz_crc32 = 0x400000c0; symbol
|
D | rom_32c3.ld | 85 mz_crc32 = 0x400000c4; symbol
|
D | rom_32s3.ld | 86 mz_crc32 = 0x40000798; symbol
|
D | rom_32.ld | 464 PROVIDE ( mz_crc32 = 0x4005ee88 ); symbol
|
D | rom_32s3_beta_2.ld | 915 PROVIDE ( mz_crc32 = 0x4003538c ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ld | 69 mz_crc32 = 0x400000c4; symbol
|
/hal_espressif-latest/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.ld | 428 PROVIDE ( mz_crc32 = 0x40002f58 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ld | 71 mz_crc32 = 0x40000798; symbol
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.ld | 185 PROVIDE ( mz_crc32 = 0x4005ee88 ); symbol
|