Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstruct7.c30 ffi_type ts7_type; in main() local
39 ts7_type.size = 0; in main()
40 ts7_type.alignment = 0; in main()
41 ts7_type.type = FFI_TYPE_STRUCT; in main()
42 ts7_type.elements = ts7_type_elements; in main()
48 args[0] = &ts7_type; in main()
52 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts7_type, args) == FFI_OK); in main()
/external/libffi/testsuite/libffi.call/
Dstruct7.c30 ffi_type ts7_type; in main() local
39 ts7_type.size = 0; in main()
40 ts7_type.alignment = 0; in main()
41 ts7_type.type = FFI_TYPE_STRUCT; in main()
42 ts7_type.elements = ts7_type_elements; in main()
48 args[0] = &ts7_type; in main()
52 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts7_type, args) == FFI_OK); in main()