Searched refs:result2 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/ia64/lib/ |
D | do_csum.S | 131 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2] 223 mov result2[0]=r0 229 (ELD_1) cmp.ltu pC2[0],p0=result2[LOAD_LATENCY],word2[LOAD_LATENCY+1] 232 (ELD) add result2[LOAD_LATENCY-1]=result2[LOAD_LATENCY],word2[LOAD_LATENCY] 243 add result2[LOAD_LATENCY+1]=result2[LOAD_LATENCY+1],carry2 246 cmp.ltu p7,p0=result2[LOAD_LATENCY+1],carry2 249 (p7) adds result2[LOAD_LATENCY+1]=1,result2[LOAD_LATENCY+1] 251 add result1[0]=result1[LOAD_LATENCY+1],result2[LOAD_LATENCY+1] 253 cmp.ltu p6,p0=result1[0],result2[LOAD_LATENCY+1]
|
/Linux-v4.19/drivers/usb/storage/ |
D | transport.c | 1341 int result2; in usb_stor_reset_common() local 1372 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common() 1376 result = result2; in usb_stor_reset_common()
|
D | sddr09.c | 939 int result2 = sddr09_read_status(us, &status); in sddr09_write_lba() 940 if (result2) in sddr09_write_lba() 949 int result2 = sddr09_test_unit_ready(us); in sddr09_write_lba()
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 2450 int result, result1, result2; in hfa384x_drvr_start() local 2505 result2 = result; in hfa384x_drvr_start() 2507 if (result2 != 0) { in hfa384x_drvr_start() 2510 result1, result2); in hfa384x_drvr_start() 2518 } else if (result2 != 0) { in hfa384x_drvr_start() 2520 result2); in hfa384x_drvr_start()
|
/Linux-v4.19/drivers/scsi/ |
D | st.c | 1340 int result = 0, result2; in st_flush() local 1357 (result2 = switch_partition(STp)) < 0) { in st_flush() 1360 result = result2; in st_flush() 1444 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush() 1446 result = result2; in st_flush()
|
D | osst.c | 4827 int result = 0, result2; in os_scsi_tape_flush() local 4889 result2 = osst_position_tape_and_confirm(STp, &SRpnt, STp->first_data_ppos); in os_scsi_tape_flush() 4891 if (result == 0 && result2 < 0) in os_scsi_tape_flush() 4892 result = result2; in os_scsi_tape_flush()
|