Searched refs:tf_bb (Results 1 – 4 of 4) sorted by relevance
25 self._dll.tf_bb.restype = c_byte26 self._dll.tf_bb.argtypes = (c_byte, c_byte)27 self.assertEqual(self._dll.tf_bb(0, -126), -42)
506 EXPORT(signed char) tf_bb(signed char x, signed char c) { S; return c/3; } in tf_bb() function
666 EXPORT(signed char) tf_bb(signed char x, signed char c) { S; return c/3; } in tf_bb() function