Home
last modified time | relevance | path

Searched refs:c_enum_const (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dtypes.py18 from .common import c_enum_const, c_name, mcgen
47 max_index = c_enum_const(name, '_MAX', prefix)
57 index = c_enum_const(name, memb.name, prefix)
105 c_enum=c_enum_const(name, memb.name, prefix))
H A Devents.py17 from .common import c_enum_const, c_name, mcgen
163 c_enum=c_enum_const(event_enum_name, name))
H A Dvisit.py19 c_enum_const,
145 case_str = c_enum_const(tag_member.type.name, var.name,
H A Dcommon.py61 def c_enum_const(type_name: str, function