Searched refs:cmp (Results 26 - 50 of 825) sorted by relevance

1234567891011>>

/freebsd-current/contrib/sendmail/libsm/
H A Dt-str2prt.c36 int i, cmp; local
52 cmp = strcmp(inout[i].qic_out, obp);
53 SM_TEST(inout[i].qic_exp == cmp);
54 if (inout[i].qic_exp != cmp && SmTestVerbose)
59 fprintf(stderr, "cmp=%d\n", cmp);
H A Dt-qic.c59 int cmp; local
70 cmp = strcmp(line_in, line_back);
71 SM_TEST(exp == cmp);
72 if (cmp != exp && !SmTestVerbose)
77 fprintf(stderr, "cmp=%d\n", cmp);
85 fprintf(stderr, "cmp=%d\n", cmp);
106 int i, los, cmp, mode; local
175 cmp
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_linux_list_sort.c33 int (*cmp)(void *, struct list_head *, struct list_head *); member in struct:drm_list_sort_thunk
46 return ((thunk->cmp)(thunk->priv, le1, le2));
53 drm_list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv,
67 thunk.cmp = cmp;
/freebsd-current/contrib/one-true-awk/testdir/
H A DT.misc23 cmp -s foo1 foo2 || echo 'BAD: T.misc ghosh RE bug'
30 cmp -s foo1 foo2 || echo 'BAD: T.misc last number bug'
35 cmp -s foo1 foo2 || echo 'BAD: T.misc hex string cvt'
39 cmp -s foo1 foo2 || echo 'BAD: T.misc oct string cvt'
45 cmp -s foo1 foo2 || echo 'BAD: T.misc bad field increment'
331 cmp -s foo1 foo2 || echo 'BAD: T.misc weird chars'
337 cmp -s foo1 foo2 || echo 'BAD: T.misc BEGIN exit'
342 cmp -s foo1 foo2 || echo 'BAD: T.misc immmediate exit'
347 cmp -s foo1 foo2 || echo 'BAD: T.misc immmediate exit 2'
355 cmp
[all...]
/freebsd-current/contrib/sendmail/include/sm/
H A Dtime.h48 # define timercmp(tvp, uvp, cmp) \
50 ((tvp)->tv_usec cmp (uvp)->tv_usec) : \
51 ((tvp)->tv_sec cmp (uvp)->tv_sec))
/freebsd-current/crypto/openssl/crypto/
H A Dbsearch.c14 int size, int (*cmp) (const void *, const void *),
28 c = (*cmp) (key, p);
39 while (i > 0 && (*cmp) (key, &(base_[(i - 1) * size])) == 0)
/freebsd-current/usr.sbin/rtadvd/
H A Dtimer_subr.h36 #define TS_CMP(tsp, usp, cmp) \
38 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
39 ((tsp)->tv_sec cmp (usp)->tv_sec))
/freebsd-current/usr.bin/tail/tests/
H A Dtail_test.sh37 atf_check cmp expectfile outfile
38 atf_check cmp expectfile outpipe
60 atf_check cmp expectfile outfile
61 atf_check cmp expectfile outpipe
82 atf_check cmp expectfile outfile
83 atf_check cmp expectfile outpipe
103 atf_check cmp expectfile outfile
104 atf_check cmp expectfile outpipe
125 atf_check cmp expectfile outfile
126 atf_check cmp expectfil
[all...]
/freebsd-current/usr.bin/bzip2/
H A DMakefile43 cmp sample1.bz2 sample1.rb2
44 cmp sample2.bz2 sample2.rb2
45 cmp sample3.bz2 sample3.rb2
46 cmp sample1.tst sample1.ref
47 cmp sample2.tst sample2.ref
48 cmp sample3.tst sample3.ref
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dv_sinpif_3u.c28 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) argument
32 return v_call_f32 (sinpif, x, y, cmp);
46 uint32x4_t cmp = vcgeq_u32 (vsubq_u32 (ir, TinyBound), Thresh); local
50 float32x4_t r = v_zerofy_f32 (x, cmp);
68 if (unlikely (v_any_u32 (cmp)))
69 return special_case (x, y, odd, cmp);
H A Dv_exp10_2u.c52 special_case (float64x2_t x, float64x2_t y, uint64x2_t cmp) argument
56 return v_call_f64 (exp10, x, y, cmp);
75 uint64x2_t cmp = vcagtq_f64 (n, d->scale_thresh); local
78 return vbslq_f64 (cmp, r1, r0);
90 uint64x2_t cmp; local
97 cmp = vcgeq_u64 (vsubq_u64 (iax, TinyBound), Thres);
98 if (unlikely (v_any_u64 (cmp)))
99 x = vbslq_f64 (cmp, v_f64 (1), x);
101 cmp = vcageq_f64 (x, d->special_bound);
128 if (unlikely (v_any_u64 (cmp)))
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dumodsi3.S32 cmp r1, #1
37 cmp r0, r1
76 cmp r3, r1
81 cmp r3, r1
86 cmp r3, r1
91 cmp r3, r1
96 cmp r1, r2, lsr #1
105 cmp r0, r1, lsl IMM shift; \
H A Dswitchu8.S34 cmp r0, ip // compare with index
H A Dswitch8.S34 cmp r0, ip // signed compare with index
/freebsd-current/tools/tools/nanobsd/pcengines/Files/root/
H A Dsave_cfg37 cmp -s /etc/$i /cfg/$i || cp -pfv /etc/$i /cfg/$i
/freebsd-current/lib/libc/string/
H A Dtimingsafe_memcmp.c37 /* cmp is 1 if p1[i] > p2[i]; -1 if p1[i] < p2[i]; else 0. */
38 int cmp = lt - gt; local
40 /* set res = cmp if !done. */
41 res |= cmp & ~done;
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp.c47 special_case (float64x2_t x, float64x2_t y, uint64x2_t cmp) argument
51 return v_call_f64 (exp, x, y, cmp);
69 uint64x2_t cmp = vcagtq_f64 (n, data.scale_thresh); local
72 return vbslq_f64 (cmp, r1, r0);
80 uint64x2_t cmp, u, e; local
88 cmp = vcgeq_u64 (vsubq_u64 (iax, TinyBound), SpecialBound);
89 if (unlikely (v_any_u64 (cmp)))
90 x = vbslq_f64 (cmp, v_f64 (1), x);
92 cmp = vcagtq_f64 (x, data.special_bound);
117 if (unlikely (v_any_u64 (cmp)))
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h169 u8 *cmp,
174 u8 cmpv = *cmp;
190 *cmp = prev;
195 uptr *cmp,
198 uptr cmpv = *cmp;
203 *cmp = prev;
208 u16 *cmp,
211 u16 cmpv = *cmp;
216 *cmp = prev;
221 u32 *cmp,
168 atomic_compare_exchange_strong(volatile atomic_uint8_t *a, u8 *cmp, u8 xchgv, memory_order mo) argument
194 atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, uptr *cmp, uptr xchg, memory_order mo) argument
207 atomic_compare_exchange_strong(volatile atomic_uint16_t *a, u16 *cmp, u16 xchg, memory_order mo) argument
220 atomic_compare_exchange_strong(volatile atomic_uint32_t *a, u32 *cmp, u32 xchg, memory_order mo) argument
233 atomic_compare_exchange_strong(volatile atomic_uint64_t *a, u64 *cmp, u64 xchg, memory_order mo) argument
247 atomic_compare_exchange_weak(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
[all...]
/freebsd-current/sys/netinet/
H A Daccf_http.c48 static int mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, char *cmp);
51 int max, char *cmp);
88 * starting at offset in m compare characters in mbuf chain for 'cmp'
91 mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, char *cmp) argument
100 for (; offset < m->m_len; offset++, cmp++) {
101 if (*cmp == '\0')
103 else if (*cmp != *(mtod(m, char *) + offset))
106 if (*cmp == '\0')
116 * starting at offset in m compare characters in mbuf chain for 'cmp'
120 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int max, char *cmp) argument
156 char *cmp; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dchkstk.S23 cmp $0x1000,%rax
30 cmp $0x1000,%rax
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dudivmodsi4.S28 p0 = cmp.gtu(r1,r0)
39 p0 = cmp.eq(r6,#0)
45 p0 = cmp.gtu(r2,r1)
51 p0 = cmp.gtu(r2,r1)
H A Dumodsi3.S27 p0 = cmp.gtu(r1,r0)
35 p1 = cmp.eq(r2,#0)
41 p0 = cmp.gtu(r2,r0)
47 p0 = cmp.gtu(r2,r0)
/freebsd-current/crypto/openssh/regress/
H A Dsftp.sh26 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
27 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dstderr-data.sh15 cmp ${DATA} ${COPY} || fail "stderr corrupt"
25 cmp ${DATA} ${COPY} || fail "stderr corrupt"
H A Dtransfer.sh11 cmp ${DATA} ${COPY} || fail "corrupted copy"
21 cmp $DATA ${COPY} || fail "corrupted copy"

Completed in 308 milliseconds

1234567891011>>