Searched refs:MZ_MACRO_END (Results 1 – 2 of 2) sorted by relevance
306 #define MZ_MACRO_END while (0, 0) macro308 #define MZ_MACRO_END while (0) macro556 #define tinfl_init(r) do { (r)->m_state = 0; } MZ_MACRO_END
603 …do { status = result; r->m_state = state_index; goto common_exit; case state_index:; } MZ_MACRO_END604 …EVER(state_index, result) do { for ( ; ; ) { TINFL_CR_RETURN(state_index, result); } } MZ_MACRO_END623 } else c = *pIn_buf_cur++; } MZ_MACRO_END626 …(mz_uint)(n)) { TINFL_NEED_BITS(state_index, n); } bit_buf >>= (n); num_bits -= (n); } MZ_MACRO_END627 …state_index, n); } b = bit_buf & ((1 << (n)) - 1); bit_buf >>= (n); num_bits -= (n); } MZ_MACRO_END665 } sym = temp; bit_buf >>= code_len; num_bits -= code_len; } MZ_MACRO_END1154 } MZ_MACRO_END2363 #define MZ_SWAP_UINT32(a, b) do { mz_uint32 t = a; a = b; b = t; } MZ_MACRO_END