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

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/testsuite/libffi.call/
H A Dstruct4.c29 ffi_type ts4_type; local
31 ts4_type.size = 0;
32 ts4_type.alignment = 0;
33 ts4_type.type = FFI_TYPE_STRUCT;
35 ts4_type.elements = ts4_type_elements;
46 args[0] = &ts4_type;
50 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &ts4_type, args) == FFI_OK);
/macosx-10.9.5/libffi-18.1/tests/testsuite/libffi.call/
H A Dstruct4.c29 ffi_type ts4_type; local
31 ts4_type.size = 0;
32 ts4_type.alignment = 0;
33 ts4_type.type = FFI_TYPE_STRUCT;
35 ts4_type.elements = ts4_type_elements;
46 args[0] = &ts4_type;
50 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &ts4_type, args) == FFI_OK);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dstruct4.c29 ffi_type ts4_type; local
31 ts4_type.size = 0;
32 ts4_type.alignment = 0;
33 ts4_type.type = FFI_TYPE_STRUCT;
35 ts4_type.elements = ts4_type_elements;
46 args[0] = &ts4_type;
50 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &ts4_type, args) == FFI_OK);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dstruct4.c29 ffi_type ts4_type; local
31 ts4_type.size = 0;
32 ts4_type.alignment = 0;
33 ts4_type.type = FFI_TYPE_STRUCT;
35 ts4_type.elements = ts4_type_elements;
46 args[0] = &ts4_type;
50 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &ts4_type, args) == FFI_OK);

Completed in 78 milliseconds