Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dktime.h93 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument
95 if (cmp1 < cmp2) in ktime_compare()
97 if (cmp1 > cmp2) in ktime_compare()
109 static inline bool ktime_after(const ktime_t cmp1, const ktime_t cmp2) in ktime_after() argument
111 return ktime_compare(cmp1, cmp2) > 0; in ktime_after()
121 static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() argument
123 return ktime_compare(cmp1, cmp2) < 0; in ktime_before()
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8996.c645 u32 cmp1, cmp2, cmp3, pll_cmp; in hdmi_8996_pll_recalc_rate() local
647 cmp1 = hdmi_pll_read(pll, REG_HDMI_PHY_QSERDES_COM_LOCK_CMP1_MODE0); in hdmi_8996_pll_recalc_rate()
651 pll_cmp = cmp1 | (cmp2 << 8) | (cmp3 << 16); in hdmi_8996_pll_recalc_rate()
/linux/fs/ext4/
H A Dextents.c6058 ext4_fsblk_t cmp1, cmp2; in ext4_ext_replay_set_iblocks() local
6118 cmp1 = cmp2 = 0; in ext4_ext_replay_set_iblocks()
6120 cmp1 = path[i].p_bh ? in ext4_ext_replay_set_iblocks()
6125 if (cmp1 != cmp2 && cmp2 != 0) in ext4_ext_replay_set_iblocks()
/linux/lib/zstd/compress/
H A Dzstd_lazy.c1040 const uint8x16_t cmp1 = vceqq_u8(chunk.val[1], dup); in ZSTD_row_getNEONMask() local
1044 const uint8x16_t t0 = vsriq_n_u8(cmp1, cmp0, 1); in ZSTD_row_getNEONMask()