Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py85 self._dll.tf_bI.restype = c_uint
86 self._dll.tf_bI.argtypes = (c_byte, c_uint)
87 self.assertEqual(self._dll.tf_bI(0, 4294967295), 1431655765)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c498 EXPORT(unsigned int) tf_bI(signed char x, unsigned int c) { U; return c/3; } in tf_bI() function