Searched refs:c1 (Results 1 – 3 of 3) sorted by relevance
46 #define ROM_TABLE_CODE(c1, c2) ((c1) | ((c2) << 8)) argument82 static inline uint32_t rom_table_code(uint8_t c1, uint8_t c2) { in rom_table_code() argument83 return ROM_TABLE_CODE((uint32_t) c1, (uint32_t) c2); in rom_table_code()
42 #define BINARY_INFO_MAKE_TAG(c1, c2) ((((uint)c2&0xffu)<<8u)|((uint)c1&0xffu)) argument
1535 mz_uint8 c0 = d->m_dict[pos + match_len], c1 = d->m_dict[pos + match_len - 1]; in tdefl_find_match() local1546 …if ((d->m_dict[probe_pos + match_len] == c0) && (d->m_dict[probe_pos + match_len - 1] == c1)) brea… in tdefl_find_match()1553 c0 = d->m_dict[pos + match_len]; c1 = d->m_dict[pos + match_len - 1]; in tdefl_find_match()
Completed in 20 milliseconds