P99

◆ P99_MASK2LOW1

#define P99_MASK2LOW1 (   X)    ((X) | -(X))

mask consisting of bits above and including the least significant bit that is non zero

Example: 10011100 -> 11111100

Definition at line 1291 of file p99_int.h.