Home
last modified time | relevance | path

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

/openbmc/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:
/openbmc/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,
/openbmc/linux/tools/perf/tests/
H A Devent-times.c223 #define _T(attach, detach) \ in test__event_times() macro
/openbmc/linux/include/linux/sched/
H A Dtask.h164 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
/openbmc/linux/arch/x86/crypto/
H A Dsha1_ssse3_asm.S210 .set _T, \a define
/openbmc/linux/include/linux/
H A Ddevice.h1010 DEFINE_GUARD(device, struct device *, device_lock(_T), device_unlock(_T)) in DEFINE_GUARD()
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c7447 #define FMAXMIN_A(F, G, X, _S, _T, BITS, STATUS) \ argument