Searched refs:I_III (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 1156 Ir = I_III(I1,I2,I3); in structure_tests() 1172 FFI_CALL(cif,I_III,args,&Ir); in structure_tests()
|
D | testcases.c | 513 Int ABI_ATTR I_III (Int a, Int b, Int c) in I_III() function
|
D | test-callback.c | 801 if (data != (void*)&I_III) { fprintf(out,"wrong data for I_III\n"); exit(1); } in I_III_simulator() 2285 Ir = I_III(I1,I2,I3); in main() 2300 PREP_CALLBACK(cif,I_III_simulator,(void*)&I_III); in main()
|