Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py109 self._dll.tf_bL.restype = c_ulong
110 self._dll.tf_bL.argtypes = (c_char, c_ulong)
111 self.assertEqual(self._dll.tf_bL(' ', 4294967295), 1431655765)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c500 EXPORT(unsigned long) tf_bL(signed char x, unsigned long c) { U; return c/3; } in tf_bL() function