Searched refs:ts1_type (Results 1 – 7 of 7) sorted by relevance
31 ffi_type ts1_type; in main() local40 ts1_type.size = 0; in main()41 ts1_type.alignment = 0; in main()42 ts1_type.type = FFI_TYPE_STRUCT; in main()43 ts1_type.elements = ts1_type_elements; in main()49 args[0] = &ts1_type; in main()54 &ts1_type, args) == FFI_OK); in main()
25 ffi_type ts1_type; in main() local29 ts1_type.size = 0; in main()30 ts1_type.alignment = 0; in main()31 ts1_type.type = FFI_TYPE_STRUCT; in main()32 ts1_type.elements = ts1_type_elements; in main()43 args[0] = &ts1_type; in main()48 &ts1_type, args) == FFI_OK); in main()
37 ffi_type ts1_type; in main() local42 ts1_type.size = 0; in main()43 ts1_type.alignment = 0; in main()44 ts1_type.type = FFI_TYPE_STRUCT; in main()45 ts1_type.elements = ts1_type_elements; in main()51 cl_arg_types[0] = &ts1_type; in main()
36 ffi_type ts1_type;41 ts1_type.size = 0;42 ts1_type.alignment = 0;43 ts1_type.type = FFI_TYPE_STRUCT;44 ts1_type.elements = ts1_type_elements;50 cl_arg_types[0] = &ts1_type;