HomeSort by relevance Sort by last modified time
    Searched refs:c_ulonglong (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
systimes.py 131 creationtime = ctypes.c_ulonglong()
132 exittime = ctypes.c_ulonglong()
133 kerneltime = ctypes.c_ulonglong()
134 usertime = ctypes.c_ulonglong()
  /external/python/cpython2/Tools/pybench/
systimes.py 131 creationtime = ctypes.c_ulonglong()
132 exittime = ctypes.c_ulonglong()
133 kerneltime = ctypes.c_ulonglong()
134 usertime = ctypes.c_ulonglong()
  /external/python/cpython2/Lib/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 16 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
127 self._dll.tf_Q.restype = c_ulonglong
128 self._dll.tf_Q.argtypes = (c_ulonglong, )
133 self._dll.tf_bQ.restype = c_ulonglong
134 self._dll.tf_bQ.argtypes = (c_byte, c_ulonglong)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 15 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
126 self._dll.tf_Q.restype = c_ulonglong
127 self._dll.tf_Q.argtypes = (c_ulonglong, )
132 self._dll.tf_bQ.restype = c_ulonglong
133 self._dll.tf_bQ.argtypes = (c_byte, c_ulonglong)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 15 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
126 self._dll.tf_Q.restype = c_ulonglong
127 self._dll.tf_Q.argtypes = (c_ulonglong, )
132 self._dll.tf_bQ.restype = c_ulonglong
133 self._dll.tf_bQ.argtypes = (c_byte, c_ulonglong)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 15 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
126 self._dll.tf_Q.restype = c_ulonglong
127 self._dll.tf_Q.argtypes = (c_ulonglong, )
132 self._dll.tf_bQ.restype = c_ulonglong
133 self._dll.tf_bQ.argtypes = (c_byte, c_ulonglong)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
test_unaligned_structures.py 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
test_cfuncs.py 15 return c_ulonglong.in_dll(self._dll, "last_tf_arg_u").value
126 self._dll.tf_Q.restype = c_ulonglong
127 self._dll.tf_Q.argtypes = (c_ulonglong, )
132 self._dll.tf_bQ.restype = c_ulonglong
133 self._dll.tf_bQ.argtypes = (c_byte, c_ulonglong)
  /external/python/cpython2/Lib/ctypes/
wintypes.py 32 _ULARGE_INTEGER = ULARGE_INTEGER = c_ulonglong
45 WPARAM = c_ulonglong
__init__.py 210 c_ulonglong = c_ulong variable
216 class c_ulonglong(_SimpleCData): class in inherits:_SimpleCData
221 _check_size(c_ulonglong)
476 elif sizeof(c_ulonglong) == sizeof(c_void_p):
477 c_size_t = c_ulonglong
546 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 36 _ULARGE_INTEGER = ULARGE_INTEGER = c_ulonglong
49 WPARAM = c_ulonglong
__init__.py 213 c_ulonglong = c_ulong variable
219 class c_ulonglong(_SimpleCData): class in inherits:_SimpleCData
224 _check_size(c_ulonglong)
479 elif sizeof(c_ulonglong) == sizeof(c_void_p):
480 c_size_t = c_ulonglong
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 36 _ULARGE_INTEGER = ULARGE_INTEGER = c_ulonglong
49 WPARAM = c_ulonglong
__init__.py 213 c_ulonglong = c_ulong variable
219 class c_ulonglong(_SimpleCData): class in inherits:_SimpleCData
224 _check_size(c_ulonglong)
479 elif sizeof(c_ulonglong) == sizeof(c_void_p):
480 c_size_t = c_ulonglong
549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 36 _ULARGE_INTEGER = ULARGE_INTEGER = c_ulonglong
49 WPARAM = c_ulonglong
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 36 _ULARGE_INTEGER = ULARGE_INTEGER = c_ulonglong
49 WPARAM = c_ulonglong

Completed in 467 milliseconds

1 2 3 4