Home
last modified time | relevance | path

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

/external/python/cpython3/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/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.c512 EXPORT(long) tf_bl(signed char x, long c) { S; return c/3; } in tf_bl() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c672 EXPORT(long) tf_bl(signed char x, long c) { S; return c/3; } in tf_bl() function