Searched refs:my_ffi_struct (Results 1 - 1 of 1) sorted by relevance

/external/libffi/testsuite/libffi.call/
H A Dproblem1.c10 typedef struct my_ffi_struct { struct
14 } my_ffi_struct; typedef in typeref:struct:my_ffi_struct
16 my_ffi_struct callee(struct my_ffi_struct a1, struct my_ffi_struct a2)
18 struct my_ffi_struct result;
33 struct my_ffi_struct a1;
34 struct my_ffi_struct a2;
36 a1 = *(struct my_ffi_struct*)(args[0]);
37 a2 = *(struct my_ffi_struct*)(arg
[all...]

Completed in 62 milliseconds