P99

◆ P99_MASK2LOW0

#define P99_MASK2LOW0 (   X)    ((X) ^ -(X))

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

Example: 10011100 -> 11111000

Definition at line 1306 of file p99_int.h.