P99

◆ P99_LOW2MASK1

#define P99_LOW2MASK1 (   X)    ((X) ^ ((X) - 1))

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

Example: 10011100 -> 00000011

Definition at line 1261 of file p99_int.h.