Home
last modified time | relevance | path

Searched defs:T (Results 1 – 21 of 21) sorted by relevance

/qemu/scripts/codeconverter/codeconverter/
A Dutils.py16 T = TypeVar('T') variable
17 def opt_compare(a: T, b: T) -> bool:
21 def merge(a: T, b: T) -> T:
68 def not_optional(arg: Optional[T]) -> T:
A Dpatching.py26 T = TypeVar('T') variable
272 def matches_of_type(self, t: Type[T]) -> List[T]:
277 def find_matches(self, t: Type[T], name: str, group: str='name') -> List[T]:
289 def find_match(self, t: Type[T], name: str, group: str='name') -> Optional[T]:
336 def find_match(self, t: Type[T], name: str, group: str='name') -> Optional[T]:
/qemu/python/qemu/qmp/
A Dutil.py25 T = TypeVar('T') variable
56 def upper_half(func: T) -> T:
66 def bottom_half(func: T) -> T:
87 def create_task(coro: Coroutine[Any, Any, T], argument
152 def asyncio_run(coro: Coroutine[Any, Any, T], *, debug: bool = False) -> T: argument
A Dprotocol.py49 T = TypeVar('T') variable
917 def _cb_outbound(self, msg: T) -> T:
934 def _cb_inbound(self, msg: T) -> T:
1014 def _do_send(self, msg: T) -> None:
1024 async def _send(self, msg: T) -> None:
1044 async def _on_message(self, msg: T) -> None:
/qemu/scripts/qapi/
A Dsource.py34 T = TypeVar('T', bound='QAPISourceInfo') variable in QAPISourceInfo
50 def next_line(self: T) -> T:
/qemu/include/standard-headers/linux/
A Dconst.h18 #define _AT(T,X) X argument
22 #define _AT(T,X) ((T)(X)) argument
/qemu/linux-headers/linux/
A Dconst.h18 #define _AT(T,X) X argument
22 #define _AT(T,X) ((T)(X)) argument
A Dstddef.h34 #define __DECLARE_FLEX_ARRAY(T, member) \ argument
/qemu/tests/tcg/ppc64/
A Dbcdsub.c19 #define BCDSUB(T, A, B, PS) \ argument
23 #define BCDSUB(T, A, B, PS) "bcdsub. " #T ", " #A ", " #B ", " #PS "\n\t" argument
/qemu/tests/unit/
A Dtest-crypto-xts.c343 uint8_t out[512], Torg[16], T[16]; in test_xts() local
378 uint8_t out[512], Torg[16], T[16]; in test_xts_split() local
424 uint8_t Torg[16], T[16 + BAD_ALIGN]; in test_xts_unaligned() local
A Dtest-smp-parse.c20 #define T true macro
/qemu/crypto/
A Dxts.c111 xts_uint128 PP, CC, T; in xts_decrypt() local
187 xts_uint128 PP, CC, T; in xts_encrypt() local
/qemu/include/user/
A Dthunk.h206 #define target_to_host_bitmask(M, T) \ argument
208 #define host_to_target_bitmask(M, T) \ argument
/qemu/tests/tcg/alpha/
A Dtest-cvttq.c53 } T[] = { in main() local
/qemu/include/hw/misc/
A Dmips_itu.h37 uint8_t T; /* Trap Bit */ member
/qemu/target/loongarch/tcg/
A Dvec_helper.c979 #define do_vsrlr(E, T) \ argument
994 #define VSRLR(NAME, BIT, T, E) \ in do_vsrlr() argument
1031 #define do_vsrar(E, T) \ argument
1046 #define VSRAR(NAME, BIT, T, E) \ argument
2483 #define FLOGB(BIT, T) \ argument
2518 #define FSQRT(BIT, T) \ argument
2530 #define FRECIP(BIT, T) \ argument
2542 #define FRSQRT(BIT, T) \ argument
/qemu/hw/audio/
A Dfmopl.h67 int T[2]; /* timer counter */ member
/qemu/include/hw/s390x/
A Devent-facility.h32 #define SCLP_EVMASK(T) (1ULL << (sizeof(sccb_mask_t) * 8 - (T))) argument
/qemu/accel/tcg/
A Dtb-maint.c121 #define PAGE_FOR_EACH_TB(start, last, pagedesc, T, N) \ argument
/qemu/hw/net/
A Dpcnet.c245 #define PRINT_TMD(T) printf( \ argument
/qemu/target/sparc/
A Dtranslate.c55 # define gen_helper_tick_get_count(D, E, T, C) qemu_build_not_reached() argument

Completed in 59 milliseconds