Searched refs:c_uint8 (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ |
D | test_sizes.py | 12 self.assertEqual(1, sizeof(c_uint8))
|
/external/autotest/client/site_tests/kernel_CryptoAPI/ |
D | kernel_CryptoAPI.py | 125 out = (ctypes.c_uint8 * outlen)()
|
/external/v8/tools/ |
D | grokdump.py | 145 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__.py | 541 c_uint8 = c_ubyte variable
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 2301 .. class:: c_uint8
|