...
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 | ||
---|---|---|
| ||
x & MASK + OFFSET |
...
...
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 | ||
---|---|---|
| ||
x & MASK + OFFSET |
...