Searched refs:cmp (Results 226 - 250 of 825) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/stdlib/
H A Dtdelete.c72 int cmp; local
90 cmp = compar(key, (*leaf)->key);
91 if (cmp < 0) {
94 } else if (cmp > 0) {
/freebsd-current/tests/sys/geom/class/concat/
H A Dappend1.sh42 if cmp -s $tmpfile /dev/concat/${name}; then
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_aarch64.inc.S26 cmp x0, #0
H A Dsanitizer_common_interceptors_vfork_arm.inc.S26 cmp r0, #0
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D200.backup-passwd39 if ! cmp -s $bak/master.passwd.bak /etc/master.passwd
56 if ! cmp -s $bak/group.bak /etc/group
H A D210.backup-aliases33 if ! cmp -s $bak/aliases.bak /etc/mail/aliases
/freebsd-current/stand/kboot/kboot/arch/aarch64/
H A Dtramp.S70 cmp x10, xzr
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfdiv.S105 Q_POSITIVE = cmp.gt(SIGN,#-1)
135 NO_OVF_UNF = cmp.gt(EXPA,QH)
136 NO_OVF_UNF = !cmp.gt(EXPA,QL)
182 P_TMP = cmp.gtu(DENOM,REM)
192 P_TMP = cmp.eq(REM,TMPPAIR)
232 P_TMP = cmp.gt(EXPA,##DF_BIAS+DF_BIAS) // overflow
236 P_TMP = cmp.gt(EXPA,#0)
265 P_TMP = cmp.gtu(B,TMPPAIR)
342 p0 = !cmp.eq(QL,#1) // if not round-to-zero
343 p0 = !cmp
[all...]
/freebsd-current/tools/regression/compat32/aarch64/
H A Dswp_test_impl.S60 cmp r0, #1
83 cmp r0, #2
171 cmp r0, r5 /* Check against the thread ID */
178 cmp r8, #0
235 cmp r1, r2 /* Check if we were locked already. */
292 cmp r5, #9
303 cmp r6, #0
309 cmp r5, #0
316 cmp r6, #1
319 cmp r
[all...]
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dverify_mic.c59 int cmp; local
122 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
124 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
126 if (cmp != 0) {
161 int cmp, docompat; local
224 cmp = ct_memcmp(&seq[4], "\xff\xff\xff\xff", 4);
226 cmp = ct_memcmp(&seq[4], "\x00\x00\x00\x00", 4);
229 if (cmp != 0) {
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_http.c19 #include <openssl/cmp.h>
28 #include <openssl/cmp.h>
/freebsd-current/crypto/openssl/include/openssl/
H A Dconf.h44 #define sk_CONF_VALUE_new(cmp) ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_new(ossl_check_CONF_VALUE_compfunc_type(cmp)))
46 #define sk_CONF_VALUE_new_reserve(cmp, n) ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_new_reserve(ossl_check_CONF_VALUE_compfunc_type(cmp), (n)))
66 #define sk_CONF_VALUE_set_cmp_func(sk, cmp) ((sk_CONF_VALUE_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_compfunc_type(cmp)))
68 #define lh_CONF_VALUE_new(hfn, cmp) ((LHASH_OF(CONF_VALUE) *)OPENSSL_LH_new(ossl_check_CONF_VALUE_lh_hashfunc_type(hfn), ossl_check_CONF_VALUE_lh_compfunc_type(cmp)))
H A Dstack.h34 OPENSSL_STACK *OPENSSL_sk_new(OPENSSL_sk_compfunc cmp);
55 OPENSSL_sk_compfunc cmp);
/freebsd-current/sbin/newfs/
H A Druntest01.sh16 if cmp /dev/md${MD}c /dev/md${ME}c ; then
/freebsd-current/sys/arm/arm/
H A Dhypervisor-stub.S67 cmp r0, #-1
/freebsd-current/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh40 $orig/$i $new/$i > $out/$i.cmp 2> $out/$i.err || true
41 remove_empty $out/$i.orig.c $out/$i.new.c $out/$i.cmp $out/$i.err
/freebsd-current/contrib/unifdef/scripts/
H A Druntests.sh24 if ! cmp -s ${exp} ${got}
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_atomic.c109 atomic_cas_64(volatile uint64_t *target, uint64_t cmp, uint64_t newval) argument
115 if (oldval == cmp)
/freebsd-current/lib/libc/aarch64/gen/
H A D_setjmp.S69 cmp x8, x9
93 cmp x1, #0
/freebsd-current/sys/libkern/arm64/
H A Dcrc32c_armv8.S45 cmp w2, #0x2
52 cmp w2, #0x4
/freebsd-current/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c109 atomic_cas_64(volatile uint64_t *target, uint64_t cmp, uint64_t newval) argument
115 if (oldval == cmp)
/freebsd-current/crypto/openssh/regress/
H A Dconch-ciphers.sh28 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Ddropbear-kex.sh29 cmp ${DATA} ${COPY} || fail "corrupted copy"
/freebsd-current/crypto/openssl/test/recipes/
H A D61-test_bio_prefix.t51 my $r = $_[0] cmp $_[1];
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_cospi_3u2.c45 svbool_t cmp = svaclt (pg, x, d->range_val); local
47 svuint64_t sign = svlsl_z (cmp, intn, 63);

Completed in 371 milliseconds

1234567891011>>