Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstruct2.c30 ffi_type ts2_type; in main() local
37 ts2_type.size = 0; in main()
38 ts2_type.alignment = 0; in main()
39 ts2_type.type = FFI_TYPE_STRUCT; in main()
40 ts2_type.elements = ts2_type_elements; in main()
45 args[0] = &ts2_type; in main()
49 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts2_type, args) == FFI_OK); in main()
/external/libffi/testsuite/libffi.call/
Dstruct2.c30 ffi_type ts2_type; in main() local
37 ts2_type.size = 0; in main()
38 ts2_type.alignment = 0; in main()
39 ts2_type.type = FFI_TYPE_STRUCT; in main()
40 ts2_type.elements = ts2_type_elements; in main()
45 args[0] = &ts2_type; in main()
49 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts2_type, args) == FFI_OK); in main()