Lines Matching refs:bytebuff4

3049   uint8  bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0;  in extractContigSamples32bits()  local
3118 bytebuff4 = (buff2 >> 32); in extractContigSamples32bits()
3119 *dst++ = bytebuff4; 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()
3499 bytebuff4 = (buff2 >> 32); in extractContigSamplesShifted32bits()
3500 *dst++ = bytebuff4; in extractContigSamplesShifted32bits()
4111 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in combineSeparateSamples32bits() local
4168 bytebuff4 = (buff2 >> 32); in combineSeparateSamples32bits()
4169 *dst++ = bytebuff4; in combineSeparateSamples32bits()
4178 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in combineSeparateSamples32bits()
4636 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in combineSeparateTileSamples32bits() local
4693 bytebuff4 = (buff2 >> 32); in combineSeparateTileSamples32bits()
4694 *dst++ = bytebuff4; 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()
8332 bytebuff4 = (buff2 >> 32); in rotateContigSamples32bits()
8333 *dst++ = bytebuff4; in rotateContigSamples32bits()
8873 uint8 bytebuff1 = 0, bytebuff2 = 0, bytebuff3 = 0, bytebuff4 = 0; in reverseSamples32bits() local
8929 bytebuff1 = bytebuff2 = bytebuff3 = bytebuff4 = 0; in reverseSamples32bits()
8940 bytebuff4 = (buff2 >> 32); in reverseSamples32bits()
8941 *dst++ = bytebuff4; in reverseSamples32bits()
9132 unsigned char bytebuff1, bytebuff2, bytebuff3, bytebuff4; in invertImage() local
9196 bytebuff4 = 4 - (uint8)(*src & 3); in invertImage()
9197 *src = (bytebuff1 << 6) || (bytebuff2 << 4) || (bytebuff3 << 2) || bytebuff4; in invertImage()