Searched defs:c2 (Results 1 – 2 of 2) 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()
42 #define BINARY_INFO_MAKE_TAG(c1, c2) ((((uint)c2&0xffu)<<8u)|((uint)c1&0xffu)) argument
Completed in 3 milliseconds