| /qemu/scripts/codeconverter/codeconverter/ |
| A D | utils.py | 16 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 D | patching.py | 26 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 D | util.py | 25 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 D | protocol.py | 49 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 D | source.py | 34 T = TypeVar('T', bound='QAPISourceInfo') variable in QAPISourceInfo 50 def next_line(self: T) -> T:
|
| /qemu/include/standard-headers/linux/ |
| A D | const.h | 18 #define _AT(T,X) X argument 22 #define _AT(T,X) ((T)(X)) argument
|
| /qemu/linux-headers/linux/ |
| A D | const.h | 18 #define _AT(T,X) X argument 22 #define _AT(T,X) ((T)(X)) argument
|
| A D | stddef.h | 34 #define __DECLARE_FLEX_ARRAY(T, member) \ argument
|
| /qemu/tests/tcg/ppc64/ |
| A D | bcdsub.c | 19 #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 D | test-crypto-xts.c | 343 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 D | test-smp-parse.c | 20 #define T true macro
|
| /qemu/crypto/ |
| A D | xts.c | 111 xts_uint128 PP, CC, T; in xts_decrypt() local 187 xts_uint128 PP, CC, T; in xts_encrypt() local
|
| /qemu/include/user/ |
| A D | thunk.h | 206 #define target_to_host_bitmask(M, T) \ argument 208 #define host_to_target_bitmask(M, T) \ argument
|
| /qemu/tests/tcg/alpha/ |
| A D | test-cvttq.c | 53 } T[] = { in main() local
|
| /qemu/include/hw/misc/ |
| A D | mips_itu.h | 37 uint8_t T; /* Trap Bit */ member
|
| /qemu/target/loongarch/tcg/ |
| A D | vec_helper.c | 979 #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 D | fmopl.h | 67 int T[2]; /* timer counter */ member
|
| /qemu/include/hw/s390x/ |
| A D | event-facility.h | 32 #define SCLP_EVMASK(T) (1ULL << (sizeof(sccb_mask_t) * 8 - (T))) argument
|
| /qemu/accel/tcg/ |
| A D | tb-maint.c | 121 #define PAGE_FOR_EACH_TB(start, last, pagedesc, T, N) \ argument
|
| /qemu/hw/net/ |
| A D | pcnet.c | 245 #define PRINT_TMD(T) printf( \ argument
|
| /qemu/target/sparc/ |
| A D | translate.c | 55 # define gen_helper_tick_get_count(D, E, T, C) qemu_build_not_reached() argument
|