Home | History | Annotate | Download | only in analysis

Lines Matching refs:byte2

1397         u1 byte2 = *bits2++;
1398 if (byte1 != byte2) {
1404 if (((byte1 >> bitNum) & 0x01) != ((byte2 >> bitNum) & 0x01)) {