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

  /external/libffi/testsuite/libffi.call/
struct3.c 28 ffi_type ts3_type; local
30 ts3_type.size = 0;
31 ts3_type.alignment = 0;
32 ts3_type.type = FFI_TYPE_STRUCT;
33 ts3_type.elements = ts3_type_elements;
41 args[0] = &ts3_type;
46 &ts3_type, args) == FFI_OK);

Completed in 184 milliseconds