Home
last modified time | relevance | path

Searched refs:tmpByte (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dplustek-pp_p48xx.c112 UChar tmpByte; in p48xxDoTest() local
207 tmpByte = IODataRegisterFromScanner( ps, 0x18 ); in p48xxDoTest()
208 DBG( DBG_LOW, "tmpByte[0x18] = 0x%02x\n",tmpByte ); in p48xxDoTest()
211 tmpByte = IODataRegisterFromScanner( ps, 0x0e ); in p48xxDoTest()
212 DBG( DBG_LOW, "tmpByte = 0x%02x, cntr = %u, AsicId = 0x%02x\n", in p48xxDoTest()
213 tmpByte, cntr, ps->sCaps.AsicID ); in p48xxDoTest()
223 if ( tmpByte == 0x02 ) { in p48xxDoTest()
249 if ( tmpByte != 0x0f ) { in p48xxDoTest()
253 if (( 0x08 == tmpByte ) in p48xxDoTest()
[all...]
H A Dlexmark_low.c5342 SANE_Byte tmpByte; in read_buffer_add_bit_lineart() local
5349 tmpByte = 0; in read_buffer_add_bit_lineart()
5353 tmpByte = 128; in read_buffer_add_bit_lineart()
5359 tmpByte = tmpByte >> bitIndex; in read_buffer_add_bit_lineart()
5367 *currentBytePtr = *currentBytePtr | tmpByte; in read_buffer_add_bit_lineart()

Completed in 6 milliseconds