Home
last modified time | relevance | path

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

/external/libffi/testsuite/libffi.bhaible/
Dtest-call.c83 #define FFI_CALL(cif,fn,args,retaddr) \ macro
116 FFI_CALL(cif,v_v,NULL,NULL); in void_tests()
136 FFI_CALL(cif,i_v,NULL,&retvalue); in int_tests()
155 FFI_CALL(cif,i_i,args,&retvalue); in int_tests()
174 FFI_CALL(cif,i_i2,args,&retvalue); in int_tests()
193 FFI_CALL(cif,i_i4,args,&retvalue); in int_tests()
212 FFI_CALL(cif,i_i8,args,&retvalue); in int_tests()
231 FFI_CALL(cif,i_i16,args,&retvalue); in int_tests()
257 FFI_CALL(cif,f_f,args,&fr); in float_tests()
275 FFI_CALL(cif,f_f2,args,&fr); in float_tests()
[all …]