Home
last modified time | relevance | path

Searched defs:MZ_READ_LE16 (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dminiz.h542 #define MZ_READ_LE16(p) *((const mz_uint16 *)(p)) macro
545 #define MZ_READ_LE16(p) ((mz_uint32)(((const mz_uint8 *)(p))[0]) | ((mz_uint32)(((const mz_uint8 *)… macro