Home
last modified time | relevance | path

Searched refs:c_uint8 (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_sizes.py12 self.assertEqual(1, sizeof(c_uint8))
/external/autotest/client/site_tests/kernel_CryptoAPI/
Dkernel_CryptoAPI.py125 out = (ctypes.c_uint8 * outlen)()
/external/v8/tools/
Dgrokdump.py145 byte = ctypes.c_uint8.from_buffer(reader.minidump, slot + i).value
201 ("buffer", lambda t: ctypes.c_uint8 * (t.length + 2))
259 ("register_area", ctypes.c_uint8 * MD_FLOATINGSAVEAREA_X86_REGISTERAREA_SIZE),
310 EnableOnFlag(ctypes.c_uint8 * MD_CONTEXT_X86_EXTENDED_REGISTERS_SIZE,
458 ("sse_registers", EnableOnFlag(ctypes.c_uint8 * (16 * 26),
460 ("vector_registers", EnableOnFlag(ctypes.c_uint8 * (16 * 26),
690 return ctypes.c_uint8.from_buffer(self.minidump, location).value
729 byte = ctypes.c_uint8.from_buffer(self.minidump, loc).value
751 byte = ctypes.c_uint8.from_buffer(self.minidump, loc).value
/external/python/cpython2/Lib/ctypes/
D__init__.py541 c_uint8 = c_ubyte variable
/external/python/cpython2/Doc/library/
Dctypes.rst2301 .. class:: c_uint8