find the bit position(s) which are exactly set twice over multiple bit fields
I’ve 9 bit fields every bit field has 9 nine bits, the 9 LSBs of an int.
I want to find the bit position(s) which are exactly set twice over all bit fields.
I’ve 9 bit fields every bit field has 9 nine bits, the 9 LSBs of an int.
I want to find the bit position(s) which are exactly set twice over all bit fields.