Searched defs:_T (Results 1 – 7 of 7) 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/ |
H A D | event-times.c | 223 #define _T(attach, detach) \ in test__event_times() macro
|
/openbmc/linux/include/linux/sched/ |
H A D | task.h | 164 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 210 .set _T, \a define
|
/openbmc/linux/include/linux/ |
H A D | device.h | 1010 DEFINE_GUARD(device, struct device *, device_lock(_T), device_unlock(_T)) in DEFINE_GUARD()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 7447 #define FMAXMIN_A(F, G, X, _S, _T, BITS, STATUS) \ argument
|