Home
last modified time | relevance | path

Searched refs:ct1 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-time.c34 u32 ct0, ct1; in dosample() local
51 ct1 = read_c0_count(); in dosample()
63 return (ct1 - ct0) / (500000/HZ) * (500000/HZ); in dosample()
/openbmc/linux/arch/mips/sni/
H A Dtime.c80 u32 ct0, ct1; in dosample() local
96 ct1 = read_c0_count(); in dosample()
107 return (ct1 - ct0) / (500000/HZ) * (500000/HZ); in dosample()
/openbmc/qemu/tests/tcg/hexagon/
H A Dmisc.c330 static inline int32_t ct1(uint32_t x) in ct1() function
357 check32(ct1(0x000000f0), 0); in test_count_trailing_zeros_ones()
358 check32(ct1(0x0000000f), 4); in test_count_trailing_zeros_ones()
359 check32(ct1(0x00000000), 0); in test_count_trailing_zeros_ones()
360 check32(ct1(0xffffffff), 32); in test_count_trailing_zeros_ones()
/openbmc/linux/drivers/rtc/
H A Drtc-lpc24xx.c92 u32 ct0, ct1, ct2; in lpc24xx_rtc_read_time() local
95 ct1 = rtc_readl(rtc, LPC24XX_CTIME1); in lpc24xx_rtc_read_time()
102 tm->tm_mon = CT1_MONTH(ct1); in lpc24xx_rtc_read_time()
103 tm->tm_mday = CT1_DOM(ct1); in lpc24xx_rtc_read_time()
104 tm->tm_year = CT1_YEAR(ct1); in lpc24xx_rtc_read_time()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-vp9.c1483 static u8 merge_prob(u8 pre_prob, u32 ct0, u32 ct1, u16 count_sat, u32 max_update_factor) in merge_prob() argument
1487 den = ct0 + ct1; in merge_prob()
1509 static inline u8 noncoef_merge_prob(u8 pre_prob, u32 ct0, u32 ct1) in noncoef_merge_prob() argument
1511 return merge_prob(pre_prob, ct0, ct1, 20, 128); in noncoef_merge_prob()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c703 nf_ct_match(const struct nf_conn *ct1, const struct nf_conn *ct2) in nf_ct_match() argument
705 return nf_ct_tuple_equal(&ct1->tuplehash[IP_CT_DIR_ORIGINAL].tuple, in nf_ct_match()
707 nf_ct_tuple_equal(&ct1->tuplehash[IP_CT_DIR_REPLY].tuple, in nf_ct_match()
709 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && in nf_ct_match()
710 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match()
711 net_eq(nf_ct_net(ct1), nf_ct_net(ct2)); in nf_ct_match()
/openbmc/qemu/target/hexagon/imported/
H A Dshift.idef1104 Q6INSN(S2_ct1, "Rd32=ct1(Rs32)", ATTRIBS(A_ARCHV2), "Count Trailing",{RdV = fCL1_4(fBREV_4(RsV)…
1106 Q6INSN(S2_ct1p, "Rd32=ct1(Rss32)", ATTRIBS(), "Count Trailing",{RdV = fCL1_8(fBREV_8(RssV));})