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.py55 self._dll.tf_H.restype = c_ushort
56 self._dll.tf_H.argtypes = (c_ushort,)
57 self.assertEqual(self._dll.tf_H(65535), 21845)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c465 EXPORT(unsigned short) tf_H(unsigned short c) { U; return c/3; } in tf_H() function