Home
last modified time | relevance | path

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

/scripts/coccinelle/misc/
Dorplus.cocci18 constant c,c1;
24 c1 + c - 1
26 c1@i1 +@p c@i
30 constant r.c, r.c1;
44 e | c1@i
46 e & c1@i
48 e |= c1@i
50 e &= c1@i
55 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()