Searched refs:expbits (Results 1 – 1 of 1) sorted by relevance
87 long expbits; in databinchk() local98 expbits = 0x55; in databinchk()102 expbits = 0xf0; in databinchk()107 expbits = ((offset + cnt) % 8 & 0177); in databinchk()109 if (buffer[cnt] != expbits) { in databinchk()112 offset + cnt, expbits, buffer[cnt]); in databinchk()120 expbits = 0xff; in databinchk()124 expbits = 0; in databinchk()134 if (actbits != expbits) { in databinchk()137 offset + cnt, expbits, actbits); in databinchk()