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

  /external/libffi/testsuite/libffi.call/
struct7.c 30 ffi_type ts7_type; local
39 ts7_type.size = 0;
40 ts7_type.alignment = 0;
41 ts7_type.type = FFI_TYPE_STRUCT;
42 ts7_type.elements = ts7_type_elements;
48 args[0] = &ts7_type;
52 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts7_type, args) == FFI_OK);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct7.c 30 ffi_type ts7_type; local
39 ts7_type.size = 0;
40 ts7_type.alignment = 0;
41 ts7_type.type = FFI_TYPE_STRUCT;
42 ts7_type.elements = ts7_type_elements;
48 args[0] = &ts7_type;
52 CHECK(ffi_prep_cif(&cif, ABI_NUM, 1, &ts7_type, args) == FFI_OK);

Completed in 247 milliseconds