Searched refs:cmp1 (Results 1 – 2 of 2) sorted by relevance
93 static inline int ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument95 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() argument111 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() argument123 return ktime_compare(cmp1, cmp2) < 0; in ktime_before()
1040 const uint8x16_t cmp1 = vceqq_u8(chunk.val[1], dup); in ZSTD_row_getNEONMask() local1044 const uint8x16_t t0 = vsriq_n_u8(cmp1, cmp0, 1); in ZSTD_row_getNEONMask()