Searched refs:C_CdC (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 1179 Cr = C_CdC(C1,d2,C3); in structure_tests() 1195 FFI_CALL(cif,C_CdC,args,&Cr); in structure_tests()
|
D | testcases.c | 521 Char ABI_ATTR C_CdC (Char a, double b, Char c) in C_CdC() function
|
D | test-callback.c | 813 if (data != (void*)&C_CdC) { fprintf(out,"wrong data for C_CdC\n"); exit(1); } in C_CdC_simulator() 2309 Cr = C_CdC(C1,d2,C3); in main() 2324 PREP_CALLBACK(cif,C_CdC_simulator,(void*)&C_CdC); in main()
|