Home
last modified time | relevance | path

Searched refs:cmp1 (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dktime.h95 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument
97 if (cmp1 < cmp2) in ktime_compare()
99 if (cmp1 > cmp2) in ktime_compare()
111 static inline bool ktime_after(const ktime_t cmp1, const ktime_t cmp2) in ktime_after() argument
113 return ktime_compare(cmp1, cmp2) > 0; in ktime_after()
123 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() argument
125 return ktime_compare(cmp1, cmp2) < 0; in ktime_before()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtyped-splay-tree.h342 int cmp1, cmp2; in splay_tree_splay() local
346 cmp1 = (*comp) (key, n->key); in splay_tree_splay()
349 if (cmp1 == 0) in splay_tree_splay()
353 if (cmp1 < 0) in splay_tree_splay()
367 if (cmp1 < 0) in splay_tree_splay()
375 if (cmp1 < 0 && cmp2 < 0) in splay_tree_splay()
380 else if (cmp1 > 0 && cmp2 > 0) in splay_tree_splay()
385 else if (cmp1 < 0 && cmp2 > 0) in splay_tree_splay()
390 else if (cmp1 > 0 && cmp2 < 0) in splay_tree_splay()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtyped-splay-tree.h342 int cmp1, cmp2; in splay_tree_splay() local
346 cmp1 = (*comp) (key, n->key); in splay_tree_splay()
349 if (cmp1 == 0) in splay_tree_splay()
353 if (cmp1 < 0) in splay_tree_splay()
367 if (cmp1 < 0) in splay_tree_splay()
375 if (cmp1 < 0 && cmp2 < 0) in splay_tree_splay()
380 else if (cmp1 > 0 && cmp2 > 0) in splay_tree_splay()
385 else if (cmp1 < 0 && cmp2 > 0) in splay_tree_splay()
390 else if (cmp1 > 0 && cmp2 < 0) in splay_tree_splay()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8996.c649 u32 cmp1, cmp2, cmp3, pll_cmp; in hdmi_8996_pll_recalc_rate() local
651 cmp1 = hdmi_pll_read(pll, REG_HDMI_PHY_QSERDES_COM_LOCK_CMP1_MODE0); in hdmi_8996_pll_recalc_rate()
655 pll_cmp = cmp1 | (cmp2 << 8) | (cmp3 << 16); in hdmi_8996_pll_recalc_rate()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/
H A Dosdep_service.c1838 int rtw_sptime_cmp(const sysptime cmp1, const sysptime cmp2) in rtw_sptime_cmp() argument
1842 return ktime_compare(cmp1, cmp2); in rtw_sptime_cmp()
1844 if (cmp1.tv64 < cmp2.tv64) in rtw_sptime_cmp()
1846 if (cmp1.tv64 > cmp2.tv64) in rtw_sptime_cmp()
1855 bool rtw_sptime_eql(const sysptime cmp1, const sysptime cmp2) in rtw_sptime_eql() argument
1858 return rtw_sptime_cmp(cmp1, cmp2) == 0; in rtw_sptime_eql()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/
H A Dosdep_service.c1675 int rtw_sptime_cmp(const sysptime cmp1, const sysptime cmp2) in rtw_sptime_cmp() argument
1679 return ktime_compare(cmp1, cmp2); in rtw_sptime_cmp()
1681 if (cmp1.tv64 < cmp2.tv64) in rtw_sptime_cmp()
1683 if (cmp1.tv64 > cmp2.tv64) in rtw_sptime_cmp()
1692 bool rtw_sptime_eql(const sysptime cmp1, const sysptime cmp2) in rtw_sptime_eql() argument
1695 return rtw_sptime_cmp(cmp1, cmp2) == 0; in rtw_sptime_eql()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/
H A Dosdep_service.c1674 int rtw_sptime_cmp(const sysptime cmp1, const sysptime cmp2) in rtw_sptime_cmp() argument
1678 return ktime_compare(cmp1, cmp2); in rtw_sptime_cmp()
1680 if (cmp1.tv64 < cmp2.tv64) in rtw_sptime_cmp()
1682 if (cmp1.tv64 > cmp2.tv64) in rtw_sptime_cmp()
1691 bool rtw_sptime_eql(const sysptime cmp1, const sysptime cmp2) in rtw_sptime_eql() argument
1694 return rtw_sptime_cmp(cmp1, cmp2) == 0; in rtw_sptime_eql()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/
H A Dosdep_service.c1674 int rtw_sptime_cmp(const sysptime cmp1, const sysptime cmp2) in rtw_sptime_cmp() argument
1678 return ktime_compare(cmp1, cmp2); in rtw_sptime_cmp()
1680 if (cmp1.tv64 < cmp2.tv64) in rtw_sptime_cmp()
1682 if (cmp1.tv64 > cmp2.tv64) in rtw_sptime_cmp()
1691 bool rtw_sptime_eql(const sysptime cmp1, const sysptime cmp2) in rtw_sptime_eql() argument
1694 return rtw_sptime_cmp(cmp1, cmp2) == 0; in rtw_sptime_eql()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/
H A Dosdep_service.c1870 int rtw_sptime_cmp(const sysptime cmp1, const sysptime cmp2) in rtw_sptime_cmp() argument
1874 return ktime_compare(cmp1, cmp2); in rtw_sptime_cmp()
1876 if (cmp1.tv64 < cmp2.tv64) in rtw_sptime_cmp()
1878 if (cmp1.tv64 > cmp2.tv64) in rtw_sptime_cmp()
1887 bool rtw_sptime_eql(const sysptime cmp1, const sysptime cmp2) in rtw_sptime_eql() argument
1890 return rtw_sptime_cmp(cmp1, cmp2) == 0; in rtw_sptime_eql()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dosdep_service.h392 int rtw_sptime_cmp(const sysptime cmp1, const sysptime cmp2);
393 bool rtw_sptime_eql(const sysptime cmp1, const sysptime cmp2);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dosdep_service.h393 int rtw_sptime_cmp(const sysptime cmp1, const sysptime cmp2);
394 bool rtw_sptime_eql(const sysptime cmp1, const sysptime cmp2);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dosdep_service.h392 int rtw_sptime_cmp(const sysptime cmp1, const sysptime cmp2);
393 bool rtw_sptime_eql(const sysptime cmp1, const sysptime cmp2);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dosdep_service.h397 int rtw_sptime_cmp(const sysptime cmp1, const sysptime cmp2);
398 bool rtw_sptime_eql(const sysptime cmp1, const sysptime cmp2);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dosdep_service.h400 int rtw_sptime_cmp(const sysptime cmp1, const sysptime cmp2);
401 bool rtw_sptime_eql(const sysptime cmp1, const sysptime cmp2);
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtree-log.c630 struct btrfs_file_extent_item cmp1; in replay_one_extent() local
639 read_extent_buffer(eb, &cmp1, (unsigned long)item, in replay_one_extent()
640 sizeof(cmp1)); in replay_one_extent()
648 if (memcmp(&cmp1, &cmp2, sizeof(cmp1)) == 0) { in replay_one_extent()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents.c5989 ext4_fsblk_t cmp1, cmp2; in ext4_ext_replay_set_iblocks() local
6063 cmp1 = cmp2 = 0; in ext4_ext_replay_set_iblocks()
6065 cmp1 = path[i].p_bh ? in ext4_ext_replay_set_iblocks()
6070 if (cmp1 != cmp2 && cmp2 != 0) in ext4_ext_replay_set_iblocks()