Searched refs:tf_L (Results 1 – 4 of 4) 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)
482 EXPORT(unsigned long) tf_L(unsigned long c) { U; return c/3; } in tf_L() function
642 EXPORT(unsigned long) tf_L(unsigned long c) { U; return c/3; } in tf_L() function