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

/macosx-10.10/libffi-18.1/tests/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;
32 struct my_ffi_struct a1;
33 struct my_ffi_struct a2;
35 a1 = *(struct my_ffi_struct*)(args[0]);
36 a2 = *(struct my_ffi_struct*)(arg
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/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;
32 struct my_ffi_struct a1;
33 struct my_ffi_struct a2;
35 a1 = *(struct my_ffi_struct*)(args[0]);
36 a2 = *(struct my_ffi_struct*)(arg
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/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;
32 struct my_ffi_struct a1;
33 struct my_ffi_struct a2;
35 a1 = *(struct my_ffi_struct*)(args[0]);
36 a2 = *(struct my_ffi_struct*)(arg
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/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;
32 struct my_ffi_struct a1;
33 struct my_ffi_struct a2;
35 a1 = *(struct my_ffi_struct*)(args[0]);
36 a2 = *(struct my_ffi_struct*)(arg
[all...]

Completed in 191 milliseconds