HomeSort by: relevance | last modified time | path
    Searched refs:CMP (Results 1 - 25 of 198) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/binutils/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /src/usr.bin/mail/
cmdtab.c 46 # define CMP(x) #x,
49 # define CMP(x)
64 { "next", next, C, CMP(n) NDMLIST, 0, MMNDEL },
65 { "alias", group, S, CMP(A) T|M|RAWLIST, 0, 1000 },
66 /* R */ { "print", type, C, CMP(n) MSGLIST, 0, MMNDEL },
67 /* R */ { "Print", Type, C, CMP(n) MSGLIST, 0, MMNDEL },
68 /* R */ { "type", type, C, CMP(n) MSGLIST, 0, MMNDEL },
69 /* R */ { "Type", Type, C, CMP(n) MSGLIST, 0, MMNDEL },
70 { "visual", visual, 0, CMP(n) I|MSGLIST, 0, MMNORM },
71 /* R */ { "top", top, S, CMP(n) MSGLIST, 0, MMNDEL }
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgfmt-qt-1 13 : ${CMP=cmp}
14 ${CMP} ${top_srcdir}/tests/qttest_pl.qm mf-qt-1.qm >/dev/null 2>/dev/null
msgfmt-qt-2 13 : ${CMP=cmp}
14 ${CMP} ${top_srcdir}/tests/qttest2_de.qm mf-qt-2.qm >/dev/null 2>/dev/null
msgexec-2 65 : ${CMP=cmp}
66 ${CMP} ${top_srcdir}/tests/mex-test2.ok mex-test2.out >/dev/null 2>/dev/null
  /src/external/gpl3/gdb/dist/sim/testsuite/msp430/
mpyull_hwmult.s 37 CMP.W #-8, &RES0 { JNE .L5
38 CMP.W #-1, &RES1 { JNE .L5
39 CMP.W #1, &RES2 { JNE .L5
40 CMP.W #0, &RES3 { JNE .L5
48 CMP.W #-8, &RES0_F5 { JNE .L5
49 CMP.W #-1, &RES1_F5 { JNE .L5
50 CMP.W #1, &RES2_F5 { JNE .L5
51 CMP.W #0, &RES3_F5 { JEQ .L6
  /src/external/gpl3/gdb.old/dist/sim/testsuite/msp430/
mpyull_hwmult.s 37 CMP.W #-8, &RES0 { JNE .L5
38 CMP.W #-1, &RES1 { JNE .L5
39 CMP.W #1, &RES2 { JNE .L5
40 CMP.W #0, &RES3 { JNE .L5
48 CMP.W #-8, &RES0_F5 { JNE .L5
49 CMP.W #-1, &RES1_F5 { JNE .L5
50 CMP.W #1, &RES2_F5 { JNE .L5
51 CMP.W #0, &RES3_F5 { JEQ .L6
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/sys/
time.d 59 int timercmp(string CMP)(const timeval* a, const timeval* b)
63 "(a.tv_usec" ~ CMP ~ "b.tv_usec) :" ~
64 "(a.tv_sec" ~ CMP ~ "b.tv_sec))");
  /src/external/gpl3/gdb/dist/readline/readline/
posixtime.h 63 # define timercmp(a, b, CMP) \
64 (((a)->tv_sec == (b)->tv_sec) ? ((a)->tv_usec CMP (b)->tv_usec) \
65 : ((a)->tv_sec CMP (b)->tv_sec))
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
qsort.c 95 #define CMP(t, x, y) (cmp((t), (x), (y)))
97 #define CMP(t, x, y) (cmp((x), (y)))
101 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk
107 return CMP(thunk, a, b) < 0 ?
108 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
109 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
sort.cc 52 cmp_fn *cmp; // pointer to comparator member in struct:sort_ctx
69 int cmp (const void *a, const void *b) function in struct:sort_r_ctx
142 /* Helper for netsort. Invoke comparator CMP on E0 and E1.
151 return x & (c->cmp (e0, e1) >> 31);
160 #define CMP(e0, e1) \
168 CMP (e0, e1);
171 CMP (e1, e2);
172 CMP (e0, e1);
179 CMP (e3, e4);
180 CMP (e2, e4)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sort.cc 54 cmp_fn *cmp; // pointer to comparator member in struct:sort_ctx
71 int cmp (const void *a, const void *b) function in struct:sort_r_ctx
144 /* Helper for netsort. Invoke comparator CMP on E0 and E1.
153 return x & (c->cmp (e0, e1) >> 31);
162 #define CMP(e0, e1) \
170 CMP (e0, e1);
173 CMP (e1, e2);
174 CMP (e0, e1);
181 CMP (e3, e4);
182 CMP (e2, e4)
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
test007-subtypes 56 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
  /src/external/bsd/openldap/dist/tests/scripts/
start-server 55 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
start-server-nolog 55 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
test056-monitor 71 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
97 $CMP $SEARCHFLT $MONITOROUT2 > $CMPOUT
122 $CMP $SEARCHFLT $MONITOROUT3 > $CMPOUT
147 $CMP $SEARCHFLT $MONITOROUT4 > $CMPOUT
  /src/external/lgpl3/gmp/dist/mpn/ia64/
aorsorrlshC_n.asm 49 define(`CMP', `cmp.ltu $1,p0 = $2, $3')
55 define(`CMP', `cmp.gtu $1,p0 = $2, $3')
61 define(`CMP', `cmp.gtu $1,p0 = $2, $4')
94 cmp.lt p15, p0 = 4, n C M I
97 }{.mmi; cmp.eq p6, p0 = 1, r14 C M I
98 cmp.eq p7, p0 = 2, r14 C M I
99 cmp.eq p8, p0 = 3, r14 C M
    [all...]
  /src/external/bsd/byacc/dist/test/
run_test.sh 12 CMP=${REF_DIR}/${NEW}
13 if test ! -f "$CMP"
15 echo "...not found $CMP"
30 < "$CMP" >"$tmpfile" \
31 && mv "$tmpfile" "$CMP"
34 mv "$CMP" "$REF"
36 elif ( cmp -s "$REF" "$CMP" )
39 rm -f "$CMP"
42 diff -c "$REF" "$CMP"
    [all...]
  /src/external/bsd/bzip2/dist/
bzdiff 7 # Bzcmp and bzdiff are used to invoke the cmp or the diff pro-
9 # directly to cmp or diff. If only 1 file is specified, then
12 # necessary) and fed to cmp or diff. The exit status from cmp
18 *cmp) comp=${CMP-cmp} ;;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/alias/tests/scripts/
test002-add-delete 65 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT

Completed in 37 milliseconds

1 2 3 4 5 6 7 8