Home
last modified time | relevance | path

Searched refs:d0 (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_standalone_host_storage_basic_test.c603 static ULONG _test_dw_minus(ULONG d0, ULONG d1) in _test_dw_minus() argument
605 if (d0 >= d1) in _test_dw_minus()
606 return(d0 - d1); in _test_dw_minus()
607 return(d0 + (0xFFFFFFFF - d1)); in _test_dw_minus()
Dusbx_standalone_host_storage_insert_eject_test.c603 static ULONG _test_dw_minus(ULONG d0, ULONG d1) in _test_dw_minus() argument
605 if (d0 >= d1) in _test_dw_minus()
606 return(d0 - d1); in _test_dw_minus()
607 return(d0 + (0xFFFFFFFF - d1)); in _test_dw_minus()
Dusbx_standalone_host_storage_read_write_test.c606 static ULONG _test_dw_minus(ULONG d0, ULONG d1) in _test_dw_minus() argument
608 if (d0 >= d1) in _test_dw_minus()
609 return(d0 - d1); in _test_dw_minus()
610 return(d0 + (0xFFFFFFFF - d1)); in _test_dw_minus()
Dusbx_standalone_device_storage_read_write_test.c586 static ULONG _test_dw_minus(ULONG d0, ULONG d1) in _test_dw_minus() argument
588 if (d0 >= d1) in _test_dw_minus()
589 return(d0 - d1); in _test_dw_minus()
590 return(d0 + (0xFFFFFFFF - d1)); in _test_dw_minus()
Dusbx_standalone_device_storage_basic_test.c586 static ULONG _test_dw_minus(ULONG d0, ULONG d1) in _test_dw_minus() argument
588 if (d0 >= d1) in _test_dw_minus()
589 return(d0 - d1); in _test_dw_minus()
590 return(d0 + (0xFFFFFFFF - d1)); in _test_dw_minus()
Dusbx_standalone_device_storage_error_cv_test.c586 static ULONG _test_dw_minus(ULONG d0, ULONG d1) in _test_dw_minus() argument
588 if (d0 >= d1) in _test_dw_minus()
589 return(d0 - d1); in _test_dw_minus()
590 return(d0 + (0xFFFFFFFF - d1)); in _test_dw_minus()