Searched refs:compare (Results 176 - 200 of 265) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dst.c104 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)(((void*)x),((void *)y)) == 0)
/freebsd-12-stable/crypto/openssh/
H A Dsshd.c837 get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh) argument
844 (compare && sensitive_data.host_certificates[i] &&
850 (compare && sensitive_data.host_keys[i] &&
854 (compare && sensitive_data.host_pubkeys[i] &&
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp97 static RangeComparison compare(SourceRange LHS, SourceRange RHS, function in struct:__anon2691::TransformActionsImpl::CharRange
466 RangeComparison comp = CharRange::compare(replacementRange, range,
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp231 // This does not correctly compare the predefined instructions!
242 int comp = LHSr->getName().compare(RHSr->getName());
265 int comp = LHSs.compare(RHSs);
427 << ").compare(RHS." << Field.Name << ");\n";
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dqp.c167 aseg->compare = htobe64(wr->wr.atomic.compare_add);
170 aseg->compare = 0;
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm799 subs r2, r1, #1 @ compare divisor with 1
801 cmpne r0, r1 @ compare dividend with divisor
956 subs r2, r1, #1 @ compare divisor with 1
957 cmpne r0, r1 @ compare dividend with divisor
/freebsd-12-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec97 %{_bindir}/ldns-compare-zones
/freebsd-12-stable/share/mk/
H A Dbsd.compiler.mk97 # which fails with -Wparentheses-equality, -Wtautological-compare, and
/freebsd-12-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c502 compare(const void *a, const void *b) function
538 qsort(vals, cnt, sizeof(uint16_t), compare);
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipnat_y.y116 %type <num> hexnumber compare range proto
1049 compare portspec { $$.pc = $1; $$.p1 = $2; $$.p2 = 0; }
1192 compare: label
H A Dipf_y.y109 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr
1243 portc: port compare { $$ = $2;
1680 compare: label
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp765 return XStr.compare(YStr) < 0;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp326 if (!MCPU.compare("native"))
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_buffer.c691 const char *compare; local
846 compare = (char *)evbuffer_pullup(dest, expect_len);
847 tt_assert(compare != NULL);
848 if (memcmp(compare, expect_data, expect_len)) {
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_buffer.c934 const char *compare; local
1093 compare = (char *)evbuffer_pullup(dest, expect_len);
1094 tt_assert(compare != NULL);
1095 if (memcmp(compare, expect_data, expect_len)) {
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm171 ! the top decade: so do not even bother to compare to R.
518 ! the top decade: so do not even bother to compare to R.
/freebsd-12-stable/contrib/ipfilter/
H A Dipf_rb.h24 int (* compare)(struct _t *, struct _t *); \
/freebsd-12-stable/lib/libc/db/test/btree.tests/
H A Dmain.c134 b.compare = NULL;
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dipf_rb.h24 int (* compare)(struct _t *, struct _t *); \
/freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl279 MVK 5,A22 ; compare to modulus
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h471 svn_fs_node_relation_t (*compare)(const svn_fs_id_t *a,
467 svn_fs_node_relation_t (*compare)(const svn_fs_id_t *a, member in struct:id_vtable_t
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp298 if (OutputFilename.compare("-") == 0)
1113 if (!Filename.compare(OutputFilename)) {
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y203 | compare statement
362 compare : COMPARE PATH eol label
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1996 if (Value.compare(getOptionValue(i)))
2004 if (Default.compare(getOptionValue(j)))
2244 return (*A)->getName().compare((*B)->getName());
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2082 _invalidColour: function(elem, prop, compare) {
2084 return !val || (compare && val === elem.css(compare)) || INVALID.test(val) ? FALSE : val;

Completed in 321 milliseconds

1234567891011