Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py49 self._dll.tf_bh.restype = c_short
50 self._dll.tf_bh.argtypes = (c_byte, c_short)
51 self.assertEqual(self._dll.tf_bh(0, -32766), -10922)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c495 EXPORT(short) tf_bh(signed char x, short c) { S; return c/3; } in tf_bh() function