Home
last modified time | relevance | path

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

/external/libffi/testsuite/libffi.call/
Dstruct9.c29 ffi_type ts9_type; in main() local
38 ts9_type.size = 0; in main()
39 ts9_type.alignment = 0; in main()
40 ts9_type.type = FFI_TYPE_STRUCT; in main()
41 ts9_type.elements = ts9_type_elements; in main()
46 args[0] = &ts9_type; in main()
50 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts9_type, args) == FFI_OK); in main()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstruct9.c29 ffi_type ts9_type; in main() local
38 ts9_type.size = 0; in main()
39 ts9_type.alignment = 0; in main()
40 ts9_type.type = FFI_TYPE_STRUCT; in main()
41 ts9_type.elements = ts9_type_elements; in main()
46 args[0] = &ts9_type; in main()
50 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts9_type, args) == FFI_OK); in main()