Searched refs:destino (Results 1 - 1 of 1) sorted by relevance
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 552 static void Split_into_12bit_channels (SANE_Byte * destino, 582 static SANE_Int Read_FE3E (struct st_device *dev, SANE_Byte * destino); 3781 Read_FE3E (struct st_device *dev, SANE_Byte * destino) in Read_FE3E() argument 3788 if (destino != NULL) in Read_FE3E() 3793 *destino = data; in Read_FE3E() 7354 Split_into_12bit_channels (SANE_Byte * destino, SANE_Byte * fuente, in Split_into_12bit_channels() argument 7364 DBG (DBG_FNC, "> Split_into_12bit_channels(*destino, *fuente, size=%i\n", in Split_into_12bit_channels() 7367 if ((destino != NULL) && (fuente != NULL)) in Split_into_12bit_channels() 7376 *destino = _B0 ((*(fuente + 1) >> 4) + (*fuente << 4)); in Split_into_12bit_channels() 7377 *(destino in Split_into_12bit_channels() 7642 SANE_Byte *destino, *fuente; Read_Block() local [all...] |
Completed in 10 milliseconds