Home
last modified time | relevance | path

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

/third_party/python/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.py355 dll.ret_8i_func.restype = S8I
356 dll.ret_8i_func.argtypes = [S8I]
358 s8i = dll.ret_8i_func(inp)
/third_party/python/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()