Home
last modified time | relevance | path

Searched refs:CType (Results 1 – 2 of 2) sorted by relevance

/tools/typed/
A Dabi.py9 class CType: class
25 CType('bool', False, 1, bitsize=1),
26 CType('uint8_t', False, 1),
27 CType('uint16_t', False, 2),
28 CType('uint32_t', False, 4),
29 CType('uint64_t', False, 8),
32 CType('int8_t', True, 1),
33 CType('int16_t', True, 2),
34 CType('int32_t', True, 4),
35 CType('int64_t', True, 8),
[all …]
/tools/hypercalls/
A Dhypercall_gen.py29 from abi import AArch64ABI, CType # noqa: F401,E402

Completed in 15 milliseconds