Searched refs:tf_bh (Results 1 – 4 of 4) sorted by relevance
49 self._dll.tf_bh.restype = c_short50 self._dll.tf_bh.argtypes = (c_byte, c_short)51 self.assertEqual(self._dll.tf_bh(0, -32766), -10922)
508 EXPORT(short) tf_bh(signed char x, short c) { S; return c/3; } in tf_bh() function
668 EXPORT(short) tf_bh(signed char x, short c) { S; return c/3; } in tf_bh() function