Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
Dtest_sizes.py11 self.assertEqual(1, sizeof(c_uint8))
Dtest_structures.py560 ('f1', c_uint8 * 16),
/third_party/node/deps/v8/tools/
Dgrokdump.py148 byte = ctypes.c_uint8.from_buffer(reader.minidump, slot + i).value
215 ("buffer", lambda t: ctypes.c_uint8 * (t.length + 2))
273 ("register_area", ctypes.c_uint8 * MD_FLOATINGSAVEAREA_X86_REGISTERAREA_SIZE),
324 EnableOnFlag(ctypes.c_uint8 * MD_CONTEXT_X86_EXTENDED_REGISTERS_SIZE,
472 ("sse_registers", EnableOnFlag(ctypes.c_uint8 * (16 * 26),
474 ("vector_registers", EnableOnFlag(ctypes.c_uint8 * (16 * 26),
795 return ctypes.c_uint8.from_buffer(self.minidump, location).value
864 byte = ctypes.c_uint8.from_buffer(self.minidump, loc).value
886 byte = ctypes.c_uint8.from_buffer(self.minidump, loc).value
/third_party/python/Lib/ctypes/
D__init__.py552 c_uint8 = c_ubyte variable
/third_party/python/Doc/library/
Dctypes.rst2298 .. class:: c_uint8