Searched refs:tf_bB (Results 1 – 2 of 2) sorted by relevance
37 self._dll.tf_bB.restype = c_ubyte38 self._dll.tf_bB.argtypes = (c_byte, c_ubyte)39 self.assertEqual(self._dll.tf_bB(0, 255), 85)
667 EXPORT(unsigned char) tf_bB(signed char x, unsigned char c) { U; return c/3; } in tf_bB() function