Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dnested_struct11.c52 ffi_type* struct_fields_source_a[3]; in main() local
69 struct_type_a.elements = struct_fields_source_a; in main()
81 struct_fields_source_a[0] = &ffi_type_float; in main()
82 struct_fields_source_a[1] = &ffi_type_float; in main()
83 struct_fields_source_a[2] = NULL; in main()