OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ts4_type
(Results
1 - 1
of
1
) sorted by null
/external/libffi/testsuite/libffi.call/
struct4.c
29
ffi_type
ts4_type
;
local
31
ts4_type
.size = 0;
32
ts4_type
.alignment = 0;
33
ts4_type
.type = FFI_TYPE_STRUCT;
35
ts4_type
.elements = ts4_type_elements;
46
args[0] = &
ts4_type
;
50
CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &
ts4_type
, args) == FFI_OK);
Completed in 110 milliseconds