Lines Matching refs:e
18 expression e,e1,e2;
28 sizeof e b e1
34 c | (e ? e1 : e2)
37 + e
39 - e
46 expression e,e1,e2;
59 sizeof e b e1
61 (e1 b1 e) && (e b2 e2)
63 (e1 b3 e) && (e b4 e2)
65 i b e
67 - c < e
68 + e > c
70 - c <= e
71 + e >= c
73 - c > e
74 + e < c
76 - c >= e
77 + e <= c
87 expression e, e1, e2;
97 sizeof e b e1
103 c | (e ? e1 : e2)
105 * c@j0 b e
113 expression e, e1, e2;
123 sizeof e b e1
125 (e1 b1 e) && (e b2 e2)
127 (e1 b3 e) && (e b4 e2)
129 i b e
131 * c@j0 < e
133 * c@j0 <= e
135 * c@j0 > e
137 * c@j0 >= e