Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h143 ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument
146 if (cmp1 > cmp2) in ktime_compare()
148 else if (cmp1 < cmp2) in ktime_compare()
155 ktime_after(const ktime_t cmp1, const ktime_t cmp2) in ktime_after() argument
158 return (ktime_compare(cmp1, cmp2) > 0); in ktime_after()
162 ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() argument
165 return (ktime_compare(cmp1, cmp2) < 0); in ktime_before()
/freebsd-13.1/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-13.1/contrib/dialog/
H A Dbuttons.c420 wint_t cmp1 = dlg_toupper(ch); in dlg_match_char() local
421 if (cmp2 != 0 && (wchar_t) cmp1 == (wchar_t) dlg_toupper(cmp2)) { in dlg_match_char()
/freebsd-13.1/contrib/ntp/ntpd/
H A DMakefile.am299 @grep -v diff_ignore_line < k-g.out > cmp1
301 @cmp cmp1 cmp2 > /dev/null || \
306 @rm cmp1 cmp2
H A DMakefile.in1689 @grep -v diff_ignore_line < k-g.out > cmp1
1691 @cmp cmp1 cmp2 > /dev/null || \
1696 @rm cmp1 cmp2