Searched refs:CMP (Results 1 - 25 of 101) sorted by relevance

12345

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dstrverscmp.c80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CM
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dqsort.c93 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
95 #define CMP(t, x, y) (cmp((x), (y))) macro
105 return CMP(thunk, a, b) < 0 ?
106 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
107 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
129 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
151 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
159 while (pb <= pc && (cmp_result = CMP(thun
[all...]
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dqsort.c92 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
94 #define CMP(t, x, y) (cmp((x), (y))) macro
110 return CMP(thunk, a, b) < 0 ?
111 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
112 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
160 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
182 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
190 while (pb <= pc && (cmp_result = CMP(thun
[all...]
H A Dpsort.c176 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
178 #define CMP(t, x, y) (cmp((x), (y))) macro
194 return CMP(thunk, a, b) < 0 ?
195 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
196 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
246 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
268 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
276 while (pb <= pc && (cmp_result = CMP(thun
[all...]
H A Dpsort_b.c176 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
178 #define CMP(t, x, y) (cmp((x), (y))) macro
194 return CMP(thunk, a, b) < 0 ?
195 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
196 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
246 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
268 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
276 while (pb <= pc && (cmp_result = CMP(thun
[all...]
H A Dpsort_r.c176 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
178 #define CMP(t, x, y) (cmp((x), (y))) macro
194 return CMP(thunk, a, b) < 0 ?
195 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
196 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ));
246 pl > (char *)a && CMP(thunk, pl - es, pl) > 0;
268 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
276 while (pb <= pc && (cmp_result = CMP(thun
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Ddeattack.c71 #define CMP(a, b) (memcmp(a, b, SSH_BLOCKSIZE)) macro
89 if (!CMP(S, c)) {
133 if (!CMP(c, d)) {
148 if (!CMP(c, buf + h[i] * SSH_BLOCKSIZE)) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dstart-server55 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
H A Dtest056-monitor76 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
113 $CMP $SEARCHFLT $TMPMONITOROUT2 > $CMPOUT
138 $CMP $SEARCHFLT $MONITOROUT3 > $CMPOUT
163 $CMP $SEARCHFLT $MONITOROUT4 > $CMPOUT
H A Dstart-server-nolog55 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
H A Dtest005-modrdn105 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
132 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
152 $CMP $SEARCHOUT - < /dev/null > $CMPOUT
176 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
216 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
H A Dtest029-ldapglue156 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
181 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
209 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
H A Dtest002-populate72 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
H A Dtest012-glue-populate72 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
H A Dtest001-slapadd64 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
125 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
H A Dtest027-emptydn86 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
162 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
H A Dtest045-syncreplication-proxied196 $CMP ${MASTEROUT}.$CHECK ${SLAVEOUT}.$CHECK > $CMPOUT
234 $CMP $MASTERFLT $SLAVEFLT > $CMPOUT
389 $CMP ${MASTEROUT}.$CHECK ${SLAVEOUT}.$CHECK > $CMPOUT
424 $CMP $MASTERFLT $SLAVEFLT > $CMPOUT
496 $CMP ${MASTEROUT}.$CHECK ${SLAVEOUT}.$CHECK > $CMPOUT
531 $CMP $MASTERFLT $SLAVEFLT > $CMPOUT
582 $CMP ${MASTEROUT}.$CHECK ${SLAVEOUT}.$CHECK > $CMPOUT
620 $CMP $MASTERFLT $SLAVEFLT > $CMPOUT
682 $CMP ${MASTEROUT}.$CHECK ${SLAVEOUT}.$CHECK > $CMPOUT
717 $CMP
[all...]
H A Dtest042-valsort85 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
133 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
215 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dinstall.sh.in94 CMP=cmp
202 $CMP -s $f $t || {
207 $CMP -s $SRC $t || {
231 $CMP -s $f $t || $MV $t $t.O
233 $CMP -s $SRC $t || $MV $t $t.O
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/importExport/
H A DsetupCommon34 set CMP=/usr/bin/cmp
H A DimportExportKeyTool86 set cmd="$CMP $PUBKEY $TMP_PUB_KEY"
95 set cmd="$CMP $PRIVKEY $TMP_PRIV_KEY"
/macosx-10.10/bzip2-36/bzip2/
H A Dbzdiff18 *cmp) comp=${CMP-cmp} ;;
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dm88k.h266 #define CMP ADD+8 macro
270 #define LDAB CMP+1
271 #define LDAH CMP+2
272 #define LDA CMP+3
273 #define LDAD CMP+4
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/data/regressions/its6794/
H A Dits679468 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DMakefile28 $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \

Completed in 276 milliseconds

12345