Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py115 self._dll.tf_q.restype = c_longlong
116 self._dll.tf_q.argtypes = (c_longlong, )
117 self.assertEqual(self._dll.tf_q(-9223372036854775806), -3074457345618258602)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c470 EXPORT(PY_LONG_LONG) tf_q(PY_LONG_LONG c) { S; return c/3; } in tf_q() function