Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py97 self._dll.tf_bl.restype = c_long
98 self._dll.tf_bl.argtypes = (c_byte, c_long)
99 self.assertEqual(self._dll.tf_bl(0, -2147483646), -715827882)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c499 EXPORT(long) tf_bl(signed char x, long c) { S; return c/3; } in tf_bl() function