Searched refs:cmp (Results 101 - 125 of 825) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dswitch32.S34 cmp r0, ip // compare with index
H A Dsync-ops.h34 cmp r3, #0; \
49 cmp r6, #0; \
55 cmp rN, rM; \
61 cmp rN_LO, rM_LO; \
/freebsd-current/crypto/openssh/regress/
H A Dsftp-uri.sh27 cmp ${DATA} ${COPY} || fail "corrupted copy"
33 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
46 cmp ${DATA} ${DIR}/copy || fail "corrupted copy"
60 cmp ${DATA} ${DIR}/copy || fail "corrupted copy"
H A Dssh-com-sftp.sh58 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
59 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
/freebsd-current/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S223 cmp edi, esi
245 cmp r10d, eax
298 cmp bx,word ptr [rsi + r8 - 1]
307 cmp r8d, ebp
318 cmp bx,word ptr [rsi + r8 - 1]
327 cmp r8d, ebp
337 cmp bx,word ptr [rsi + r8 - 1]
346 cmp r8d, ebp
357 cmp bx,word ptr [rsi + r8 - 1]
388 cmp r8
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h74 inline bool atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, argument
81 return __atomic_compare_exchange(&a->val_dont_use, cmp, &xchg, false,
87 typename T::Type *cmp,
90 return atomic_compare_exchange_strong(a, cmp, xchg, mo);
86 atomic_compare_exchange_weak(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
H A Dsanitizer_termination.cpp74 u32 cmp = 0; local
75 if (!atomic_compare_exchange_strong(&first_tid, &cmp, tid,
77 if (cmp == tid) {
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-cred.c32 int cmp; local
41 cmp = KGID_TO_SGID(grp) -
44 if (cmp > 0)
46 else if (cmp < 0)
/freebsd-current/lib/libc/arm/string/
H A Dmemset.S93 cmp r1, #0x04 /* Do we have less than 4 bytes */
113 cmp r1, #0x10
116 cmp r1, #0x80 /* If < 128 then skip the big loop */
185 cmp r1, #2
197 cmp r2, #0x02
203 cmp r1, #0x04 /* More than 4 bytes left? */
208 cmp r1, #0x00
212 cmp r1, #0x02
/freebsd-current/share/zoneinfo/tests/
H A Dzoneinfo_common.sh51 atf_check cmp $old_path $new_path
/freebsd-current/bin/ls/
H A DMakefile6 SRCS= cmp.c ls.c print.c util.c
/freebsd-current/crypto/openssl/test/helpers/
H A Dcmp_testlib.h15 # include <openssl/cmp.h>
19 # include "../../crypto/cmp/cmp_local.h"
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dudivsi3.S27 p0 = cmp.gtu(r1,r0)
42 p0 = cmp.gtu(r2,r1)
48 p0 = cmp.gtu(r2,r1)
H A Ddfmul.S98 p1 = cmp.eq(PP_LL_L,#0) // 64 lsb's 0?
99 p1 = cmp.eq(PP_ODD_L,#0) // 64 lsb's 0?
123 p2 = cmp.gt(TMP,#-1)
124 p0 = !cmp.gt(EXP0,BTMPH)
125 p0 = cmp.gt(EXP0,BTMPL)
149 p0 = cmp.eq(AL,#0)
187 p0 = cmp.gt(EXP1,##BIAS+BIAS-2) // overflow
191 p0 = cmp.gt(EXP1,#0)
221 p3 = cmp.gt(PP_HH_H,#-1) // is it positive?
235 p0 = cmp
[all...]
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dtime.h55 #define timespeccmp(tsp, usp, cmp) \
57 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
58 ((tsp)->tv_sec cmp (usp)->tv_sec))
/freebsd-current/contrib/tcpdump/
H A Dtimeval-operations.h40 #define netdissect_timevalcmp(tvp, uvp, cmp) \
42 ((tvp)->tv_usec cmp (uvp)->tv_usec) : \
43 ((tvp)->tv_sec cmp (uvp)->tv_sec))
/freebsd-current/crypto/openssl/include/openssl/
H A Dess.h37 #define sk_ESS_CERT_ID_new(cmp) ((STACK_OF(ESS_CERT_ID) *)OPENSSL_sk_new(ossl_check_ESS_CERT_ID_compfunc_type(cmp)))
39 #define sk_ESS_CERT_ID_new_reserve(cmp, n) ((STACK_OF(ESS_CERT_ID) *)OPENSSL_sk_new_reserve(ossl_check_ESS_CERT_ID_compfunc_type(cmp), (n)))
59 #define sk_ESS_CERT_ID_set_cmp_func(sk, cmp) ((sk_ESS_CERT_ID_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_ESS_CERT_ID_sk_type(sk), ossl_check_ESS_CERT_ID_compfunc_type(cmp)))
69 #define sk_ESS_CERT_ID_V2_new(cmp) ((STACK_OF(ESS_CERT_ID_V2) *)OPENSSL_sk_new(ossl_check_ESS_CERT_ID_V2_compfunc_type(cmp)))
71 #define sk_ESS_CERT_ID_V2_new_reserve(cmp, n) ((STACK_OF(ESS_CERT_ID_V2) *)OPENSSL_sk_new_reserve(ossl_check_ESS_CERT_ID_V2_compfunc_type(cmp), (
[all...]
H A Dobjects.h78 int (*cmp) (const void *, const void *));
81 int (*cmp) (const void *, const void *),
89 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
90 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
149 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \
152 ((void)CHECKED_PTR_OF(type1,cmp##_type_1), \
153 (void)CHECKED_PTR_OF(type2,cmp##_type_2), \
154 cmp##_BSEARCH_CMP_FN)))
156 # define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \
159 ((void)CHECKED_PTR_OF(type1,cmp##_type_
[all...]
/freebsd-current/lib/libc/arm/aeabi/
H A Daeabi_asm_float.S52 cmp r0, #1
64 cmp r0, #1
97 cmp r0, #1
/freebsd-current/sbin/devd/tests/
H A Dclient_test.c108 int cmp; local
118 cmp = strncmp(event, create_pat, sizeof(create_pat) - 1);
119 if (cmp == 0)
122 cmp = strncmp(event, destroy_pat, sizeof(destroy_pat) - 1);
123 if (cmp == 0)
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Drb.h374 int cmp = (a_cmp)(node, tnode); \
375 if (cmp < 0) { \
378 } else if (cmp > 0) { \
399 int cmp = (a_cmp)(node, tnode); \
400 if (cmp < 0) { \
402 } else if (cmp > 0) { \
416 int cmp; \
419 && (cmp = (a_cmp)(key, ret)) != 0) { \
420 if (cmp < 0) { \
434 int cmp
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dqsort.c93 #define CMP(t, x, y) (cmp((t), (x), (y)))
95 #define CMP(t, x, y) (cmp((x), (y)))
99 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk argument
112 rk_qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) argument
116 rk_qsort(void *a, size_t n, size_t es, cmp_t *cmp)
140 pl = med3(pl, pl + d, pl + 2 * d, cmp, thunk);
141 pm = med3(pm - d, pm, pm + d, cmp, thunk);
142 pn = med3(pn - 2 * d, pn - d, pn, cmp, thunk);
144 pm = med3(pl, pm, pn, cmp, thunk);
190 rk_qsort_r(a, r / es, es, thunk, cmp);
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dmemcmp.S37 cmp limit, 16
47 cmp limit, 32
49 cmp limit, 160
57 cmp data1, data2
60 cmp limit, 16
65 cmp data1, data2
79 cmp data1, data2
89 cmp data1, data2
118 cmp data1w, data2w
132 cmp data
[all...]
/freebsd-current/lib/libc/db/test/
H A Drun.test72 if (cmp -s $TMP1 $TMP3) ; then :
86 if (cmp -s $TMP1 $TMP3) ; then :
111 if (cmp -s $TMP1 $TMP3) ; then :
124 if (cmp -s $TMP1 $TMP3) ; then :
147 if (cmp -s $TMP1 $TMP3) ; then :
166 if (cmp -s $TMP1 $TMP3) ; then :
183 if (cmp -s $TMP1 $TMP3) ; then :
248 if (cmp -s $TMP1 $TMP3) ; then :
284 if (cmp -s $TMP1 $TMP3) ; then :
336 if (cmp
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dmemrchr.S26 cmp %sil, 2(%rdi)
29 cmp %sil, (%rdi)
33 cmp %sil, 1(%rdi)
37 cmp %sil, 3(%rdi)
50 1: cmp $-3, %edx # a least one character left to process?
53 cmp %sil, (%rdi)
57 cmp $-2, %edx # at least two characters left to process?
60 cmp %sil, 1(%rdi)
64 cmp $-1, %edx # at least three character left to process?
67 cmp
[all...]

Completed in 396 milliseconds

1234567891011>>