Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dnested_struct11.c53 ffi_type* struct_fields_source_b[3]; in main() local
74 struct_type_b.elements = struct_fields_source_b; in main()
85 struct_fields_source_b[0] = &ffi_type_float; in main()
86 struct_fields_source_b[1] = &ffi_type_float; in main()
87 struct_fields_source_b[2] = NULL; in main()