Searched refs:tf_H (Results 1 – 2 of 2) sorted by relevance
55 self._dll.tf_H.restype = c_ushort56 self._dll.tf_H.argtypes = (c_ushort,)57 self.assertEqual(self._dll.tf_H(65535), 21845)
638 EXPORT(unsigned short) tf_H(unsigned short c) { U; return c/3; } in tf_H() function