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.py127 self._dll.tf_Q.restype = c_ulonglong
128 self._dll.tf_Q.argtypes = (c_ulonglong, )
129 self.assertEqual(self._dll.tf_Q(18446744073709551615), 6148914691236517205)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c471 EXPORT(unsigned PY_LONG_LONG) tf_Q(unsigned PY_LONG_LONG c) { U; return c/3; } in tf_Q() function