Searched refs:cmp1 (Results 1 – 5 of 5) sorted by relevance
143 ktime_compare(const ktime_t cmp1, const ktime_t cmp2) in ktime_compare() argument146 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() argument158 return (ktime_compare(cmp1, cmp2) > 0); in ktime_after()162 ktime_before(const ktime_t cmp1, const ktime_t cmp2) in ktime_before() argument165 return (ktime_compare(cmp1, cmp2) < 0); in ktime_before()
192 } cmp1, cmp2; in ucl_hash_caseless_equal() local199 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() local563 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 …]
420 wint_t cmp1 = dlg_toupper(ch); in dlg_match_char() local421 if (cmp2 != 0 && (wchar_t) cmp1 == (wchar_t) dlg_toupper(cmp2)) { in dlg_match_char()
299 @grep -v diff_ignore_line < k-g.out > cmp1301 @cmp cmp1 cmp2 > /dev/null || \306 @rm cmp1 cmp2
1689 @grep -v diff_ignore_line < k-g.out > cmp11691 @cmp cmp1 cmp2 > /dev/null || \1696 @rm cmp1 cmp2