Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_as_parameter.py182 dll.ret_8i_func.restype = S8I
183 dll.ret_8i_func.argtypes = [S8I]
185 s8i = dll.ret_8i_func(self.wrap(inp))
Dtest_functions.py365 dll.ret_8i_func.restype = S8I
366 dll.ret_8i_func.argtypes = [S8I]
368 s8i = dll.ret_8i_func(inp)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c615 EXPORT(S8I) ret_8i_func(S8I inp) in ret_8i_func() function
647 EXPORT(S8I) __stdcall s_ret_8i_func(S8I inp) { return ret_8i_func(inp); } in EXPORT()