Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The intent of the expression in this noncompliant code example is to add the variable OFFSET with the result of the bitwise anding and between x and MASK.

Code Block
bgColor#FFCCCC
x & MASK + OFFSET

...