Searched refs:tf_bI (Results 1 – 4 of 4) sorted by relevance
85 self._dll.tf_bI.restype = c_uint86 self._dll.tf_bI.argtypes = (c_byte, c_uint)87 self.assertEqual(self._dll.tf_bI(0, 4294967295), 1431655765)
511 EXPORT(unsigned int) tf_bI(signed char x, unsigned int c) { U; return c/3; } in tf_bI() function
671 EXPORT(unsigned int) tf_bI(signed char x, unsigned int c) { U; return c/3; } in tf_bI() function