Searched refs:tf_bQ (Results 1 – 4 of 4) sorted by relevance
133 self._dll.tf_bQ.restype = c_ulonglong134 self._dll.tf_bQ.argtypes = (c_byte, c_ulonglong)135 self.assertEqual(self._dll.tf_bQ(0, 18446744073709551615), 6148914691236517205)
515 EXPORT(unsigned PY_LONG_LONG) tf_bQ(signed char x, unsigned PY_LONG_LONG c) { U; return c/3; } in tf_bQ() function
675 EXPORT(unsigned long long) tf_bQ(signed char x, unsigned long long c) { U; return c/3; } in tf_bQ() function