Searched refs:cmp (Results 126 - 150 of 825) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath_dlib_asm.S114 p0 = cmp.eq(manth, zerol)
115 p1 = cmp.eq(manth, minusl)
125 p0 = cmp.eq(mantexpa, zero)
126 p1 = cmp.eq(mantexpa, minus)
130 p2 = cmp.eq(mantexpa, minmin) //is result 0x80....0
249 p0 = cmp.eq(manth, zerol)
250 p1 = cmp.eq(manth, minusl)
260 p0 = cmp.eq(mantexpa, zero)
261 p1 = cmp.eq(mantexpa, minus)
265 p2 = cmp
[all...]
H A Dmemcpy_forward_vp4cp4n2.S65 p0 = cmp.eq(r3, #0)
83 if (cmp.eq(r3.new, #0)) jump:nt .Lskipmain
107 p0 = cmp.eq(r2, #0)
/freebsd-current/usr.bin/tftp/tests/
H A Dtftp_test.sh50 atf_check cmp -s "${local_file}" "${remote_file}"
69 atf_check cmp -s "${local_file}" "${remote_file}"
88 atf_check cmp -s "${local_file}" "${remote_file}"
108 atf_check cmp -s "${local_file}" "${remote_file}"
127 atf_check cmp -s "${local_file}" "${remote_file}"
146 atf_check cmp -s "${local_file}" "${remote_file}"
170 atf_check cmp -s "${f}.txt" "${tftp_dir}/${f}.txt"
193 atf_check cmp -s "${f}.txt" "${tftp_dir}/${f}.txt"
216 atf_check cmp -s "${remote_file}" "${local_file}"
238 atf_check cmp
[all...]
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dia64.S207 (p19) cmp.ltu.unc p56,p0=r40,r38 }
212 (p58) cmp.eq.or p57,p0=-1,r41 // (p20)
260 (p19) cmp.gtu.unc p56,p0=r40,r38 }
265 (p58) cmp.eq.or p57,p0=0,r41 // (p20)
340 (p28) cmp.ltu p54,p50=r41,r39 }
451 (p40) cmp.ltu p41,p39=r39,r35 } // (p27)
453 (p42) cmp.leu p41,p39=r39,r35 // (p27)
480 { .mii; cmp.le p6,p0=r34,r0
726 { .mfi; cmp.ltu p6,p0=r25,r24
750 cmp
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dx509v3.h112 #define sk_X509V3_EXT_METHOD_new(cmp) ((STACK_OF(X509V3_EXT_METHOD) *)OPENSSL_sk_new(ossl_check_X509V3_EXT_METHOD_compfunc_type(cmp)))
114 #define sk_X509V3_EXT_METHOD_new_reserve(cmp, n) ((STACK_OF(X509V3_EXT_METHOD) *)OPENSSL_sk_new_reserve(ossl_check_X509V3_EXT_METHOD_compfunc_type(cmp), (n)))
134 #define sk_X509V3_EXT_METHOD_set_cmp_func(sk, cmp) ((sk_X509V3_EXT_METHOD_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_X509V3_EXT_METHOD_sk_type(sk), ossl_check_X509V3_EXT_METHOD_compfunc_type(cmp)))
204 #define sk_ACCESS_DESCRIPTION_new(cmp) ((STACK_OF(ACCESS_DESCRIPTION) *)OPENSSL_sk_new(ossl_check_ACCESS_DESCRIPTION_compfunc_type(cmp)))
206 #define sk_ACCESS_DESCRIPTION_new_reserve(cmp, n) ((STACK_OF(ACCESS_DESCRIPTION) *)OPENSSL_sk_new_reserve(ossl_check_ACCESS_DESCRIPTION_compfunc_type(cmp), (
[all...]
H A Dsrp.h50 #define sk_SRP_gN_cache_new(cmp) ((STACK_OF(SRP_gN_cache) *)OPENSSL_sk_new(ossl_check_SRP_gN_cache_compfunc_type(cmp)))
52 #define sk_SRP_gN_cache_new_reserve(cmp, n) ((STACK_OF(SRP_gN_cache) *)OPENSSL_sk_new_reserve(ossl_check_SRP_gN_cache_compfunc_type(cmp), (n)))
72 #define sk_SRP_gN_cache_set_cmp_func(sk, cmp) ((sk_SRP_gN_cache_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_SRP_gN_cache_sk_type(sk), ossl_check_SRP_gN_cache_compfunc_type(cmp)))
90 #define sk_SRP_user_pwd_new(cmp) ((STACK_OF(SRP_user_pwd) *)OPENSSL_sk_new(ossl_check_SRP_user_pwd_compfunc_type(cmp)))
92 #define sk_SRP_user_pwd_new_reserve(cmp, n) ((STACK_OF(SRP_user_pwd) *)OPENSSL_sk_new_reserve(ossl_check_SRP_user_pwd_compfunc_type(cmp), (
[all...]
/freebsd-current/tests/sys/compat32/aarch64/
H A Dswp_cond_test_impl.S38 cmp r1, r1
43 cmp r0, #0
50 cmp r1, r2
73 cmp r0, #0
102 cmp r0, #0
132 cmp r0, #0
156 cmp r3, r2
161 cmp r0, #0
169 cmp r2, r3
185 cmp r
[all...]
/freebsd-current/usr.bin/procstat/
H A Dprocstat.c57 int cmp; member in struct:procstat_cmd
137 if (cmd == NULL || (cmd->cmp & PS_MODE_COMPAT) == 0) {
160 cmd_table[i].command, (cmd_table[i].cmp &
165 (cmd_table[i].cmp & PS_CMP_PLURAL) ?
257 int cmp, s; local
270 if (cmd == NULL && (cmd_table[i].cmp & PS_CMP_SUBSTR))
271 cmp = strncasecmp(str, cmd_table[i].command, l -
272 ((cmd_table[i].cmp & PS_CMP_PLURAL) && s ? 1 : 0));
273 else if ((cmd_table[i].cmp & PS_CMP_PLURAL) && s &&
275 cmp
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dtimingsafe_memcmp.S35 cmp $16, %rdx # at least 17 bytes to process?
38 cmp $8, %edx # at least 9 bytes to process?
41 cmp $4, %edx # at least 5 bytes to process?
44 cmp $2, %edx # at least 3 bytes to process?
108 cmp %r8, %r9 # mismatch in head?
111 cmp %rdx, %rcx
118 cmp %r10, %r11 # mismatch in first pair?
121 cmp %r8, %r9 # was there a mismatch previously?
125 cmp %rdx, %rcx
130 cmp
[all...]
H A Dtimingsafe_bcmp.S41 cmp $16, %rdx # at least 17 bytes to process?
44 cmp $8, %edx # at least 9 bytes to process?
47 cmp $4, %edx # at least 5 bytes to process?
50 cmp $2, %edx # at least 3 bytes to process?
96 cmp %rdx, %rcx # enough left for a full iteration?
109 cmp %rdx, %rcx
124 cmp $32, %rdx # at least 33 bytes to process?
127 cmp $16, %edx # at least 17 bytes to process?
130 cmp $8, %edx # at least 9 bytes to process?
133 cmp
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S44 cmp r1, #1
54 cmp r0, r1
114 cmp r3, r1
126 cmp r3, r1
138 cmp r3, r1
150 cmp r3, r1
164 cmp r3, r1
174 cmp r1, r2, lsr #1
201 cmp r0, r2; \
215 cmp r
[all...]
H A Daddsf3.S39 cmp r6, #0xFF
41 cmp r7, #0xFF
45 cmp r2, r3
83 cmp r3, #0
131 cmp r2, 0xFF
152 cmp r1, #0x4
171 cmp r2, 0
218 cmp r2, r4
220 cmp r3, r4
223 cmp r
[all...]
H A Dcomparesf2.S155 cmp r2, r6
157 cmp r3, r6
164 cmp r2, #0xff000000
234 cmp r2, r1
236 cmp r3, r1
242 cmp r2, #0xff000000
/freebsd-current/crypto/openssh/regress/
H A Dscp.sh55 cmp ${DATA} ${COPY} || fail "corrupted copy"
60 cmp ${DATA} ${COPY} || fail "corrupted copy"
65 cmp ${DATA} ${COPY} || fail "corrupted copy"
71 cmp ${DATA} ${COPY} || fail "corrupted copy"
77 cmp ${DATA} ${COPY} || fail "corrupted copy"
84 cmp ${DATA} ${COPY} || fail "corrupted copy"
90 cmp ${DATA} ${COPY} || fail "corrupted copy"
96 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
102 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
108 cmp
[all...]
H A Dbanner.sh13 cmp $OBJ/empty.in $OBJ/banner.out ) || \
34 cmp $OBJ/banner.in $OBJ/banner.out ) || \
43 cmp $OBJ/empty.in $OBJ/banner.out ) || \
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_log.c57 uint32x2_t cmp)
59 return v_call_f64 (log, x, vfmaq_f64 (hi, y, r2), vmovl_u32 (cmp));
67 uint32x2_t cmp; local
72 cmp = vcge_u32 (vsubhn_u64 (ix, d->min_norm),
97 if (unlikely (v_any_u32h (cmp)))
98 return special_case (x, y, hi, r2, cmp);
56 special_case(float64x2_t x, float64x2_t y, float64x2_t hi, float64x2_t r2, uint32x2_t cmp) argument
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dadd_tries.c63 unsigned char cmp = *txt; local
65 while (!CMP_TRY(ptr->ch, cmp)
69 if (CMP_TRY(ptr->ch, cmp)) {
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A D__mtag_tag_zero_region.S35 cmp count, 96
62 cmp count, 160
68 cmp zva_val, 4 /* ZVA size is 64 bytes. */
H A D__mtag_tag_region.S35 cmp count, 96
62 cmp count, 160
68 cmp zva_val, 4 /* ZVA size is 64 bytes. */
/freebsd-current/lib/libc/arm/aeabi/
H A Daeabi_asm_double.S54 cmp r0, #1
68 cmp r0, #1
106 cmp r0, #1
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_tag_mismatch_aarch64.S91 cmp w16, #0xf
93 cmp w16, w17
100 cmp x16, x0, lsr #56
/freebsd-current/contrib/netbsd-tests/net/fdpass/
H A Dt_fdpass.sh33 if cmp "${src}/fdpass64" "${src}/fdpass32" > /dev/null
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Datomic.h68 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) argument
71 (uint64_t)cmp, (uint64_t)newval));
75 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) argument
78 (uint32_t)cmp, (uint32_t)newval));
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_recover.ksh53 log_must cmp $init_data $tmpfile
H A Dzdb_recover_2.ksh55 log_must cmp $init_data $tmpfile

Completed in 314 milliseconds

1234567891011>>