Searched refs:tf_bl (Results 1 – 4 of 4) sorted by relevance
97 self._dll.tf_bl.restype = c_long98 self._dll.tf_bl.argtypes = (c_byte, c_long)99 self.assertEqual(self._dll.tf_bl(0, -2147483646), -715827882)
512 EXPORT(long) tf_bl(signed char x, long c) { S; return c/3; } in tf_bl() function
672 EXPORT(long) tf_bl(signed char x, long c) { S; return c/3; } in tf_bl() function