Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h147 ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument
150 if (cmp1 > cmp2) in ktime_compare()
152 else if (cmp1 < cmp2) in ktime_compare()
159 ktime_after(const ktime_t cmp1, const ktime_t cmp2) in ktime_after() argument
162 return (ktime_compare(cmp1, cmp2) > 0); in ktime_after()
166 ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() argument
169 return (ktime_compare(cmp1, cmp2) < 0); in ktime_before()
/freebsd-14.2/contrib/libucl/src/
H A Ducl_hash.c192 } cmp1, cmp2; in ucl_hash_caseless_equal() local
199 cmp1.c[0] = lc_map[c1]; in ucl_hash_caseless_equal()
200 cmp1.c[1] = lc_map[c2]; in ucl_hash_caseless_equal()
201 cmp1.c[2] = lc_map[c3]; in ucl_hash_caseless_equal()
202 cmp1.c[3] = lc_map[c4]; in ucl_hash_caseless_equal()
210 if (cmp1.n != cmp2.n) { in ucl_hash_caseless_equal()
555 } cmp1, cmp2; in ucl_lc_cmp() local
563 cmp1.c[0] = lc_map[c1]; in ucl_lc_cmp()
564 cmp1.c[1] = lc_map[c2]; in ucl_lc_cmp()
565 cmp1.c[2] = lc_map[c3]; in ucl_lc_cmp()
[all …]
/freebsd-14.2/contrib/arm-optimized-routines/pl/math/
H A Dv_erf_2u5.c85 uint64x2_t cmp1 = vcgtq_f64 (a, dat->huge_bound); in V_NAME_D1() local
87 uint64x2_t cmp = vorrq_u64 (cmp1, cmp2); in V_NAME_D1()
94 a = vbslq_f64 (cmp1, v_f64 (8.0), a); in V_NAME_D1()
145 x = vbslq_f64 (cmp1, v_f64 (1.0), x); in V_NAME_D1()
H A Dv_exp10f_2u4.c65 special_case (float32x4_t poly, float32x4_t n, uint32x4_t e, uint32x4_t cmp1, in special_case() argument
77 float32x4_t r = vbslq_f32 (cmp1, r1, r0); in special_case()
/freebsd-14.2/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp2f.c51 special_case (float32x4_t poly, float32x4_t n, uint32x4_t e, uint32x4_t cmp1, in special_case() argument
63 float32x4_t r = vbslq_f32 (cmp1, r1, r0); in special_case()
H A Dv_expf.c56 special_case (float32x4_t poly, float32x4_t n, uint32x4_t e, uint32x4_t cmp1, in special_case() argument
68 float32x4_t r = vbslq_f32 (cmp1, r1, r0); in special_case()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Drefcount.c59 int cmp1 = TREE_CMP(r1->ref_holder, r2->ref_holder); in zfs_refcount_compare() local
61 int cmp = cmp1 ? cmp1 : cmp2; in zfs_refcount_compare()
/freebsd-14.2/contrib/dialog/
H A Dbuttons.c429 wint_t cmp1 = dlg_toupper(ch); in dlg_match_char() local
430 if (cmp2 != 0 && (wchar_t) cmp1 == (wchar_t) dlg_toupper(cmp2)) { in dlg_match_char()
/freebsd-14.2/contrib/ntp/ntpd/
H A DMakefile.am315 $(AM_V_at)grep -v diff_ignore_line < k-g.out > cmp1
317 $(AM_V_at)cmp cmp1 cmp2 > /dev/null || \
322 @rm cmp1 cmp2
H A DMakefile.in1928 $(AM_V_at)grep -v diff_ignore_line < k-g.out > cmp1
1930 $(AM_V_at)cmp cmp1 cmp2 > /dev/null || \
1935 @rm cmp1 cmp2
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1055 const uint8x16_t cmp1 = vceqq_u8(chunk.val[1], dup); in ZSTD_row_getMatchMask() local
1059 const uint8x16_t t0 = vsriq_n_u8(cmp1, cmp0, 1); in ZSTD_row_getMatchMask()