Searched defs:ta (Results 1 – 8 of 8) sorted by relevance
/qemu/util/ |
H A D | timed-average.c | 88 static TimedAverageWindow *current_window(TimedAverage *ta) in current_window() 99 void timed_average_init(TimedAverage *ta, QEMUClockType clock_type, in timed_average_init() 128 static void check_expirations(TimedAverage *ta, uint64_t *elapsed) in check_expirations() 163 void timed_average_account(TimedAverage *ta, uint64_t value) in timed_average_account() 190 uint64_t timed_average_min(TimedAverage *ta) in timed_average_min() 203 uint64_t timed_average_avg(TimedAverage *ta) in timed_average_avg() 216 uint64_t timed_average_max(TimedAverage *ta) in timed_average_max() 227 uint64_t timed_average_sum(TimedAverage *ta, uint64_t *elapsed) in timed_average_sum()
|
/qemu/tests/unit/ |
H A D | test-timed-average.c | 25 static void account(TimedAverage *ta) in account() 36 TimedAverage ta; in test_average() local
|
/qemu/hw/riscv/ |
H A D | riscv-iommu.h | 108 uint64_t ta; /* Translation Attributes */ member
|
H A D | riscv-iommu-bits.h | 282 uint64_t ta; member
|
/qemu/hw/gpio/ |
H A D | aspeed_gpio.c | 294 #define nested_struct_index(ta, pa, m, tb, pb) \ argument
|
/qemu/target/hppa/ |
H A D | translate.c | 4334 TCGv_i32 ta, tb, tc, ty; in trans_fcmp_f() local 4350 TCGv_i64 ta, tb; in trans_fcmp_d() local 4483 int ta = fmpyadd_s_reg(a->ta); in do_fmpyadd_s() local
|
/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 7094 TCGv_i64 ta = read_fp_dreg(s, a->ra); in do_fmadd() local 7112 TCGv_i32 ta = read_fp_sreg(s, a->ra); in do_fmadd() local 7133 TCGv_i32 ta = read_fp_hreg(s, a->ra); in do_fmadd() local
|
/qemu/fpu/ |
H A D | softfloat.c | 1005 uint64_t ta = a->frac_hi, tb = b->frac_hi; in frac128_cmp() local
|