Searched refs:tf_bH (Results 1 – 4 of 4) sorted by relevance
61 self._dll.tf_bH.restype = c_ushort62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)63 self.assertEqual(self._dll.tf_bH(0, 65535), 21845)
509 EXPORT(unsigned short) tf_bH(signed char x, unsigned short c) { U; return c/3; } in tf_bH() function
669 EXPORT(unsigned short) tf_bH(signed char x, unsigned short c) { U; return c/3; } in tf_bH() function