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

  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct3.c 28 ffi_type ts3_type; local
35 ts3_type.size = 0;
36 ts3_type.alignment = 0;
37 ts3_type.type = FFI_TYPE_STRUCT;
38 ts3_type.elements = ts3_type_elements;
42 args[0] = &ts3_type;
47 &ts3_type, args) == FFI_OK);

Completed in 152 milliseconds