Searched refs:tf_b (Results 1 – 2 of 2) sorted by relevance
19 self._dll.tf_b.restype = c_byte20 self._dll.tf_b.argtypes = (c_byte,)21 self.assertEqual(self._dll.tf_b(-126), -42)
635 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function