P99

◆ P99_LOW2FILL

#define P99_LOW2FILL (   X)    ((X) | ((X) - 1))

fill all bits below least significant bit that is non zero

Example: 01001100 -> 01001111

Definition at line 1334 of file p99_int.h.