Searched refs:MZ_MACRO_END (Results 1 – 1 of 1) sorted by relevance
62 #define MZ_MACRO_END while (0, 0) macro64 #define MZ_MACRO_END while (0) macro130 #define tinfl_init(r) do { (r)->m_state = 0; } MZ_MACRO_END196 …do { status = result; r->m_state = state_index; goto common_exit; case state_index:; } MZ_MACRO_END197 …EVER(state_index, result) do { for ( ; ; ) { TINFL_CR_RETURN(state_index, result); } } MZ_MACRO_END216 } else c = *pIn_buf_cur++; } MZ_MACRO_END219 …(mz_uint)(n)) { TINFL_NEED_BITS(state_index, n); } bit_buf >>= (n); num_bits -= (n); } MZ_MACRO_END220 …state_index, n); } b = bit_buf & ((1 << (n)) - 1); bit_buf >>= (n); num_bits -= (n); } MZ_MACRO_END258 } sym = temp; bit_buf >>= code_len; num_bits -= code_len; } MZ_MACRO_END