Searched refs:cc1 (Results 1 – 1 of 1) sorted by relevance
149 isocmp(const uint8_t cc1[], const uint8_t cc2[]) in isocmp() argument151 return (cc1[0] == cc2[0] && cc1[1] == cc2[1]); in isocmp()