Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 2 of 2) sorted by relevance

/scripts/coccinelle/misc/
Dorplus.cocci55 constant c1,c2;
58 * c1 +@p c2
/scripts/
Dpnmtologo.c223 static inline int is_equal(struct color c1, struct color c2) in is_equal() argument
225 return c1.red == c2.red && c1.green == c2.green && c1.blue == c2.blue; in is_equal()