Home
last modified time | relevance | path

Searched refs:ts1_type (Results 1 – 7 of 7) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dstruct1.c31 ffi_type ts1_type; in main() local
40 ts1_type.size = 0; in main()
41 ts1_type.alignment = 0; in main()
42 ts1_type.type = FFI_TYPE_STRUCT; in main()
43 ts1_type.elements = ts1_type_elements; in main()
49 args[0] = &ts1_type; in main()
54 &ts1_type, args) == FFI_OK); in main()
Duninitialized.c25 ffi_type ts1_type; in main() local
29 ts1_type.size = 0; in main()
30 ts1_type.alignment = 0; in main()
31 ts1_type.type = FFI_TYPE_STRUCT; in main()
32 ts1_type.elements = ts1_type_elements; in main()
43 args[0] = &ts1_type; in main()
48 &ts1_type, args) == FFI_OK); in main()
Dcls_dbls_struct.c37 ffi_type ts1_type; in main() local
42 ts1_type.size = 0; in main()
43 ts1_type.alignment = 0; in main()
44 ts1_type.type = FFI_TYPE_STRUCT; in main()
45 ts1_type.elements = ts1_type_elements; in main()
51 cl_arg_types[0] = &ts1_type; in main()
Dcls_complex_struct.inc36 ffi_type ts1_type;
41 ts1_type.size = 0;
42 ts1_type.alignment = 0;
43 ts1_type.type = FFI_TYPE_STRUCT;
44 ts1_type.elements = ts1_type_elements;
50 cl_arg_types[0] = &ts1_type;
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Duninitialized.c25 ffi_type ts1_type; in main() local
29 ts1_type.size = 0; in main()
30 ts1_type.alignment = 0; in main()
31 ts1_type.type = FFI_TYPE_STRUCT; in main()
32 ts1_type.elements = ts1_type_elements; in main()
43 args[0] = &ts1_type; in main()
48 &ts1_type, args) == FFI_OK); in main()
Dstruct1.c31 ffi_type ts1_type; in main() local
40 ts1_type.size = 0; in main()
41 ts1_type.alignment = 0; in main()
42 ts1_type.type = FFI_TYPE_STRUCT; in main()
43 ts1_type.elements = ts1_type_elements; in main()
49 args[0] = &ts1_type; in main()
54 &ts1_type, args) == FFI_OK); in main()
Dcls_dbls_struct.c37 ffi_type ts1_type; in main() local
42 ts1_type.size = 0; in main()
43 ts1_type.alignment = 0; in main()
44 ts1_type.type = FFI_TYPE_STRUCT; in main()
45 ts1_type.elements = ts1_type_elements; in main()
51 cl_arg_types[0] = &ts1_type; in main()