Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c2249 #define TINFL_CR_RETURN(state_index, result) \ argument
2253 r->m_state = state_index; \
2255 case state_index:; \
2258 #define TINFL_CR_RETURN_FOREVER(state_index, result) \ argument
2263 TINFL_CR_RETURN(state_index, result); \
2269 #define TINFL_GET_BYTE(state_index, c) … argument
2274 …TINFL_CR_RETURN(state_index, (decomp_flags & TINFL_FLAG_HAS_MORE_INPUT) ? TINFL_STATUS_NEEDS_MORE_…
2280 #define TINFL_NEED_BITS(state_index, n) \ argument
2284 TINFL_GET_BYTE(state_index, c); \
2288 #define TINFL_SKIP_BITS(state_index, n) \ argument
[all …]