P99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ 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.