Home
last modified time | relevance | path

Searched refs:bytebuff4 (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffcrop.c3118 bytebuff4 = (buff2 >> 32); in extractContigSamples32bits()
3119 *dst++ = bytebuff4; in extractContigSamples32bits()
3499 bytebuff4 = (buff2 >> 32); in extractContigSamplesShifted32bits()
3500 *dst++ = bytebuff4; in extractContigSamplesShifted32bits()
4168 bytebuff4 = (buff2 >> 32); in combineSeparateSamples32bits()
4169 *dst++ = bytebuff4; in combineSeparateSamples32bits()
4693 bytebuff4 = (buff2 >> 32); in combineSeparateTileSamples32bits()
4694 *dst++ = bytebuff4; in combineSeparateTileSamples32bits()
8332 bytebuff4 = (buff2 >> 32); in rotateContigSamples32bits()
8333 *dst++ = bytebuff4; in rotateContigSamples32bits()
[all …]