P99

◆ P99_LOW2MASK0

#define P99_LOW2MASK0 (   X)    (~(X) & ((X) - 1))

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

Example: 10011100 -> 00000111

Definition at line 1276 of file p99_int.h.