Home
last modified time | relevance | path

Searched refs:tf_h (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py43 self._dll.tf_h.restype = c_short
44 self._dll.tf_h.argtypes = (c_short,)
45 self.assertEqual(self._dll.tf_h(-32766), -10922)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c464 EXPORT(short) tf_h(short c) { S; return c/3; } in tf_h() function