Searched refs:COMPARE (Results 1 - 25 of 87) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/bin/expr/
H A Dexpr.y66 %left COMPARE
172 | expr COMPARE expr = {
241 | COMPARE
379 SPEC_OR, SPEC_AND, COMPARE, COMPARE, COMPARE, ADD_SUB_OPERATOR,
403 retval = COMPARE;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPRequest.h36 static const int COMPARE=14; member in class:LDAPRequest
H A DLDAPCompareRequest.cpp34 m_requestType=LDAPRequest::COMPARE;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drcode.c415 #define COMPARE(string, rdclass) \ macro
424 COMPARE("any", dns_rdataclass_any);
432 COMPARE("ch", dns_rdataclass_chaos);
433 COMPARE("chaos", dns_rdataclass_chaos);
452 COMPARE("hs", dns_rdataclass_hs);
453 COMPARE("hesiod", dns_rdataclass_hs);
456 COMPARE("in", dns_rdataclass_in);
459 COMPARE("none", dns_rdataclass_none);
462 COMPARE("reserved0", dns_rdataclass_reserved0);
466 #undef COMPARE macro
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/vacation/
H A Dvacation.c316 #define COMPARE(a, b) strncmp(a, b, sizeof(b) - 1) macro
322 if (COMPARE(buf, "From ") == 0)
325 COMPARE(buf, "From:") == 0)
346 if (COMPARE(buf, "Cc:"))
351 if (COMPARE(buf, "To:"))
357 COMPARE(buf, "Apparently-To:") != 0)
363 COMPARE(buf, "Delivered-To:") != 0)
370 COMPARE(buf, "Return-Path:") == 0)
375 if (COMPARE(buf, "Subject:") == 0) {
396 COMPARE(bu
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dggc.h245 #define splay_tree_new_ggc(COMPARE) \
246 splay_tree_new_with_allocator (COMPARE, NULL, NULL, \
H A Dcombine.c1991 && GET_CODE (SET_SRC (XVECEXP (PATTERN (i2), 0, 0))) == COMPARE
2167 being a COMPARE of an arithmetic operation with the constant zero.
2169 of the same arithmetic operation. If we simplify the COMPARE, we won't
2176 && GET_CODE (SET_SRC (PATTERN (i3))) == COMPARE
2191 /* See if a COMPARE with the operand we substituted in should be done
2195 mode and also replace the COMPARE. */
3357 /* If SET_DEST is CC0 and SET_SRC is not an operand, a COMPARE, or a
3363 && GET_CODE (SET_SRC (x)) != COMPARE
4433 case COMPARE:
4435 using cc0, in which case we want to leave it as a COMPARE
[all...]
H A Dsched-vis.c116 case COMPARE:
/netbsd-6-1-5-RELEASE/tests/lib/libcurses/director/
H A Dtestlang_conf.l146 COMPARE [cC][oO][mM][pP][aA][rR][eE]
259 {COMPARE} {
260 return COMPARE;
H A Dtestlang_parse.y181 %token <string> COMPARE
360 compare : COMPARE PATH eol
361 | COMPARE FILENAME eol
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Ddefs.h85 #define COMPARE 0x8 macro
H A Dmain.c163 options |= COMPARE;
H A Dserver.c267 opts & COMPARE ? " -b" : "",
378 opts &= ~(COMPARE|REMOVE);
434 opts |= COMPARE;
544 if (f < 0 || (f == 0 && (opts & COMPARE)))
666 if (opts & COMPARE)
883 if (opts & COMPARE) {
937 if (opts & COMPARE) {
980 if (opts & COMPARE) {
H A Dgram.y309 yylval.intval = COMPARE;
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dfunction.c68 #define COMPARE(a, b) { \ macro
191 COMPARE((now - entry->fts_statp->st_atime +
252 COMPARE((now - entry->fts_statp->st_atime +
279 COMPARE((now - entry->fts_statp->st_ctime +
338 COMPARE((now - entry->fts_statp->st_ctime +
1100 COMPARE(entry->fts_statp->st_ino, plan->i_data);
1126 COMPARE(entry->fts_statp->st_nlink, plan->l_data);
1226 COMPARE((now - entry->fts_statp->st_mtime + SECSPERMIN - 1) /
1253 COMPARE((now - entry->fts_statp->st_mtime + SECSPERDAY - 1) /
1631 COMPARE(siz
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dggc.h256 #define splay_tree_new_ggc(COMPARE) \
257 splay_tree_new_with_allocator (COMPARE, NULL, NULL, \
H A Drtl.def424 DEF_RTL_EXPR(COMPARE, "compare", "ee", RTX_BIN_ARITH)
H A Ddojump.c464 && have_insn_for (COMPARE, TYPE_MODE (type)))
566 && have_insn_for (COMPARE, TYPE_MODE (type)))
1048 && (have_insn_for (COMPARE, mode)
H A Dcombine.c2733 && GET_CODE (SET_SRC (XVECEXP (PATTERN (i2), 0, 0))) == COMPARE
2879 being a COMPARE of an arithmetic operation with the constant zero.
2881 of the same arithmetic operation. If we simplify the COMPARE, we won't
2888 && GET_CODE (SET_SRC (PATTERN (i3))) == COMPARE
2903 /* See if a COMPARE with the operand we substituted in should be done
2907 mode and also replace the COMPARE. */
2957 This is not done in the COMPARE case above because the
4327 /* If SET_DEST is CC0 and SET_SRC is not an operand, a COMPARE, or a
4333 && GET_CODE (SET_SRC (x)) != COMPARE
5386 if (GET_CODE (XEXP (x, 0)) == COMPARE
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libc/db/
H A Dh_db.c61 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator in enum:S
197 command = COMPARE;
253 case COMPARE:
287 case COMPARE:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/lm32/
H A Dlm32.c936 case COMPARE:
1094 case COMPARE:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mn10300/
H A Dmn10300.c1264 if (GET_CODE (cc_status.value1) == COMPARE
2089 if (INTVAL (x) == 0 && (outer_code == SET || outer_code == COMPARE))
2120 if (outer_code == COMPARE)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.c244 xstormy16_expand_arith (mode, COMPARE, dest, op0, op1);
1978 When CODE is COMPARE, a branch template is generated
2017 case COMPARE:
2018 if (code == COMPARE && i == num_words - 1)
2038 && code != COMPARE
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/stormy16/
H A Dstormy16.c248 xstormy16_expand_arith (mode, COMPARE, dest, op0, op1, carry);
1991 using CARRY as a temporary. When CODE is COMPARE, a branch
2031 case COMPARE:
2032 if (code == COMPARE && i == num_words - 1)
2052 && code != COMPARE
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68hc11/
H A Dm68hc11.c3919 if (GET_CODE (XEXP (exp, 1)) == COMPARE
4166 || (GET_CODE (src) == COMPARE &&
5401 case COMPARE:
5459 if (outer_code != COMPARE)
5479 case COMPARE:

Completed in 284 milliseconds

1234