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.py133 self._dll.tf_bQ.restype = c_ulonglong
134 self._dll.tf_bQ.argtypes = (c_byte, c_ulonglong)
135 self.assertEqual(self._dll.tf_bQ(0, 18446744073709551615), 6148914691236517205)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c502 EXPORT(unsigned PY_LONG_LONG) tf_bQ(signed char x, unsigned PY_LONG_LONG c) { U; return c/3; } in tf_bQ() function