| /src/external/bsd/nvi/dist/ex/ |
| ex_z.c | 43 db_recno_t cnt, equals, lno; local 68 equals = 0; 123 cmdp->addr2.lno = cmdp->addr1.lno = equals = lno; 151 if (equals) 152 sp->lno = equals;
|
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| stanza.c | 88 char *p, *equals, *key; local 109 if (!TEST_ptr(equals = strchr(buff, '='))) { 113 *equals++ = '\0'; 118 if ((value = strip_spaces(equals)) == NULL)
|
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| stanza.c | 89 char *p, *equals, *key; local 109 if (!TEST_ptr(equals = strchr(s->buff, '='))) { 113 *equals++ = '\0'; 118 if ((value = strip_spaces(equals)) == NULL)
|
| /src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| stanza.c | 89 char *p, *equals, *key; local 109 if (!TEST_ptr(equals = strchr(s->buff, '='))) { 113 *equals++ = '\0'; 118 if ((value = strip_spaces(equals)) == NULL)
|
| /src/external/bsd/atf/dist/tools/ |
| test_helpers.hpp | 77 bool equals = true; local 78 while (equals && *expected_iter != NULL && actual_iter != actual.end()) { 80 equals = false; 86 if (equals && ((*expected_iter == NULL && actual_iter != actual.end()) || 88 equals = false; 90 if (!equals) {
|
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| DynamicCastInfo.h | 27 bool equals(QualType from, QualType to) const { function in class:clang::ento::DynamicCastInfo
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPRequest.cpp | 116 bool LDAPRequest::equals(const LDAPRequest* req) const{ function in class:LDAPRequest 117 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::equals()" << endl); 131 if(this->equals(parent)){
|
| LDAPSearchRequest.cpp | 124 bool LDAPSearchRequest::equals(const LDAPRequest* req)const{ function in class:LDAPSearchRequest 125 DEBUG(LDAP_DEBUG_TRACE,"LDAPSearchRequest::equals()" << endl); 126 if( LDAPRequest::equals(req)){
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_array_ref.h | 52 /// equals - Check for element-wise equality. 53 bool equals(ArrayRef rhs) const { function in class:__sanitizer::ArrayRef 113 return lhs.equals(rhs);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-longdouble.cc | 195 longdouble::equals (const longdouble &r) const function in class:longdouble
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| StringRef.h | 183 /// equals - Check for string equality, this is more efficient than 186 bool equals(StringRef RHS) const { function in class:llvm::StringRef 897 return LHS.equals(RHS);
|
| ArrayRef.h | 184 /// equals - Check for element-wise equality. 185 bool equals(ArrayRef RHS) const { function in class:llvm::ArrayRef 548 return LHS.equals(RHS); 553 return ArrayRef<T>(LHS).equals(RHS);
|
| SmallString.h | 91 bool equals(StringRef RHS) const { function in class:llvm::SmallString 92 return str().equals(RHS);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFDie.h | 449 // FIXME: We should be able to specify the equals operator as a friend, but 452 bool equals(const reverse_iterator<llvm::DWARFDie::iterator> &RHS) const { function in class:std::reverse_iterator 463 return LHS.equals(RHS);
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| LiveVariables.cpp | 123 bool LiveVariables::LivenessValues::equals(const LivenessValues &V) const { function in class:LiveVariables::LivenessValues 541 else if (prevVal.equals(val))
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 88 return equals(Other); 100 virtual bool equals(const Expression &Other) const { return true; } function in class:llvm::GVNExpression::Expression 105 return getExpressionType() == Other.getExpressionType() && equals(Other); 213 bool equals(const Expression &Other) const override { 289 bool equals(const Expression &Other) const override { 290 if (!this->BasicExpression::equals(Other)) 353 bool equals(const Expression &Other) const override; 392 bool equals(const Expression &Other) const override; 454 bool equals(const Expression &Other) const override { 455 if (!this->BasicExpression::equals(Other) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMConstantPoolValue.h | 87 if (cast<Derived>(this)->equals(APC)) 123 bool equals(const ARMConstantPoolValue *A) const { function in class:llvm::ARMConstantPoolValue 203 bool equals(const ARMConstantPoolConstant *A) const { function in class:llvm::ARMConstantPoolConstant 204 return CVal == A->CVal && ARMConstantPoolValue::equals(A); 238 bool equals(const ARMConstantPoolSymbol *A) const { function in class:llvm::ARMConstantPoolSymbol 239 return S == A->S && ARMConstantPoolValue::equals(A); 274 bool equals(const ARMConstantPoolMBB *A) const { function in class:llvm::ARMConstantPoolMBB 275 return MBB == A->MBB && ARMConstantPoolValue::equals(A);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| gl_anylinked_list2.h | 233 gl_listelement_equals_fn equals = list->base.equals_fn; local 245 && (equals != NULL 246 ? equals (elt, node->value) 286 && (equals != NULL 287 ? equals (elt, node->value) 311 && (equals != NULL 312 ? equals (elt, node->value) 346 gl_listelement_equals_fn equals = list->base.equals_fn; local 353 if (equals != NULL) 356 if (equals (elt, node->value) 389 gl_listelement_equals_fn equals = list->base.equals_fn; local 469 gl_listelement_equals_fn equals = list->base.equals_fn; local [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| HashMap.h | 210 equals (Key_t a, Key_t b) function in class:HashMap 299 if (equals (key, p->key)) 312 if (equals (key, p->key)) 326 if (equals (key, p->key)) 360 if (equals (key, p->key)) 388 if (equals (key, p->key))
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| HashMap.h | 210 equals (Key_t a, Key_t b) function in class:HashMap 299 if (equals (key, p->key)) 312 if (equals (key, p->key)) 326 if (equals (key, p->key)) 360 if (equals (key, p->key)) 388 if (equals (key, p->key))
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyCommon.h | 63 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { function in namespace:clang::threadSafety::sx 288 bool equals(const CapabilityExpr &other) const { function in class:clang::threadSafety::CapabilityExpr 289 return (Negated == other.Negated) && sx::equals(CapExpr, other.CapExpr);
|
| /src/external/bsd/nvi/dist/common/ |
| options.c | 518 int ch, equals, nf, nf2, offset, qmark, rval; local 535 /* Find equals sign or question mark. */ 536 for (sep = NULL, equals = qmark = 0, 547 equals = 1; 580 if (!equals && !qmark && 606 if (equals) { 656 if (qmark || !equals) { 748 if (qmark || !equals) {
|
| /src/external/bsd/tmux/dist/ |
| cmd.c | 431 const char *equals; local 442 equals = strchr(ov->string, '='); 443 if (equals != NULL) { 444 n = equals - ov->string; 446 return (xstrdup(equals + 1));
|
| /src/external/bsd/atf/dist/atf-sh/ |
| atf-check.cpp | 620 const bool equals = compare_files(path, atf::fs::path(oc.value)); local 621 if (!oc.negated && !equals) { 626 } else if (oc.negated && equals) { 641 const bool equals = compare_files(path, temp.get_path()); local 642 if (!oc.negated && !equals) { 647 } else if (oc.negated && equals) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| NewGVN.cpp | 908 return LHS.MemoryExpression::equals(RHS); 911 bool LoadExpression::equals(const Expression &Other) const { function in class:LoadExpression 915 bool StoreExpression::equals(const Expression &Other) const { function in class:StoreExpression 3030 // Sadly, we can't use std::equals since these are random access iterators. 3316 assert(ValueExpr && ValueExpr->equals(*SE) &&
|