Home | History | Annotate | Download | only in analysis

Lines Matching defs:byte1

1398         u1 byte1 = *bits1++;
1400 if (byte1 != byte2) {
1406 if (((byte1 >> bitNum) & 0x01) != ((byte2 >> bitNum) & 0x01)) {