Home
last modified time | relevance | path

Searched refs:ts5_type (Results 1 – 1 of 1) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dstruct5.c28 ffi_type ts5_type; in main() local
30 ts5_type.size = 0; in main()
31 ts5_type.alignment = 0; in main()
32 ts5_type.type = FFI_TYPE_STRUCT; in main()
33 ts5_type.elements = ts5_type_elements; in main()
44 args[0] = &ts5_type; in main()
45 args[1] = &ts5_type; in main()
50 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &ts5_type, args) == FFI_OK); in main()