udivmodsi4_test.c | 21 int test__udivmodsi4(su_int a, su_int b, function in typeref:typename:int 43 if (test__udivmodsi4(0, 1, 0, 0)) 46 if (test__udivmodsi4(2, 1, 2, 0)) 49 if (test__udivmodsi4(19, 5, 3, 4)) 52 if (test__udivmodsi4(0x80000000, 8, 0x10000000, 0)) 55 if (test__udivmodsi4(0x80000003, 8, 0x10000000, 3))
|