Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py31 self._dll.tf_B.restype = c_ubyte
32 self._dll.tf_B.argtypes = (c_ubyte,)
33 self.assertEqual(self._dll.tf_B(255), 85)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c463 EXPORT(unsigned char) tf_B(unsigned char c) { U; return c/3; } in tf_B() function