Lines Matching defs:result
920 * to call this function may result in some resources not being
1235 SANE_Status result;
1243 result = sanei_usb_write_bulk (udh, /* 0x02, */ command_buffer, &bytes);
1245 if (result == SANE_STATUS_GOOD && receive_bytes_outstanding)
1253 result = sanei_usb_read_bulk (udh,
1256 if (result == SANE_STATUS_GOOD)
1262 if (result == SANE_STATUS_GOOD)
1278 return (result == SANE_STATUS_GOOD) ? 0 : -1;
2409 * TRIPLE gives a black result
2410 * TEST gives a black result
2411 * 300 gives a black result
2412 * 150 gives a black result
2771 int result = 0;
2943 result = -1;
2949 return result;
2996 int result;
3213 result = rts8801_doscan (w,
3223 return result;
3685 pDetailedCalib[idx++] = offnow; /* Subtract this value from the result at gains = 0x80*/