Searched refs:cmp (Results 51 - 75 of 825) sorted by relevance

1234567891011>>

/freebsd-current/contrib/netbsd-tests/lib/csu/arch/ia64/
H A Dh_initfini_align.S24 cmp.eq p1, p0 = 0, loc1
34 (p1) cmp.eq p1, p0 = 0, loc1
/freebsd-current/lib/libc/arm/string/
H A Dstrncmp.S34 cmp r2, #0
48 cmp ip, r0
/freebsd-current/share/examples/tests/tests/plain/
H A Dcp_test.sh52 if ! cmp -s "${1}" "${2}"; then
/freebsd-current/sys/sys/
H A Dqueue_mergesort.h185 #define SLIST_MERGESORT(head, thunk, cmp, TYPE, NAME) \
186 SYSQUEUE_MERGESORT((head), (thunk), (cmp), TYPE, NAME, SLIST_HEAD, \
189 #define SLIST_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \
190 SYSQUEUE_MERGE((list1), (list2), (thunk), (cmp), TYPE, NAME, SLIST_FIRST, \
193 #define LIST_MERGESORT(head, thunk, cmp, TYPE, NAME) \
194 SYSQUEUE_MERGESORT((head), (thunk), (cmp), TYPE, NAME, LIST_HEAD, \
197 #define LIST_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \
198 SYSQUEUE_MERGE((list1), (list2), (thunk), (cmp), TYPE, NAME, LIST_FIRST, \
201 #define STAILQ_MERGESORT(head, thunk, cmp, TYPE, NAME) \
202 SYSQUEUE_MERGESORT((head), (thunk), (cmp), TYP
[all...]
/freebsd-current/lib/libc/aarch64/gen/
H A Dsigsetjmp.S34 cmp x1, #0
47 cmp x2, x3
/freebsd-current/contrib/libdiff/compat/include/
H A Dstdlib.h18 int mergesort(void *, size_t, size_t, int (*cmp)(const void *, const void *));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dchkstk.S18 cmp $0x1000,%eax
25 cmp $0x1000,%eax
/freebsd-current/contrib/one-true-awk/bugs-fixed/
H A DREGRESS23 if cmp -s $OK $OUT
26 elif [ -f $OK2 ] && cmp -s $OK2 $OUT
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dv_cospi_3u1.c30 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) argument
34 return v_call_f64 (cospi, x, y, cmp);
47 uint64x2_t cmp = vcaleq_f64 (v_f64 (0x1p64), x); local
51 r = v_zerofy_f64 (r, cmp);
56 uint64x2_t cmp = vcageq_f64 (r, d->range_val); local
73 if (unlikely (v_any_u64 (cmp)))
74 return special_case (x, y, odd, cmp);
H A Dv_cospif_3u2.c26 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) argument
29 return v_call_f32 (cospif, x, y, cmp);
42 uint32x4_t cmp = vcaleq_f32 (v_f32 (0x1p32f), x); local
46 r = v_zerofy_f32 (r, cmp);
51 uint32x4_t cmp = vcageq_f32 (r, d->range_val); local
70 if (unlikely (v_any_u32 (cmp)))
71 return special_case (x, y, odd, cmp);
H A Dv_exp10f_2u4.c51 special_case (float32x4_t x, float32x4_t y, uint32x4_t cmp) argument
55 return v_call_f32 (exp10f, x, y, cmp);
92 uint32x4_t cmp = vcgeq_u32 ( local
98 if (unlikely (v_any_u32 (cmp)))
99 x = v_zerofy_f32 (x, cmp);
114 uint32x4_t cmp = vcagtq_f32 (n, v_f32 (SpecialBound)); local
122 if (unlikely (v_any_u32 (cmp)))
124 return special_case (xm, vfmaq_f32 (scale, poly, scale), cmp);
126 return special_case (poly, n, e, cmp, scale, d);
/freebsd-current/contrib/libdiff/test/
H A Dverify_all.sh43 echo cmp "$got_diff" "$expected_diff"
44 if ! cmp "$got_diff" "$expected_diff" ; then
52 if ! cmp "$orig_right" "$verify_right" ; then
59 if ! cmp "$orig_left" "$verify_left" ; then
67 if ! cmp "$orig_left" "$verify_left" ; then
71 if ! cmp "$orig_right" "$verify_right" ; then
100 if ! cmp "$prog_output" "$expect_output" ; then
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c59 slist_add(list_t **list, void *data, int (*cmp)(void *, void *))
64 if (cmp((*nextp)->l_data, data) > 0)
79 list_remove(list_t **list, void *data, int (*cmp)(void *, void *, void *),
85 if (!cmp)
86 cmp = list_defcmp;
89 if (cmp(le->l_data, data, private) == 0) {
156 list_find(list_t *list, void *tmpl, int (*cmp)(void *, void *))
159 if (cmp(list->l_data, tmpl) == 0)
187 * Merges two sorted lists. Equal nodes (as determined by cmp) are retained.
190 slist_merge(list_t **list1p, list_t *list2, int (*cmp)(voi
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp2f.c38 special_case (float32x4_t x, float32x4_t y, uint32x4_t cmp) argument
42 return v_call_f32 (exp2f, x, y, cmp);
73 uint32x4_t cmp, e; local
78 cmp = vcgeq_u32 (vsubq_u32 (ia, TinyBound), SpecialBound);
83 if (unlikely (v_any_u32 (cmp)))
84 x = vbslq_f32 (cmp, v_f32 (1), x);
95 cmp = vcagtq_f32 (n, d->special_bound);
105 if (unlikely (v_any_u32 (cmp)))
107 return special_case (xm, vfmaq_f32 (scale, poly, scale), cmp);
109 return special_case (poly, n, e, cmp, scal
[all...]
H A Dv_expf.c43 special_case (float32x4_t x, float32x4_t y, uint32x4_t cmp) argument
47 return v_call_f32 (expf, x, y, cmp);
78 uint32x4_t cmp, e; local
82 cmp = vcgeq_u32 (
90 if (unlikely (v_any_u32 (cmp)))
91 x = vbslq_f32 (cmp, v_f32 (1), x);
104 cmp = vcagtq_f32 (n, d->special_bound);
114 if (unlikely (v_any_u32 (cmp)))
116 return special_case (xm, vfmaq_f32 (scale, poly, scale), cmp);
118 return special_case (poly, n, e, cmp, scal
[all...]
H A Dv_cos.c33 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) argument
36 return v_call_f64 (cos, x, y, cmp);
43 uint64x2_t odd, cmp; local
47 cmp = vcgeq_u64 (vreinterpretq_u64_f64 (r),
49 if (unlikely (v_any_u64 (cmp)))
53 r = vbslq_f64 (cmp, v_f64 (1.0), r);
55 cmp = vcageq_f64 (x, d->range_val);
84 if (unlikely (v_any_u64 (cmp)))
85 return special_case (x, y, odd, cmp);
H A Dv_sin.c37 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) argument
40 return v_call_f64 (sin, x, y, cmp);
56 uint64x2_t odd, cmp; local
63 cmp = vcgeq_u64 (vsubq_u64 (ir, TinyBound), Thresh);
64 r = vbslq_f64 (cmp, vreinterpretq_f64_u64 (cmp), x);
67 cmp = vcageq_f64 (x, d->range_val);
94 if (unlikely (v_any_u64 (cmp)))
95 return special_case (x, y, odd, cmp);
/freebsd-current/contrib/libdiff/compat/
H A Dmerge.c55 int (*cmp)(const void *, const void *));
57 int (*cmp)(const void *, const void *));
94 int (*cmp)(const void *, const void *))
121 setup(list1, list2, nmemb, size, cmp);
135 if ((*cmp)(f1, f2) <= 0) {
145 while ((b += size) < t && cmp(q, b) >sense)
154 (*cmp)(q, p) <= sense)
159 } else if ((*cmp)(q, p) <= sense) {
168 if ((*cmp)(q, p = b + i) <= sense)
175 if ((*cmp)(
[all...]
/freebsd-current/contrib/diff/src/
H A Danalyze.c797 diff_2_files (struct comparison *cmp)
812 if (read_files (cmp->file, files_can_be_treated_as_binary))
815 if (cmp->file[0].stat.st_size != cmp->file[1].stat.st_size
816 && (cmp->file[0].desc < 0 || S_ISREG (cmp->file[0].stat.st_mode))
817 && (cmp->file[1].desc < 0 || S_ISREG (cmp->file[1].stat.st_mode)))
821 else if (cmp->file[0].desc == cmp
792 diff_2_files(struct comparison *cmp) argument
[all...]
/freebsd-current/crypto/openssh/regress/
H A Dsftp-cmds.sh72 cmp $DATA ${COPY} || fail "corrupted copy after get"
78 cmp $DATA ${COPY} || fail "corrupted copy after get"
85 cmp ${COPY} ${QUOTECOPY} || fail "corrupted copy after get with quotes"
93 cmp ${COPY} "$SPACECOPY" || fail "corrupted copy after get with spaces"
100 cmp ${COPY} "$GLOBMETACOPY" || \
107 cmp $DATA ${COPY}.dd/$DATANAME || fail "corrupted copy after get"
114 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after get"
121 cmp $DATA ${COPY}.dd/$DATANAME || fail "corrupted copy after get"
128 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after get"
135 cmp
[all...]
/freebsd-current/usr.bin/head/tests/
H A Dhead_test.sh34 atf_check cmp expectfile outfile
35 atf_check cmp expectfile outpipe
47 atf_check -e empty cmp expectfile outfile
89 atf_check cmp infile outpipe
118 atf_check cmp outfile expectfile
132 atf_check cmp outfile expectfile
145 atf_check cmp outfile expectfile
156 atf_check cmp outfile expectfile
160 atf_check cmp outfile expectfile
/freebsd-current/sys/arm64/arm64/
H A Dmemcmp.S40 cmp data1, data2
53 cmp data1, data2
63 cmp limit, 96
84 cmp data1, data2
88 cmp data1, data2
97 cmp data1, data2
101 cmp data1, data2
109 cmp data1, data2
122 cmp data1w, data2w
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in89 cmp test ${srcdir}/tst-crypto-select1 > /dev/null || \
94 cmp test ${srcdir}/tst-crypto-select1 > /dev/null || \
99 cmp test ${srcdir}/tst-crypto-select2 > /dev/null || \
107 cmp test ${srcdir}/tst-crypto-select3 > /dev/null || \
116 cmp test ${srcdir}/tst-crypto-select4 > /dev/null || \
125 cmp test ${srcdir}/tst-crypto-select5 > /dev/null || \
134 cmp test ${srcdir}/tst-crypto-select6 > /dev/null || \
144 cmp test ${srcdir}/tst-crypto-select7 > /dev/null || \
151 #cmp test ${srcdir}/tst-crypto-available1 > /dev/null || \
158 cmp tes
[all...]
/freebsd-current/crypto/openssl/test/
H A Dparams_api_test.c69 static int test_param_type_extra(OSSL_PARAM *param, const unsigned char *cmp, argument
103 if (!TEST_mem_eq(buf, sz, cmp, sz))
108 if (!TEST_mem_eq(buf, sz, cmp, sz))
113 if (!TEST_mem_eq(buf, sz, cmp, sz))
151 unsigned char buf[MAX_LEN], cmp[sizeof(int)]; local
162 le_copy(cmp, &out, sizeof(out));
163 if (!TEST_mem_eq(cmp, len, raw_values[n].value, len))
168 le_copy(cmp, &in, sizeof(in));
169 if (!TEST_mem_eq(cmp, sizeof(in), raw_values[n].value, sizeof(in)))
178 unsigned char buf[MAX_LEN], cmp[sizeo local
205 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned int)]; local
231 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned long int)]; local
258 unsigned char buf[MAX_LEN], cmp[sizeof(int32_t)]; local
285 unsigned char buf[MAX_LEN], cmp[sizeof(uint32_t)]; local
312 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; local
339 unsigned char buf[MAX_LEN], cmp[sizeof(uint64_t)]; local
366 unsigned char buf[MAX_LEN], cmp[sizeof(size_t)]; local
393 unsigned char buf[MAX_LEN], cmp[sizeof(time_t)]; local
[all...]
/freebsd-current/contrib/ntp/scripts/build/
H A Dgenver51 cmp -s "${TEMPDIR}/version.m4+" m4/version.m4
67 cmp -s "${TEMPDIR}/version.def+" include/version.def
85 cmp -s "${TEMPDIR}/version.texi+" include/version.texi

Completed in 287 milliseconds

1234567891011>>