Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py79 self._dll.tf_I.restype = c_uint
80 self._dll.tf_I.argtypes = (c_uint,)
81 self.assertEqual(self._dll.tf_I(4294967295), 1431655765)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c467 EXPORT(unsigned int) tf_I(unsigned int c) { U; return c/3; } in tf_I() function