Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_bootrom/include/pico/
A Dbootrom.h46 #define ROM_TABLE_CODE(c1, c2) ((c1) | ((c2) << 8)) argument
82 static inline uint32_t rom_table_code(uint8_t c1, uint8_t c2) { in rom_table_code() argument
83 return ROM_TABLE_CODE((uint32_t) c1, (uint32_t) c2); in rom_table_code()
/external/platform/pico/common/pico_binary_info/include/pico/binary_info/
A Dstructure.h42 #define BINARY_INFO_MAKE_TAG(c1, c2) ((((uint)c2&0xffu)<<8u)|((uint)c1&0xffu)) argument
/external/lib/miniz/
A Dminiz.c1535 mz_uint8 c0 = d->m_dict[pos + match_len], c1 = d->m_dict[pos + match_len - 1]; in tdefl_find_match() local
1546 …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