Home
last modified time | relevance | path

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

/third_party/libffi/testsuite/libffi.call/
Dstruct3.c28 ffi_type ts3_type; in main() local
35 ts3_type.size = 0; in main()
36 ts3_type.alignment = 0; in main()
37 ts3_type.type = FFI_TYPE_STRUCT; in main()
38 ts3_type.elements = ts3_type_elements; in main()
42 args[0] = &ts3_type; in main()
47 &ts3_type, args) == FFI_OK); in main()