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.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c462 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function