Searched refs:tf_H (Results 1 – 4 of 4) 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)
478 EXPORT(unsigned short) tf_H(unsigned short c) { U; return c/3; } in tf_H() function
638 EXPORT(unsigned short) tf_H(unsigned short c) { U; return c/3; } in tf_H() function