Searched refs:ret_8i_func (Results 1 – 3 of 3) sorted by relevance
186 dll.ret_8i_func.restype = S8I187 dll.ret_8i_func.argtypes = [S8I]189 s8i = dll.ret_8i_func(self.wrap(inp))
355 dll.ret_8i_func.restype = S8I356 dll.ret_8i_func.argtypes = [S8I]358 s8i = dll.ret_8i_func(inp)
788 EXPORT(S8I) ret_8i_func(S8I inp) in ret_8i_func() function1014 EXPORT(S8I) __stdcall s_ret_8i_func(S8I inp) { return ret_8i_func(inp); } in EXPORT()