Home
last modified time | relevance | path

Searched refs:result2 (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/lib/
H A Ddo_csum.S131 .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_LATENC
[all...]
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Ddo_csum.S131 .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_LATENC
[all...]
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/
H A Dequilibrium_init.sh56 local result2=$(echo "$result_might $result_right" \
58 if [ $result1 -gt 0 ] && [ $result2 -gt 0 ]; then
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dtransport.c1347 int result2; in usb_stor_reset_common() local
1378 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
1382 result = result2; in usb_stor_reset_common()
H A Dsddr09.c940 int result2 = sddr09_read_status(us, &status); in sddr09_write_lba()
941 if (result2) in sddr09_write_lba()
950 int result2 = sddr09_test_unit_ready(us); in sddr09_write_lba()
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dtransport.c1352 int result2; in usb_stor_reset_common() local
1383 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common()
1387 result = result2; in usb_stor_reset_common()
H A Dsddr09.c940 int result2 = sddr09_read_status(us, &status); in sddr09_write_lba()
941 if (result2) in sddr09_write_lba()
950 int result2 = sddr09_test_unit_ready(us); in sddr09_write_lba()
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2321 int result, result1, result2; in hfa384x_drvr_start() local
2376 result2 = result; in hfa384x_drvr_start()
2378 if (result2 != 0) { in hfa384x_drvr_start()
2381 result1, result2); in hfa384x_drvr_start()
2389 } else if (result2 != 0) { in hfa384x_drvr_start()
2391 result2); in hfa384x_drvr_start()
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2300 int result, result1, result2; in hfa384x_drvr_start() local
2355 result2 = result; in hfa384x_drvr_start()
2357 if (result2 != 0) { in hfa384x_drvr_start()
2360 result1, result2); in hfa384x_drvr_start()
2368 } else if (result2 != 0) { in hfa384x_drvr_start()
2370 result2); in hfa384x_drvr_start()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.c1350 int result = 0, result2; in st_flush()
1367 (result2 = switch_partition(STp)) < 0) { in st_flush()
1370 result = result2; in st_flush()
1454 result2 = st_int_ioctl(STp, MTREW, 1);
1456 result = result2;
1344 int result = 0, result2; st_flush() local
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.c1351 int result = 0, result2; in st_flush()
1368 (result2 = switch_partition(STp)) < 0) { in st_flush()
1371 result = result2; in st_flush()
1455 result2 = st_int_ioctl(STp, MTREW, 1);
1457 result = result2;
1345 int result = 0, result2; st_flush() local

Completed in 27 milliseconds