Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadfile.c537 l_uint16 twobytepw; in findFileFormatBuffer() local
548 ((char *)(&twobytepw))[0] = buf[0]; in findFileFormatBuffer()
549 ((char *)(&twobytepw))[1] = buf[1]; in findFileFormatBuffer()
551 if (convertOnBigEnd16(twobytepw) == BMP_ID) { in findFileFormatBuffer()
556 if (twobytepw == TIFF_BIGEND_ID || twobytepw == TIFF_LITTLEEND_ID) { in findFileFormatBuffer()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadfile.c657 l_uint16 twobytepw; in findFileFormatBuffer() local
668 ((char *)(&twobytepw))[0] = buf[0]; in findFileFormatBuffer()
669 ((char *)(&twobytepw))[1] = buf[1]; in findFileFormatBuffer()
671 if (convertOnBigEnd16(twobytepw) == BMP_ID) { in findFileFormatBuffer()
676 if (twobytepw == TIFF_BIGEND_ID || twobytepw == TIFF_LITTLEEND_ID) { in findFileFormatBuffer()