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.py25 self._dll.tf_bb.restype = c_byte
26 self._dll.tf_bb.argtypes = (c_byte, c_byte)
27 self.assertEqual(self._dll.tf_bb(0, -126), -42)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c493 EXPORT(signed char) tf_bb(signed char x, signed char c) { S; return c/3; } in tf_bb() function