HomeSort by: relevance | last modified time | path
    Searched defs:okr (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_169.c 13 unsigned con, okl, okr; local in function:confusing_shift_arith
18 okr = a + (b << c);
23 okr = a << (b + c);
28 okr = a - (b >> c);
33 okr = a >> (b - c);
55 bool con, okl, okr, okb, eql; local in function:confusing_logical
63 okr = a && (b || c);
68 okr = a || (b && c);
77 okr = a && b || (c && d);
84 bool con, okl, okr, eql local in function:confusing_bitwise
    [all...]
msg_169.c 13 unsigned con, okl, okr; local in function:confusing_shift_arith
18 okr = a + (b << c);
23 okr = a << (b + c);
28 okr = a - (b >> c);
33 okr = a >> (b - c);
55 bool con, okl, okr, okb, eql; local in function:confusing_logical
63 okr = a && (b || c);
68 okr = a || (b && c);
77 okr = a && b || (c && d);
84 bool con, okl, okr, eql local in function:confusing_bitwise
    [all...]

Completed in 22 milliseconds