Home
last modified time | relevance | path

Searched refs:COMPARE (Results 1 – 25 of 113) sorted by relevance

12345

/openbsd-src/usr.bin/dig/lib/dns/
H A Drcode.c172 #define COMPARE(string, rdclass) \ in dns_rdataclass_fromtext() macro
181 COMPARE("any", dns_rdataclass_any); in dns_rdataclass_fromtext()
189 COMPARE("ch", dns_rdataclass_chaos); in dns_rdataclass_fromtext()
190 COMPARE("chaos", dns_rdataclass_chaos); in dns_rdataclass_fromtext()
213 COMPARE("hs", dns_rdataclass_hs); in dns_rdataclass_fromtext()
214 COMPARE("hesiod", dns_rdataclass_hs); in dns_rdataclass_fromtext()
217 COMPARE("in", dns_rdataclass_in); in dns_rdataclass_fromtext()
220 COMPARE("none", dns_rdataclass_none); in dns_rdataclass_fromtext()
223 COMPARE("reserved0", dns_rdataclass_reserved0); in dns_rdataclass_fromtext()
227 #undef COMPARE in dns_rdataclass_fromtext()
/openbsd-src/usr.bin/find/
H A Dfunction.c57 #define COMPARE(a, b) { \ macro
179 COMPARE((now - entry->fts_statp->st_atime + in f_amin()
206 COMPARE((now - entry->fts_statp->st_atime + in f_atime()
234 COMPARE((now - entry->fts_statp->st_ctime + in f_cmin()
261 COMPARE((now - entry->fts_statp->st_ctime + in f_ctime()
977 COMPARE(entry->fts_statp->st_ino, plan->i_data); in f_inum()
1004 COMPARE(entry->fts_statp->st_nlink, plan->l_data); in f_links()
1108 COMPARE((now - entry->fts_statp->st_mtime + SECSPERDAY - 1) / in f_mtime()
1136 COMPARE((now - entry->fts_statp->st_mtime + 60 - 1) / in f_mmin()
1470 COMPARE(size, plan->o_data); in f_size()
/openbsd-src/gnu/gcc/gcc/
H A Dggc.h245 #define splay_tree_new_ggc(COMPARE) \ argument
246 splay_tree_new_with_allocator (COMPARE, NULL, NULL, \
H A Dcombine.c2108 && GET_CODE (SET_SRC (XVECEXP (PATTERN (i2), 0, 0))) == COMPARE in try_combine()
2264 && GET_CODE (SET_SRC (PATTERN (i3))) == COMPARE in try_combine()
3584 && GET_CODE (SET_SRC (x)) != COMPARE in find_split_point()
4483 case COMPARE: in combine_simplify_rtx()
4639 if (GET_CODE (XEXP (x, 0)) == COMPARE in combine_simplify_rtx()
4647 if (GET_CODE (op0) == COMPARE) in combine_simplify_rtx()
5196 || GET_CODE (src) == COMPARE in simplify_set()
5209 if (GET_CODE (src) == COMPARE) in simplify_set()
5339 if (GET_CODE (src) != COMPARE || GET_MODE (src) != compare_mode) in simplify_set()
6431 : ((code == COMPARE || COMPARISON_P (x)) in make_compound_operation()
[all …]
H A Dsched-vis.c110 case COMPARE: in print_exp()
/openbsd-src/gnu/llvm/libcxx/cmake/Modules/
H A DMacroEnsureOutOfSourceBuild.cmake5 string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )
/openbsd-src/gnu/llvm/libcxxabi/cmake/Modules/
H A DMacroEnsureOutOfSourceBuild.cmake5 string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )
/openbsd-src/regress/lib/libc/db/
H A Ddbtest.c49 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator
172 command = COMPARE; in main()
242 case COMPARE: in main()
278 case COMPARE: in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dultra1_2.md64 ;; COMPARE IEU1
68 ;; COMPARE IEU1
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dultra1_2.md64 ;; COMPARE IEU1
68 ;; COMPARE IEU1
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcombine.c1784 && GET_CODE (SET_SRC (XVECEXP (PATTERN (i2), 0, 0))) == COMPARE
1961 && GET_CODE (SET_SRC (PATTERN (i3))) == COMPARE
3074 && GET_CODE (SET_SRC (x)) != COMPARE
4243 case COMPARE:
4494 if (GET_CODE (XEXP (x, 0)) == COMPARE
4505 if (GET_CODE (op0) == COMPARE)
5129 || GET_CODE (src) == COMPARE
5143 if (GET_CODE (src) == COMPARE)
5263 if (GET_CODE (src) != COMPARE || GET_MODE (src) != compare_mode)
6575 : ((code == COMPARE || GET_RTX_CLASS (code) == '<')
[all …]
H A Dsimplify-rtx.c229 if (GET_CODE (op0) == COMPARE && op1 == const0_rtx)
1063 case COMPARE:
1600 case COMPARE:
1981 if (GET_CODE (op0) == COMPARE && op1 == const0_rtx)
H A Dintegrate.c2622 if (GET_CODE (SET_SRC (x)) == COMPARE)
2680 || GET_CODE (src) == COMPARE
2695 && GET_CODE (src) == COMPARE
H A Dsched-vis.c241 case COMPARE:
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.c239 xstormy16_expand_arith (mode, COMPARE, dest, op0, op1, carry);
1798 case COMPARE:
1799 if (code == COMPARE && i == num_words - 1)
1819 && code != COMPARE
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djavaop.def53 COMPARE, COMPARE_L, or COMPARE_G.
258 JAVAOP (lcmp, 148, BINOP, LONG, COMPARE)
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DREADME.txt71 or COMPARE (LOGICAL) HIGH yet.
/openbsd-src/gnu/gcc/libdecnumber/
H A DdecNumber.c184 #define COMPARE 0x01 /* Compare operators */ macro
712 decCompareOp (res, lhs, rhs, set, COMPARE, &status); in decNumberCompare()
1680 decCompareOp (b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */ in decNumberSquareRoot()
1696 decCompareOp (b, b, f, &workset, COMPARE, &ignore); /* b ? f */ in decNumberSquareRoot()
1737 decCompareOp (t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in decNumberSquareRoot()
3845 if (op == COMPARE); in decCompareOp()
3875 if (op == COMPARE) in decCompareOp()
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.c251 xstormy16_expand_arith (mode, COMPARE, dest, op0, op1, carry); in xstormy16_split_cbranch()
2038 case COMPARE: in xstormy16_expand_arith()
2039 if (code == COMPARE && i == num_words - 1) in xstormy16_expand_arith()
2059 && code != COMPARE in xstormy16_expand_arith()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.h2484 XOR, COMPARE, ASHIFT, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.h1535 if (OUTER_CODE == COMPARE \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvax.h855 if ((OUTER_CODE) == COMPARE && INTVAL (RTX) == -1) \
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x.c3357 if (code == COMPARE) in c4x_valid_operands()
3426 return ! force || code == COMPARE || REGNO (op1) == REGNO (op0); in c4x_valid_operands()
3432 || code == ASHIFT || code == COMPARE) in c4x_valid_operands()
3499 if (code == COMPARE) in legitimize_operands()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c3888 if (code == COMPARE)
3950 return ! force || code == COMPARE || REGNO (op1) == REGNO (operands[0]);
3958 || code == ASHIFT || code == COMPARE)
4024 if (code == COMPARE)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h3329 UMIN, UMAX, COMPARE, MINUS, DIV, MOD, \
3347 {"compare_operator", {COMPARE}},

12345