Searched refs:cmp (Results 251 - 275 of 825) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/one-true-awk/testdir/
H A DCompare.tt44 cmp foo1 foo2
/freebsd-current/usr.sbin/periodic/etc/security/
H A Dsecurity.functions71 if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then
/freebsd-current/contrib/xz/src/liblzma/
H A Dvalidate_map.sh126 | cmp -s - liblzma_generic.map; then
/freebsd-current/contrib/cortex-strings/src/aarch64/
H A Dmemset.S90 cmp count, 96
92 cmp count, 16
137 cmp count, 256
158 cmp tmp1w, 4 /* ZVA size is 64 bytes. */
186 cmp tmp1w, 5 /* ZVA size is 128 bytes. */
211 cmp count, tmp1
/freebsd-current/crypto/openssh/regress/
H A Dkeygen-convert.sh31 cmp $OBJ/$t-key-rfc $OBJ/$t-key-rfc.pub || \
39 cmp $OBJ/$t-key-nocomment.pub $OBJ/$t-rfc-imported || \
50 cmp $OBJ/$t-key.pub $OBJ/$t-key-nocomment.pub || \
/freebsd-current/contrib/bmake/unit-tests/
H A Dmeta-cmd-cmp.mk1 # $NetBSD: meta-cmd-cmp.mk,v 1.6 2022/03/02 19:32:15 sjg Exp $
24 tests= ${tf}.cmp ${tf}.nocmp ${tf}.cmp2
27 ${tf}.cmp:
/freebsd-current/contrib/bionic-x86_64-string/
H A Dsse2-memset-slm.S46 cmp %rcx, %rdx
120 cmp $SHARED_CACHE_SIZE, %r8
122 cmp __x86_64_shared_cache_size(%rip), %r8
/freebsd-current/crypto/openssl/include/openssl/
H A Dcms.h47 #define sk_CMS_SignerInfo_new(cmp) ((STACK_OF(CMS_SignerInfo) *)OPENSSL_sk_new(ossl_check_CMS_SignerInfo_compfunc_type(cmp)))
49 #define sk_CMS_SignerInfo_new_reserve(cmp, n) ((STACK_OF(CMS_SignerInfo) *)OPENSSL_sk_new_reserve(ossl_check_CMS_SignerInfo_compfunc_type(cmp), (n)))
69 #define sk_CMS_SignerInfo_set_cmp_func(sk, cmp) ((sk_CMS_SignerInfo_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_CMS_SignerInfo_sk_type(sk), ossl_check_CMS_SignerInfo_compfunc_type(cmp)))
73 #define sk_CMS_RecipientEncryptedKey_new(cmp) ((STACK_OF(CMS_RecipientEncryptedKey) *)OPENSSL_sk_new(ossl_check_CMS_RecipientEncryptedKey_compfunc_type(cmp)))
75 #define sk_CMS_RecipientEncryptedKey_new_reserve(cmp, n) ((STACK_OF(CMS_RecipientEncryptedKey) *)OPENSSL_sk_new_reserve(ossl_check_CMS_RecipientEncryptedKey_compfunc_type(cmp), (
[all...]
H A Docsp.h98 #define sk_OCSP_CERTID_new(cmp) ((STACK_OF(OCSP_CERTID) *)OPENSSL_sk_new(ossl_check_OCSP_CERTID_compfunc_type(cmp)))
100 #define sk_OCSP_CERTID_new_reserve(cmp, n) ((STACK_OF(OCSP_CERTID) *)OPENSSL_sk_new_reserve(ossl_check_OCSP_CERTID_compfunc_type(cmp), (n)))
120 #define sk_OCSP_CERTID_set_cmp_func(sk, cmp) ((sk_OCSP_CERTID_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_OCSP_CERTID_sk_type(sk), ossl_check_OCSP_CERTID_compfunc_type(cmp)))
124 #define sk_OCSP_ONEREQ_new(cmp) ((STACK_OF(OCSP_ONEREQ) *)OPENSSL_sk_new(ossl_check_OCSP_ONEREQ_compfunc_type(cmp)))
126 #define sk_OCSP_ONEREQ_new_reserve(cmp, n) ((STACK_OF(OCSP_ONEREQ) *)OPENSSL_sk_new_reserve(ossl_check_OCSP_ONEREQ_compfunc_type(cmp), (
[all...]
H A Dasn1.h132 #define sk_X509_ALGOR_new(cmp) ((STACK_OF(X509_ALGOR) *)OPENSSL_sk_new(ossl_check_X509_ALGOR_compfunc_type(cmp)))
134 #define sk_X509_ALGOR_new_reserve(cmp, n) ((STACK_OF(X509_ALGOR) *)OPENSSL_sk_new_reserve(ossl_check_X509_ALGOR_compfunc_type(cmp), (n)))
154 #define sk_X509_ALGOR_set_cmp_func(sk, cmp) ((sk_X509_ALGOR_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_X509_ALGOR_sk_type(sk), ossl_check_X509_ALGOR_compfunc_type(cmp)))
234 #define sk_ASN1_STRING_TABLE_new(cmp) ((STACK_OF(ASN1_STRING_TABLE) *)OPENSSL_sk_new(ossl_check_ASN1_STRING_TABLE_compfunc_type(cmp)))
236 #define sk_ASN1_STRING_TABLE_new_reserve(cmp, n) ((STACK_OF(ASN1_STRING_TABLE) *)OPENSSL_sk_new_reserve(ossl_check_ASN1_STRING_TABLE_compfunc_type(cmp), (
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dmemcpy-advsimd.S59 cmp count, 128
62 cmp count, 32
67 cmp count, 16
80 cmp count, 64
108 cmp count, 96
138 cmp tmp1, count
H A Dstrncmp.S99 cmp limit, pos, lsr #3
130 cmp data1, data2
180 cmp limit, #16
206 cmp data1w, #1
239 and neg_offset, neg_offset, #63 /* Need actual value for cmp later. */
277 cmp limit, neg_offset, lsr #3
285 cmp limit, #8
300 cmp pos, limit, lsl #3
H A Dmemcpy-sve.S58 cmp count, 128
61 cmp count, vlen, lsl 1
78 cmp count, 64
87 cmp count, 96
104 cmp tmp1, count
/freebsd-current/lib/libc/arm/string/
H A Dmemmove.S48 cmp r0, r1
54 cmp r3, r2 /* if (r3 < len) we have an overlap */
58 cmp r1, r0
130 cmp r2, #2
144 cmp r12, #2
166 cmp r12, #2
169 cmp r2, #0x0c
204 cmp r2, #0x0c
239 cmp r2, #0x0c
333 cmp r
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dia64cpuid.S44 { .mib; cmp.ne p6,p0=r2,r3
145 { .mib; cmp.eq p6,p0=0,r33 // len==0
149 cmp.leu p6,p0=15,r33 // len>=15
154 cmp.ltu p6,p7=1,r33 } // len>1
160 { .mib; cmp.eq p6,p0=0,r2
171 { .mib; cmp.ltu p6,p0=8,r2 // ((len+8)&~7)>8
174 { .mbb; cmp.eq p6,p7=r0,r33
186 cmp.eq p6,p0=0,r34 // len==0?
211 { .mib; cmp.ne p6,p0=0,r8
289 { .mmi; cmp
[all...]
/freebsd-current/usr.sbin/etcupdate/
H A Detcupdate.sh376 if cmp -s $1 $2; then
408 local cmp
411 cmp=$?
413 if [ -n "$FREEBSD_ID" -a "$cmp" -eq $COMPARE_DIFFFILES ] && \
418 return $cmp
1088 local cmp dest file new newdestcmp old
1097 cmp=$?
1098 if [ $cmp -eq $COMPARE_EQUAL ]; then
1102 if [ $cmp -eq $COMPARE_ONLYFIRST -o $cmp
[all...]
/freebsd-current/lib/libmd/
H A DMakefile434 ./mddriver | cmp md4.ref -
437 ./mddriver | cmp md5.ref -
441 ./rmddriver | cmp rmd160.ref -
445 ./shadriver | cmp sha0.ref -
448 ./shadriver | cmp sha1.ref -
451 ./shadriver | cmp sha224.ref -
454 ./shadriver | cmp sha256.ref -
457 ./shadriver | cmp sha384.ref -
460 ./shadriver | cmp sha512.ref -
463 ./shadriver | cmp sha512t22
[all...]
/freebsd-current/sys/arm/arm/
H A Din_cksum_arm.S70 cmp r9, r1
81 cmp ip, #0x00
124 cmp r1, r7 /* Enough bytes left to make it? */
126 cmp r7, #0x02
143 cmp r1, #0x04 /* Less than 4 bytes left? */
199 cmp r1, #0x20
265 cmp r1, #0x02
/freebsd-current/sys/arm64/arm64/
H A Dsupport.S43 cmp x\user_arg, x7
160 cmp w4, w1 /* Compare */
182 cmp w1, w7 /* Check if successful */
200 cmp x4, x1 /* Compare */
222 cmp x1, x7 /* Check if successful */
369 cmp x0, x1
387 cmp x0, x1
H A Dstrncmp.S100 cmp limit, pos, lsr #3
131 cmp data1, data2
181 cmp limit, #16
207 cmp data1w, #1
240 and neg_offset, neg_offset, #63 /* Need actual value for cmp later. */
278 cmp limit, neg_offset, lsr #3
286 cmp limit, #8
301 cmp pos, limit, lsl #3
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dsys-tree.h121 #define SPLAY_PROTOTYPE(name, type, field, cmp) \
134 if ((cmp)(elm, (head)->sph_root) == 0) \
163 #define SPLAY_GENERATE(name, type, field, cmp) \
172 __comp = (cmp)(elm, (head)->sph_root); \
195 if ((cmp)(elm, (head)->sph_root) == 0) { \
218 while ((__comp = (cmp)(elm, (head)->sph_root))) { \
223 if ((cmp)(elm, __tmp) < 0){ \
233 if ((cmp)(elm, __tmp) > 0){ \
383 #define RB_PROTOTYPE(name, type, field, cmp) \
384 RB_PROTOTYPE_INTERNAL(name, type, field, cmp,)
[all...]
/freebsd-current/contrib/libucl/uthash/
H A Dutlist.h105 #define LL_SORT(list, cmp) \
106 LL_SORT2(list, cmp, next)
108 #define LL_SORT2(list, cmp, next) \
140 } else if (cmp(_ls_p,_ls_q) <= 0) { \
168 #define DL_SORT(list, cmp) \
169 DL_SORT2(list, cmp, prev, next)
171 #define DL_SORT2(list, cmp, prev, next) \
203 } else if (cmp(_ls_p,_ls_q) <= 0) { \
230 #define CDL_SORT(list, cmp) \
231 CDL_SORT2(list, cmp, pre
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S100 p0 = cmp.gt(k, #58)
199 p0 = cmp.gt(k, #58)
296 p1 = cmp.eq(mantx, mantb)
301 p2 = cmp.eq(mantb, min)
316 p0 = cmp.gt(kp, #58)
/freebsd-current/lib/libc/db/btree/
H A Dbt_put.c264 int cmp; local
286 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) < 0)
288 t->bt_last.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
294 if ((cmp = __bt_cmp(t, key, &t->bt_cur)) > 0)
298 *exactp = cmp == 0;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h95 u32 cmp = atomic_load(p, memory_order_relaxed); local
96 if ((cmp & kLockMask) == 0 &&
97 atomic_compare_exchange_weak(p, &cmp, cmp | kLockMask,
99 return cmp;

Completed in 379 milliseconds

<<11121314151617181920>>