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.py61 self._dll.tf_bH.restype = c_ushort
62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
63 self.assertEqual(self._dll.tf_bH(0, 65535), 21845)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c496 EXPORT(unsigned short) tf_bH(signed char x, unsigned short c) { U; return c/3; } in tf_bH() function