Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py121 self._dll.tf_bq.restype = c_longlong
122 self._dll.tf_bq.argtypes = (c_byte, c_longlong)
123 self.assertEqual(self._dll.tf_bq(0, -9223372036854775806), -3074457345618258602)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c501 EXPORT(PY_LONG_LONG) tf_bq(signed char x, PY_LONG_LONG c) { S; return c/3; } in tf_bq() function