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

  /src/tests/usr.bin/xlint/lint1/
msg_169.c 13 unsigned con, okl, okr; local in function:confusing_shift_arith
17 okl = (a + b) << c;
22 okl = (a << b) + c;
27 okl = (a - b) >> c;
32 okl = (a >> b) - c;
55 bool con, okl, okr, okb, eql; local in function:confusing_logical
62 okl = (a && b) || c;
67 okl = (a || b) && c;
75 okl = (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
17 okl = (a + b) << c;
22 okl = (a << b) + c;
27 okl = (a - b) >> c;
32 okl = (a >> b) - c;
55 bool con, okl, okr, okb, eql; local in function:confusing_logical
62 okl = (a && b) || c;
67 okl = (a || b) && c;
75 okl = (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
17 okl = (a + b) << c;
22 okl = (a << b) + c;
27 okl = (a - b) >> c;
32 okl = (a >> b) - c;
55 bool con, okl, okr, okb, eql; local in function:confusing_logical
62 okl = (a && b) || c;
67 okl = (a || b) && c;
75 okl = (a && b) || c && d;
84 bool con, okl, okr, eql local in function:confusing_bitwise
    [all...]

Completed in 35 milliseconds