Searched refs:tf_I (Results 1 – 4 of 4) 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)
480 EXPORT(unsigned int) tf_I(unsigned int c) { U; return c/3; } in tf_I() function
640 EXPORT(unsigned int) tf_I(unsigned int c) { U; return c/3; } in tf_I() function