Home
last modified time | relevance | path

Searched refs:cls_ret_uint (Results 1 – 3 of 3) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dcls_uint.c18 typedef unsigned int (*cls_ret_uint)(unsigned int); typedef
37 res = (*((cls_ret_uint)code))(2147483647); in main()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_uint.c18 typedef unsigned int (*cls_ret_uint)(unsigned int); typedef
37 res = (*((cls_ret_uint)code))(2147483647); in main()
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_uint.c18 typedef unsigned int (*cls_ret_uint)(unsigned int); typedef
37 res = (*((cls_ret_uint)code))(2147483647); in main()