Searched refs:c_ulonglong (Results 1 – 21 of 21) sorted by relevance
/external/python/cpython2/Tools/pybench/ |
D | 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/ |
D | 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)
|
D | test_bitfields.py | 51 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)]
|
D | test_callbacks.py | 74 self.check_type(c_ulonglong, 10955412242170339782) 75 self.check_type(c_ulonglong, 3665885499841167458) 76 self.check_type(c_ulonglong, 42)
|
D | test_repr.py | 6 c_ubyte, c_ushort, c_uint, c_ulong, c_ulonglong,
|
D | test_byteswap.py | 98 s = c_ulonglong.__ctype_be__(0x1234567890ABCDEF) 103 s = c_ulonglong.__ctype_le__(0x1234567890ABCDEF) 170 ("k", c_ulonglong),
|
D | test_unaligned_structures.py | 15 c_ushort, c_uint, c_ulong, c_ulonglong]:
|
D | test_numbers.py | 32 c_ulonglong 37 unsigned_types.append(c_ulonglong)
|
D | test_refcounts.py | 6 OtherCallback = ctypes.CFUNCTYPE(ctypes.c_int, ctypes.c_int, ctypes.c_ulonglong)
|
D | test_arrays.py | 9 c_long, c_ulonglong, c_float, c_double, c_longdouble
|
D | test_pointers.py | 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
|
D | test_structures.py | 57 "Q": c_ulonglong,
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 210 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]:
|
D | wintypes.py | 32 _ULARGE_INTEGER = ULARGE_INTEGER = c_ulonglong 45 WPARAM = c_ulonglong
|
/external/autotest/client/cros/graphics/ |
D | drm.py | 270 ("prop_values", POINTER(c_ulonglong)), 304 ("offset", c_ulonglong),
|
D | gbm.py | 40 ("format_modifiers", c_ulonglong * GBM_MAX_PLANES),
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | trace_time.py | 173 get_tick_count_64.restype = ctypes.c_ulonglong
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 29 __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/ |
D | cindex.py | 3249 c_ulonglong), 3531 c_ulonglong),
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 247 | :class:`c_ulonglong` | :c:type:`unsigned __int64` or | int/long | 2322 :class:`c_ulonglong`. 2331 .. class:: c_ulonglong
|
/external/python/cpython2/Lib/test/ |
D | test_unicode.py | 1681 c_uint, c_ulong, c_ulonglong, c_size_t, c_void_p)
|