Searched refs:tf_L (Results 1 – 2 of 2) sorted by relevance
103 self._dll.tf_L.restype = c_ulong104 self._dll.tf_L.argtypes = (c_ulong,)105 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
642 EXPORT(unsigned long) tf_L(unsigned long c) { U; return c/3; } in tf_L() function