HomeSort by relevance Sort by last modified time
    Searched refs:struct_type_c (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
76 struct_type_c.size = 0;
77 struct_type_c.alignment = 0;
78 struct_type_c.type = FFI_TYPE_STRUCT;
79 struct_type_c.elements = struct_fields_source_c;
96 arg_types[3] = &struct_type_c;
110 CHECK (ffi_prep_cif (&cif, FFI_DEFAULT_ABI, 7, &struct_type_c,
  /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
76 struct_type_c.size = 0;
77 struct_type_c.alignment = 0;
78 struct_type_c.type = FFI_TYPE_STRUCT;
79 struct_type_c.elements = struct_fields_source_c;
96 arg_types[3] = &struct_type_c;
110 CHECK (ffi_prep_cif (&cif, FFI_DEFAULT_ABI, 7, &struct_type_c,
  /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
76 struct_type_c.size = 0;
77 struct_type_c.alignment = 0;
78 struct_type_c.type = FFI_TYPE_STRUCT;
79 struct_type_c.elements = struct_fields_source_c;
96 arg_types[3] = &struct_type_c;
110 CHECK (ffi_prep_cif (&cif, FFI_DEFAULT_ABI, 7, &struct_type_c,

Completed in 65 milliseconds