HomeSort by relevance Sort by last modified time
    Searched refs:tf_bl (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/ctypes/test/
test_cfuncs.py 97 self._dll.tf_bl.restype = c_long
98 self._dll.tf_bl.argtypes = (c_byte, c_long)
99 self.assertEqual(self._dll.tf_bl(0, -2147483646), -715827882)
109 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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 96 self._dll.tf_bl.restype = c_long
97 self._dll.tf_bl.argtypes = (c_byte, c_long)
98 self.assertEqual(self._dll.tf_bl(0, -2147483646), -715827882)
108 self._dll.tf_bL.restype = c_ulong
109 self._dll.tf_bL.argtypes = (c_char, c_ulong)
110 self.assertEqual(self._dll.tf_bL(' ', 4294967295), 1431655765)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 96 self._dll.tf_bl.restype = c_long
97 self._dll.tf_bl.argtypes = (c_byte, c_long)
98 self.assertEqual(self._dll.tf_bl(0, -2147483646), -715827882)
108 self._dll.tf_bL.restype = c_ulong
109 self._dll.tf_bL.argtypes = (c_char, c_ulong)
110 self.assertEqual(self._dll.tf_bL(' ', 4294967295), 1431655765)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 96 self._dll.tf_bl.restype = c_long
97 self._dll.tf_bl.argtypes = (c_byte, c_long)
98 self.assertEqual(self._dll.tf_bl(0, -2147483646), -715827882)
108 self._dll.tf_bL.restype = c_ulong
109 self._dll.tf_bL.argtypes = (c_char, c_ulong)
110 self.assertEqual(self._dll.tf_bL(' ', 4294967295), 1431655765)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 96 self._dll.tf_bl.restype = c_long
97 self._dll.tf_bl.argtypes = (c_byte, c_long)
98 self.assertEqual(self._dll.tf_bl(0, -2147483646), -715827882)
108 self._dll.tf_bL.restype = c_ulong
109 self._dll.tf_bL.argtypes = (c_char, c_ulong)
110 self.assertEqual(self._dll.tf_bL(' ', 4294967295), 1431655765)
  /external/python/cpython2/Modules/_ctypes/
_ctypes_test.c 499 EXPORT(long) tf_bl(signed char x, long c) { S; return c/3; } function
500 EXPORT(unsigned long) tf_bL(signed char x, unsigned long c) { U; return c/3; }

Completed in 137 milliseconds