Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/ctypes/test/
Dtest_cfuncs.py55 self._dll.tf_H.restype = c_ushort
56 self._dll.tf_H.argtypes = (c_ushort,)
57 self.assertEqual(self._dll.tf_H(65535), 21845)
/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py55 self._dll.tf_H.restype = c_ushort
56 self._dll.tf_H.argtypes = (c_ushort,)
57 self.assertEqual(self._dll.tf_H(65535), 21845)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c478 EXPORT(unsigned short) tf_H(unsigned short c) { U; return c/3; } in tf_H() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c638 EXPORT(unsigned short) tf_H(unsigned short c) { U; return c/3; } in tf_H() function