Searched defs:c_ulonglong (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/ctypes/
H A D__init__.py210 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]:

Completed in 111 milliseconds