Home
last modified time | relevance | path

Searched refs:tf_l (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_cfuncs.py91 self._dll.tf_l.restype = c_long
92 self._dll.tf_l.argtypes = (c_long,)
93 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
/third_party/python/Modules/_ctypes/
D_ctypes_test.c641 EXPORT(long) tf_l(long c) { S; return c/3; } in tf_l() function