HomeSort by relevance Sort by last modified time
    Searched full:ts5_type (Results 1 - 1 of 1) sorted by null

  /external/libffi/testsuite/libffi.call/
struct5.c 28 ffi_type ts5_type; local
30 ts5_type.size = 0;
31 ts5_type.alignment = 0;
32 ts5_type.type = FFI_TYPE_STRUCT;
33 ts5_type.elements = ts5_type_elements;
44 args[0] = &ts5_type;
45 args[1] = &ts5_type;
50 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &ts5_type, args) == FFI_OK);

Completed in 36 milliseconds