Searched refs:c1 (Results 1 – 2 of 2) sorted by relevance
18 constant c,c1;24 c1 + c - 126 c1@i1 +@p c@i30 constant r.c, r.c1;44 e | c1@i46 e & c1@i48 e |= c1@i50 e &= c1@i55 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()