Home
last modified time | relevance | path

Searched defs:ta (Results 1 – 25 of 25) sorted by relevance

/openbmc/qemu/util/
H A Dtimed-average.c88 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()
/openbmc/linux/arch/arm/kernel/
Dsmp_tlb.c
/openbmc/linux/drivers/phy/
Dphy-lgm-usb.c
/openbmc/qemu/tests/unit/
H A Dtest-timed-average.c25 static void account(TimedAverage *ta) in account()
36 TimedAverage ta; in test_average() local
/openbmc/u-boot/include/
H A Dsandboxtee.h18 void *ta; member
/openbmc/u-boot/drivers/tee/
H A Dsandbox.c212 const struct ta_entry *ta; in sandbox_tee_open_session() local
247 struct ta_entry *ta = state->ta; in sandbox_tee_invoke_func() local
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
Dsta_rx.c
Duap_txrx.c
/openbmc/linux/drivers/media/test-drivers/vivid/
Dvivid-rds-gen.h
/openbmc/linux/arch/powerpc/include/asm/
Dcell-pmu.h
/openbmc/linux/arch/parisc/math-emu/
Dfpudispatch.c
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Data.h20 u8 ta; /* 0x05 */ member
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.h108 uint64_t ta; /* Translation Attributes */ member
H A Driscv-iommu-bits.h283 uint64_t ta; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
Dscan.c
/openbmc/linux/drivers/staging/rtl8712/
Drtl871x_recv.h
Drtl871x_security.c
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py134 def vercmp(ta, tb): argument
/openbmc/qemu/hw/gpio/
H A Daspeed_gpio.c294 #define nested_struct_index(ta, pa, m, tb, pb) \ argument
/openbmc/qemu/target/hppa/
H A Dtranslate.c4334 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
/openbmc/linux/drivers/net/wireless/ath/wil6210/
Dtxrx.c
/openbmc/linux/drivers/infiniband/hw/qib/
Dqib_iba6120.c
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c7105 TCGv_i64 ta = read_fp_dreg(s, a->ra); in do_fmadd() local
7123 TCGv_i32 ta = read_fp_sreg(s, a->ra); in do_fmadd() local
7144 TCGv_i32 ta = read_fp_hreg(s, a->ra); in do_fmadd() local
/openbmc/rest-dbus/resources/
H A Djquery.min.js2 …ction(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=… function
/openbmc/qemu/fpu/
H A Dsoftfloat.c1005 uint64_t ta = a->frac_hi, tb = b->frac_hi; in frac128_cmp() local