Home
last modified time | relevance | path

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

/external/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()
/external/python/cpython2/Modules/_ctypes/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()