Lines Matching full:res
63 struct my_ffi_struct res;
85 ffi_call(&cif, FFI_FN(callee), &res, args);
87 printf("res: %g %g %g\n", res.a, res.b, res.c);
92 res = ((my_ffi_struct(*)(struct my_ffi_struct, struct my_ffi_struct))(pcl))(g, f);
94 printf("res: %g %g %g\n", res.a, res.b, res.c);