Searched defs:_T (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/python/qemu/qmp/ |
H A D | legacy.py | 97 _T = TypeVar('_T') variable in QEMUMonitorProtocol 100 self, future: Awaitable[_T], timeout: Optional[float] = None 112 def __enter__(self: _T) -> _T:
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 107 _T = TypeVar('_T', bound='QEMUMachine') variable 195 def __enter__(self: _T) -> _T: 211 def add_fd(self: _T, fd: int, fdset: int,
|
/openbmc/linux/tools/perf/tests/ |
D | event-times.c |
|
/openbmc/linux/arch/x86/crypto/ |
D | sha1_ssse3_asm.S |
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 7448 #define FMAXMIN_A(F, G, X, _S, _T, BITS, STATUS) \ argument
|