Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dtinfl.c62 #define MZ_MACRO_END while (0, 0) macro
64 #define MZ_MACRO_END while (0) macro
130 #define tinfl_init(r) do { (r)->m_state = 0; } MZ_MACRO_END
196 …do { status = result; r->m_state = state_index; goto common_exit; case state_index:; } MZ_MACRO_END
197 …EVER(state_index, result) do { for ( ; ; ) { TINFL_CR_RETURN(state_index, result); } } MZ_MACRO_END
216 } else c = *pIn_buf_cur++; } MZ_MACRO_END
219 …(mz_uint)(n)) { TINFL_NEED_BITS(state_index, n); } bit_buf >>= (n); num_bits -= (n); } MZ_MACRO_END
220 …state_index, n); } b = bit_buf & ((1 << (n)) - 1); bit_buf >>= (n); num_bits -= (n); } MZ_MACRO_END
258 } sym = temp; bit_buf >>= code_len; num_bits -= code_len; } MZ_MACRO_END