Home
last modified time | relevance | path

Searched refs:ct2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/
H A Dmatrix_transformers.hpp104 typedef typename geometry::coordinate_type<P2>::type ct2; in apply() typedef
105 set<0>(p2, boost::numeric_cast<ct2>(p2x)); in apply()
106 set<1>(p2, boost::numeric_cast<ct2>(p2y)); in apply()
169 typedef typename geometry::coordinate_type<P2>::type ct2; in apply() typedef
171 set<0>(p2, boost::numeric_cast<ct2>( in apply()
173 set<1>(p2, boost::numeric_cast<ct2>( in apply()
175 set<2>(p2, boost::numeric_cast<ct2>( in apply()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-lpc24xx.c93 u32 ct0, ct1, ct2; in lpc24xx_rtc_read_time() local
97 ct2 = rtc_readl(rtc, LPC24XX_CTIME2); in lpc24xx_rtc_read_time()
106 tm->tm_yday = CT2_DOY(ct2); in lpc24xx_rtc_read_time()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-cdev.c1221 struct fw_cdev_get_cycle_timer2 ct2; in ioctl_get_cycle_timer() local
1223 ct2.clk_id = CLOCK_REALTIME; in ioctl_get_cycle_timer()
1224 ioctl_get_cycle_timer2(client, (union ioctl_arg *)&ct2); in ioctl_get_cycle_timer()
1226 a->local_time = ct2.tv_sec * USEC_PER_SEC + ct2.tv_nsec / NSEC_PER_USEC; in ioctl_get_cycle_timer()
1227 a->cycle_timer = ct2.cycle_timer; in ioctl_get_cycle_timer()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_core.c706 nf_ct_match(const struct nf_conn *ct1, const struct nf_conn *ct2) in nf_ct_match() argument
709 &ct2->tuplehash[IP_CT_DIR_ORIGINAL].tuple) && in nf_ct_match()
711 &ct2->tuplehash[IP_CT_DIR_REPLY].tuple) && in nf_ct_match()
712 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_ORIGINAL) && in nf_ct_match()
713 nf_ct_zone_equal(ct1, nf_ct_zone(ct2), IP_CT_DIR_REPLY) && in nf_ct_match()
714 net_eq(nf_ct_net(ct1), nf_ct_net(ct2)); in nf_ct_match()