Home
last modified time | relevance | path

Searched refs:mz_compressBound (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/
Dminiz.h216 mz_ulong mz_compressBound(mz_ulong source_len);
305 #define compressBound mz_compressBound
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h363 mz_ulong mz_compressBound(mz_ulong source_len);
455 #define compressBound mz_compressBound
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c345 mz_ulong mz_compressBound(mz_ulong source_len) in mz_compressBound() function