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

/external/libffi/testsuite/libffi.call/
H A Dstruct6.c28 ffi_type ts6_type; local
30 ts6_type.size = 0;
31 ts6_type.alignment = 0;
32 ts6_type.type = FFI_TYPE_STRUCT;
33 ts6_type.elements = ts6_type_elements;
45 args[0] = &ts6_type;
49 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &ts6_type, args) == FFI_OK);

Completed in 65 milliseconds