Searched refs:_2btol (Results 1 - 9 of 9) sorted by relevance
/third_party/backends/backend/ |
H A D | bh.c | 510 x = MIN((int) _2btol(buf.posxb), (int) _2btol(buf.posxa)); in read_barcode_data() 511 y = MIN((int) _2btol(buf.posyb), (int) _2btol(buf.posyd)); in read_barcode_data() 512 w = MAX((int) _2btol(buf.posxd), (int) _2btol(buf.posxd)) - x; in read_barcode_data() 513 l = MAX((int) _2btol(buf.posya), (int) _2btol(buf.posyc)) - y; in read_barcode_data() 538 print_barcodetype((int) _2btol(buf.barcodetype)), in read_barcode_data() 539 (int) _2btol(bu in read_barcode_data() [all...] |
H A D | hs2p-scsi.c | 258 _2btol (&vbuf->imagedataprocessing[0])); in print_vpd_info() 266 _2btol (&vbuf->xmaxoutputpixels[0])); in print_vpd_info() 277 DBG (DBG_info, "[05] BasicXRes %lu\n", _2btol (&jbuf->BasicRes.x[0])); in print_jis_info() 278 DBG (DBG_info, "[07] BasicYRes %lu\n", _2btol (&jbuf->BasicRes.y[0])); in print_jis_info() 280 DBG (DBG_info, "[10] MaxXRes %lu\n", _2btol (&jbuf->MaxRes.x[0])); in print_jis_info() 281 DBG (DBG_info, "[12] MaxYRes %lu\n", _2btol (&jbuf->MaxRes.y[0])); in print_jis_info() 282 DBG (DBG_info, "[14] MinXRes %lu\n", _2btol (&jbuf->MinRes.x[0])); in print_jis_info() 283 DBG (DBG_info, "[16] MinYRes %lu\n", _2btol (&jbuf->MinRes.y[0])); in print_jis_info() 1084 DBG (DBG_info, "Window Descriptor Length=%lu\n\n", _2btol (buf->hdr.len)); in print_window_data() 1091 DBG (DBG_info, "X-Axis Resolution = %lu\n", _2btol (dat in print_window_data() [all...] |
H A D | ibm.c | 266 dev->info.xres_default = _2btol(wbuf.x_res); in attach() 267 dev->info.yres_default = _2btol(wbuf.y_res); in attach() 298 dev->info.mud = _2btol(mup.mud); in attach() 1030 DBG (5, "xres=%d\n", _2btol(wbuf.x_res)); in sane_start() 1031 DBG (5, "yres=%d\n", _2btol(wbuf.y_res)); in sane_start() 1054 DBG (5, "xres=%d\n", _2btol(wbuf.x_res)); in sane_start() 1055 DBG (5, "yres=%d\n", _2btol(wbuf.y_res)); in sane_start()
|
H A D | ricoh.c | 239 dev->info.xres_default = _2btol(wbuf.x_res); in attach() 240 dev->info.yres_default = _2btol(wbuf.y_res); in attach() 263 dev->info.mud = _2btol(mup.mud); in attach() 880 DBG (5, "xres=%d\n", _2btol(wbuf.x_res)); in sane_start() 881 DBG (5, "yres=%d\n", _2btol(wbuf.y_res)); in sane_start() 904 DBG (5, "xres=%d\n", _2btol(wbuf.x_res)); in sane_start() 905 DBG (5, "yres=%d\n", _2btol(wbuf.y_res)); in sane_start()
|
H A D | hs2p.c | 1289 dev->info.resBasicX = _2btol (&jbuf.BasicRes.x[0]); /* set to 400 */ in attach() 1290 dev->info.resBasicY = _2btol (&jbuf.BasicRes.y[0]); /* set to 400 */ in attach() 1294 dev->info.resMaxX = _2btol (&jbuf.MaxRes.x[0]); /* set to 800 */ in attach() 1295 dev->info.resMaxY = _2btol (&jbuf.MaxRes.y[0]); /* set to 800 */ in attach() 1296 dev->info.resMinX = _2btol (&jbuf.MinRes.x[0]); /* set to 100 for IS450 and 60 for IS420 */ in attach() 1297 dev->info.resMinY = _2btol (&jbuf.MinRes.y[0]); /* set to 100 for IS450 and 60 for IS420 */ in attach() 1299 dev->info.xres_range.min = _2btol (&jbuf.MinRes.x[0]); /* set to 100 for IS450 and 60 for IS420 */ in attach() 1300 dev->info.xres_range.max = _2btol (&jbuf.MaxRes.x[0]); /* set to 800 */ in attach() 1304 dev->info.yres_range.min = _2btol (&jbuf.MinRes.y[0]); /* set to 100 for IS450 and 60 for IS420 */ in attach() 1305 dev->info.yres_range.max = _2btol ( in attach() [all...] |
H A D | ricoh.h | 137 _2btol(SANE_Byte *bytes) in _2btol() function
|
H A D | ibm.h | 183 _2btol(SANE_Byte *bytes) in _2btol() function
|
H A D | hs2p.h | 404 _2btol (SANE_Byte * bytes) in _2btol() function 425 _2btol(SANE_Byte *bytes)
|
H A D | bh.h | 582 _2btol(SANE_Byte *bytes) in _2btol() function
|
Completed in 13 milliseconds