Searched refs:ts5_type (Results 1 – 2 of 2) sorted by relevance
28 ffi_type ts5_type; in main() local37 ts5_type.size = 0; in main()38 ts5_type.alignment = 0; in main()39 ts5_type.type = FFI_TYPE_STRUCT; in main()40 ts5_type.elements = ts5_type_elements; in main()45 args[0] = &ts5_type; in main()46 args[1] = &ts5_type; in main()51 CHECK(ffi_prep_cif(&cif, ABI_NUM, 2, &ts5_type, args) == FFI_OK); in main()