Home
last modified time | relevance | path

Searched defs:_T (Results 1 – 3 of 3) sorted by relevance

/qemu/python/qemu/qmp/
H A Dlegacy.py97 _T = TypeVar('_T') variable in QEMUMonitorProtocol
100 self, future: Awaitable[_T], timeout: Optional[float] = None
112 def __enter__(self: _T) -> _T:
/qemu/python/qemu/machine/
H A Dmachine.py107 _T = TypeVar('_T', bound='QEMUMachine') variable
195 def __enter__(self: _T) -> _T:
211 def add_fd(self: _T, fd: int, fdset: int,
/qemu/target/mips/tcg/
H A Dmsa_helper.c7448 #define FMAXMIN_A(F, G, X, _S, _T, BITS, STATUS) \ argument