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

  /external/libffi/testsuite/libffi.call/
problem1.c 46 ffi_type my_ffi_struct_type; local
57 my_ffi_struct_type.size = 0;
58 my_ffi_struct_type.alignment = 0;
59 my_ffi_struct_type.type = FFI_TYPE_STRUCT;
60 my_ffi_struct_type.elements = my_ffi_struct_fields;
67 arg_types[0] = &my_ffi_struct_type;
68 arg_types[1] = &my_ffi_struct_type;
71 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &my_ffi_struct_type,
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
problem1.c 46 ffi_type my_ffi_struct_type; local
57 my_ffi_struct_type.size = 0;
58 my_ffi_struct_type.alignment = 0;
59 my_ffi_struct_type.type = FFI_TYPE_STRUCT;
60 my_ffi_struct_type.elements = my_ffi_struct_fields;
67 arg_types[0] = &my_ffi_struct_type;
68 arg_types[1] = &my_ffi_struct_type;
71 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &my_ffi_struct_type,
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
problem1.c 46 ffi_type my_ffi_struct_type; local
57 my_ffi_struct_type.size = 0;
58 my_ffi_struct_type.alignment = 0;
59 my_ffi_struct_type.type = FFI_TYPE_STRUCT;
60 my_ffi_struct_type.elements = my_ffi_struct_fields;
67 arg_types[0] = &my_ffi_struct_type;
68 arg_types[1] = &my_ffi_struct_type;
71 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &my_ffi_struct_type,

Completed in 390 milliseconds