Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py103 self._dll.tf_L.restype = c_ulong
104 self._dll.tf_L.argtypes = (c_ulong,)
105 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c469 EXPORT(unsigned long) tf_L(unsigned long c) { U; return c/3; } in tf_L() function