Home
last modified time | relevance | path

Searched refs:c_ulonglong (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Tools/pybench/
Dsystimes.py131 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/
Dtest_cfuncs.py16 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)
Dtest_bitfields.py51 unsigned_int_types = (c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong)
69 _fields_ = [("a", c_ulonglong, 1),
70 ("b", c_ulonglong, 62),
71 ("c", c_ulonglong, 1)]
Dtest_callbacks.py74 self.check_type(c_ulonglong, 10955412242170339782)
75 self.check_type(c_ulonglong, 3665885499841167458)
76 self.check_type(c_ulonglong, 42)
Dtest_repr.py6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
Dtest_byteswap.py98 s = c_ulonglong.__ctype_be__(0x1234567890ABCDEF)
103 s = c_ulonglong.__ctype_le__(0x1234567890ABCDEF)
170 ("k", c_ulonglong),
Dtest_unaligned_structures.py15 c_ushort, c_uint, c_ulong, c_ulonglong]:
Dtest_numbers.py32 c_ulonglong
37 unsigned_types.append(c_ulonglong)
Dtest_refcounts.py6 OtherCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int, ctypes.c_ulonglong)
Dtest_arrays.py9 c_long, c_ulonglong, c_float, c_double, c_longdouble
Dtest_pointers.py7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
Dtest_structures.py57 "Q": c_ulonglong,
/external/python/cpython2/Lib/ctypes/
D__init__.py210 c_ulonglong = c_ulong variable
216 class c_ulonglong(_SimpleCData): class
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]:
Dwintypes.py32 _ULARGE_INTEGER = ULARGE_INTEGER = c_ulonglong
45 WPARAM = c_ulonglong
/external/autotest/client/cros/graphics/
Ddrm.py270 ("prop_values", POINTER(c_ulonglong)),
304 ("offset", c_ulonglong),
Dgbm.py40 ("format_modifiers", c_ulonglong * GBM_MAX_PLANES),
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_time.py173 get_tick_count_64.restype = ctypes.c_ulonglong
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py29 __uint64_t = c_ulonglong
81 u_int64_t = c_ulonglong
2484 uint64_t = c_ulonglong
2504 uintmax_t = c_ulonglong
/external/clang/bindings/python/clang/
Dcindex.py3249 c_ulonglong),
3531 c_ulonglong),
/external/python/cpython2/Doc/library/
Dctypes.rst247 | :class:`c_ulonglong` | :c:type:`unsigned __int64` or | int/long |
2322 :class:`c_ulonglong`.
2331 .. class:: c_ulonglong
/external/python/cpython2/Lib/test/
Dtest_unicode.py1681 c_uint, c_ulong, c_ulonglong, c_size_t, c_void_p)