Searched refs:tf_I (Results 1 – 2 of 2) sorted by relevance
79 self._dll.tf_I.restype = c_uint80 self._dll.tf_I.argtypes = (c_uint,)81 self.assertEqual(self._dll.tf_I(4294967295), 1431655765)
640 EXPORT(unsigned int) tf_I(unsigned int c) { U; return c/3; } in tf_I() function