Searched refs:c2 (Results 1 – 2 of 2) sorted by relevance
55 constant c1,c2;58 * c1 +@p c2
223 static inline int is_equal(struct color c1, struct color c2) in is_equal() argument225 return c1.red == c2.red && c1.green == c2.green && c1.blue == c2.blue; in is_equal()