HomeSort by relevance Sort by last modified time
    Searched refs:struct_type_b (Results 1 - 3 of 3) sorted by null

  /external/libffi/testsuite/libffi.call/
nested_struct11.c 57 ffi_type struct_type_a, struct_type_b, struct_type_c; local
71 struct_type_b.size = 0;
72 struct_type_b.alignment = 0;
73 struct_type_b.type = FFI_TYPE_STRUCT;
74 struct_type_b.elements = struct_fields_source_b;
90 struct_fields_source_c[1] = &struct_type_b;
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
nested_struct11.c 57 ffi_type struct_type_a, struct_type_b, struct_type_c; local
71 struct_type_b.size = 0;
72 struct_type_b.alignment = 0;
73 struct_type_b.type = FFI_TYPE_STRUCT;
74 struct_type_b.elements = struct_fields_source_b;
90 struct_fields_source_c[1] = &struct_type_b;
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
nested_struct11.c 57 ffi_type struct_type_a, struct_type_b, struct_type_c; local
71 struct_type_b.size = 0;
72 struct_type_b.alignment = 0;
73 struct_type_b.type = FFI_TYPE_STRUCT;
74 struct_type_b.elements = struct_fields_source_b;
90 struct_fields_source_c[1] = &struct_type_b;

Completed in 279 milliseconds