Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py73 self._dll.tf_bi.restype = c_int
74 self._dll.tf_bi.argtypes = (c_byte, c_int)
75 self.assertEqual(self._dll.tf_bi(0, -2147483646), -715827882)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c497 EXPORT(int) tf_bi(signed char x, int c) { S; return c/3; } in tf_bi() function