Home
last modified time | relevance | path

Searched refs:ret_8i_func (Results 1 – 6 of 6) 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/cpython3/Lib/ctypes/test/
Dtest_as_parameter.py186 dll.ret_8i_func.restype = S8I
187 dll.ret_8i_func.argtypes = [S8I]
189 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.c628 EXPORT(S8I) ret_8i_func(S8I inp) in ret_8i_func() function
660 EXPORT(S8I) __stdcall s_ret_8i_func(S8I inp) { return ret_8i_func(inp); } in EXPORT()
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c788 EXPORT(S8I) ret_8i_func(S8I inp) in ret_8i_func() function
1014 EXPORT(S8I) __stdcall s_ret_8i_func(S8I inp) { return ret_8i_func(inp); } in EXPORT()