Lines Matching defs:byte
1208 DBG (3, "scan mode control byte[%d] = %d\n", (int) i, ebuf[i]);
1224 DBG (3, "scan mode control byte[%d] = %d\n", (int) i,
1495 DBG (3, "scan mode byte[%d] = %d\n", (int) i, ebuf[i]);
1722 Otherwise the other subroutines expect only 1 byte, so we must
1903 byte, byte_per_line/*, bit*/;
2032 DBG(1, "0 byte read from temp file. premature EOF?\n");
2067 for (byte = 0; (int) byte < maxpix; byte++)
2069 s->outbuffer[2 * byte] = primaryHigh[firstimage[byte]]
2070 | secondaryHigh[secondimage[byte]];
2071 s->outbuffer[2 * byte + 1] = primaryLow[firstimage[byte]]
2072 | secondaryLow[secondimage[byte]];
2079 if (inmask == (secondimage[byte] & inmask))
2082 if (inmask == (firstimage[byte] & inmask))
2087 s->outbuffer[2 * byte] = outbyte;
2093 if (inmask == (secondimage[byte] & inmask))
2096 if (inmask == (firstimage[byte] & inmask))
2101 s->outbuffer[2 * byte + 1] = outbyte;