Home
last modified time | relevance | path

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

/external/python/cpython3/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/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.c480 EXPORT(unsigned int) tf_I(unsigned int c) { U; return c/3; } in tf_I() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c640 EXPORT(unsigned int) tf_I(unsigned int c) { U; return c/3; } in tf_I() function