Lines Matching refs:ntohl
501 gOpenScanners[iHandle]->m_composition = ntohl (0x01);
503 gOpenScanners[iHandle]->m_compression = ntohl (0x08);
504 gOpenScanners[iHandle]->m_fileType = ntohl (0x02);
1615 DBG (5, "File type: %x\n", ntohl (pState->m_fileType));
1622 DBG (5, "Compression: %x\n", ntohl (pState->m_compression));
1641 DBG (5, "Width: %d\n", ntohl (pState->m_pixelWidth));
1654 DBG (5, "Height: %d\n", ntohl (pState->m_pixelHeight));
1813 ntohl (pState->m_compression));
1815 switch (ntohl (pState->m_compression))
1913 width = ntohl (pState->m_pixelWidth);
1914 height = ntohl (pState->m_pixelHeight);
1995 DBG (1, "ProcessPageData: Unexpected compression flag %d\n", ntohl (pState->m_compression));