OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:point_type
(Results
1 - 1
of
1
) sorted by null
/external/libffi/testsuite/libffi.call/
pyobjc-tc.c
35
ffi_type
point_type
;
local
47
point_type
.size = 0; /*sizeof(Point);*/
48
point_type
.alignment = 0; /*__alignof__(Point);*/
49
point_type
.type = FFI_TYPE_STRUCT;
50
point_type
.elements = malloc(3 * sizeof(ffi_type*));
51
point_type
.elements[0] = &ffi_type_float;
52
point_type
.elements[1] = &ffi_type_float;
53
point_type
.elements[2] = NULL;
67
rect_type.elements[0] = &
point_type
;
76
arglist[2] = &
point_type
;
[
all
...]
Completed in 40 milliseconds