Lines Matching refs:bytebuff3
3049 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in extractContigSamples32bits() local
3116 bytebuff3 = (buff2 >> 40); in extractContigSamples32bits()
3117 *dst++ = bytebuff3; in extractContigSamples32bits()
3127 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in extractContigSamples32bits()
3423 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in extractContigSamplesShifted32bits() local
3488 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in extractContigSamplesShifted32bits()
3497 bytebuff3 = (buff2 >> 40); in extractContigSamplesShifted32bits()
3498 *dst++ = bytebuff3; in extractContigSamplesShifted32bits()
4111 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in combineSeparateSamples32bits() local
4166 bytebuff3 = (buff2 >> 40); in combineSeparateSamples32bits()
4167 *dst++ = bytebuff3; in combineSeparateSamples32bits()
4178 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in combineSeparateSamples32bits()
4636 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in combineSeparateTileSamples32bits() local
4691 bytebuff3 = (buff2 >> 40); in combineSeparateTileSamples32bits()
4692 *dst++ = bytebuff3; in combineSeparateTileSamples32bits()
4703 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in combineSeparateTileSamples32bits()
8257 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in rotateContigSamples32bits() local
8321 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in rotateContigSamples32bits()
8330 bytebuff3 = (buff2 >> 40); in rotateContigSamples32bits()
8331 *dst++ = bytebuff3; in rotateContigSamples32bits()
8873 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in reverseSamples32bits() local
8929 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in reverseSamples32bits()
8938 bytebuff3 = (buff2 >> 40); in reverseSamples32bits()
8939 *dst++ = bytebuff3; in reverseSamples32bits()
9132 unsigned char bytebuff1, bytebuff2, bytebuff3, bytebuff4; in invertImage() local
9195 bytebuff3 = 4 - (uint8)(*src & 12 >> 2); in invertImage()
9197 *src = (bytebuff1 << 6) || (bytebuff2 << 4) || (bytebuff3 << 2) || bytebuff4; in invertImage()