Home
last modified time | relevance | path

Searched refs:C_CdC (Results 1 – 3 of 3) sorted by relevance

/external/libffi/testsuite/libffi.bhaible/
Dtest-call.c1179 Cr = C_CdC(C1,d2,C3); in structure_tests()
1195 FFI_CALL(cif,C_CdC,args,&Cr); in structure_tests()
Dtestcases.c521 Char ABI_ATTR C_CdC (Char a, double b, Char c) in C_CdC() function
Dtest-callback.c813 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()