Lines Matching refs:u_long
641 static SANE_Status u12io_ReadMonoData( U12_Device *dev, SANE_Byte *buf, u_long len )
658 u12io_ReadColorData( U12_Device *dev, SANE_Byte *buf, u_long len )
769 static u_long u12io_GetFifoLength( U12_Device *dev )
774 u_long len, len_r, len_g, len_b;
799 len_r = (u_long)data[5] * 256 + (u_long)data[4];
800 len_g = (u_long)data[8] * 256 + (u_long)data[7];
801 len_b = (u_long)data[11] * 256 + (u_long)data[10];
821 u12io_ReadOneShadingLine( U12_Device *dev, SANE_Byte *buf, u_long len )