Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstruct8.c32 ffi_type ts8_type; in main() local
41 ts8_type.size = 0; in main()
42 ts8_type.alignment = 0; in main()
43 ts8_type.type = FFI_TYPE_STRUCT; in main()
44 ts8_type.elements = ts8_type_elements; in main()
51 args[0] = &ts8_type; in main()
55 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts8_type, args) == FFI_OK); in main()
/external/libffi/testsuite/libffi.call/
Dstruct8.c32 ffi_type ts8_type; in main() local
41 ts8_type.size = 0; in main()
42 ts8_type.alignment = 0; in main()
43 ts8_type.type = FFI_TYPE_STRUCT; in main()
44 ts8_type.elements = ts8_type_elements; in main()
51 args[0] = &ts8_type; in main()
55 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts8_type, args) == FFI_OK); in main()