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

  /external/python/cpython2/Lib/ctypes/test/
test_cfuncs.py 91 self._dll.tf_l.restype = c_long
92 self._dll.tf_l.argtypes = (c_long,)
93 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
103 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/cpython3/Lib/ctypes/test/
test_cfuncs.py 91 self._dll.tf_l.restype = c_long
92 self._dll.tf_l.argtypes = (c_long,)
93 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
103 self._dll.tf_L.restype = c_ulong
104 self._dll.tf_L.argtypes = (c_ulong,)
105 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
92 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
104 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
92 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
104 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
92 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
104 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 90 self._dll.tf_l.restype = c_long
91 self._dll.tf_l.argtypes = (c_long,)
92 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
102 self._dll.tf_L.restype = c_ulong
103 self._dll.tf_L.argtypes = (c_ulong,)
104 self.assertEqual(self._dll.tf_L(4294967295), 1431655765)
  /external/python/cpython2/Modules/_ctypes/
_ctypes_test.c 468 EXPORT(long) tf_l(long c) { S; return c/3; } function
469 EXPORT(unsigned long) tf_L(unsigned long c) { U; return c/3; }
  /external/python/cpython3/Modules/_ctypes/
_ctypes_test.c 470 EXPORT(long) tf_l(long c) { S; return c/3; } function
471 EXPORT(unsigned long) tf_L(unsigned long c) { U; return c/3; }
  /external/webrtc/talk/media/testdata/
voice.rtpdump     [all...]

Completed in 390 milliseconds