Searched refs:TINFL_MEMSET (Results 1 – 1 of 1) sorted by relevance
2243 #define TINFL_MEMSET(p, c, l) memset(p, c, l) macro2485 TINFL_MEMSET(r->m_tables[1].m_code_size, 5, 32); in tinfl_decompress()2591 … TINFL_MEMSET(r->m_len_codes + counter, (dist == 16) ? r->m_len_codes[counter - 1] : 0, s); in tinfl_decompress()