Home | History | Annotate | Download | only in helgrind

Lines Matching full:bit1

1141 #  define BYTE(bit7, bit6, bit5, bit4, bit3, bit2, bit1, bit0) \
1145 ( (bit1) << 1) | ( (bit0) << 0) ) )