Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py37 self._dll.tf_bB.restype = c_ubyte
38 self._dll.tf_bB.argtypes = (c_byte, c_ubyte)
39 self.assertEqual(self._dll.tf_bB(0, 255), 85)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c494 EXPORT(unsigned char) tf_bB(signed char x, unsigned char c) { U; return c/3; } in tf_bB() function