OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cls_ret_sint
(Results
1 - 3
of
3
) sorted by null
/external/libffi/testsuite/libffi.call/
cls_sint.c
17
typedef signed int (*
cls_ret_sint
)(signed int);
typedef
36
res = (*((
cls_ret_sint
)code))(65534);
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_sint.c
17
typedef signed int (*
cls_ret_sint
)(signed int);
typedef
36
res = (*((
cls_ret_sint
)code))(65534);
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_sint.c
17
typedef signed int (*
cls_ret_sint
)(signed int);
typedef
36
res = (*((
cls_ret_sint
)code))(65534);
Completed in 1064 milliseconds