Searched refs:lhs (Results 401 - 425 of 695) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/net/cert/
H A Dx509_certificate.cc226 const scoped_refptr<X509Certificate>& lhs,
228 if (lhs.get() == rhs.get())
231 int rv = memcmp(lhs->fingerprint_.data, rhs->fingerprint_.data,
232 sizeof(lhs->fingerprint_.data));
236 rv = memcmp(lhs->ca_fingerprint_.data, rhs->ca_fingerprint_.data,
237 sizeof(lhs->ca_fingerprint_.data));
225 operator ()( const scoped_refptr<X509Certificate>& lhs, const scoped_refptr<X509Certificate>& rhs) const argument
/external/chromium_org/third_party/skia/include/core/
H A DSkCanvas.h1530 static inline SkCanvas::SaveFlags operator|(const SkCanvas::SaveFlags lhs, argument
1532 return static_cast<SkCanvas::SaveFlags>(static_cast<int>(lhs) | static_cast<int>(rhs));
1535 static inline SkCanvas::SaveFlags& operator|=(SkCanvas::SaveFlags& lhs, argument
1537 lhs = lhs | rhs;
1538 return lhs;
/external/chromium_org/ui/v2/src/
H A Dview_unittest.cc115 bool TreeChangeParamsMatch(const ViewObserver::TreeChangeParams& lhs, argument
117 return lhs.target == rhs.target && lhs.old_parent == rhs.old_parent &&
118 lhs.new_parent == rhs.new_parent && lhs.receiver == rhs.receiver &&
119 lhs.phase == rhs.phase;
/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h221 void assignProduct(const Lhs& lhs, const Rhs& rhs) argument
223 eigen_assert(lhs.cols() == rhs.rows());
224 for (int i=0; i<rows();++i) indices().coeffRef(i) = lhs.indices().coeff(rhs.indices().coeff(i));
373 PermutationMatrix(internal::PermPermProduct_t, const Lhs& lhs, const Rhs& rhs) argument
374 : m_indices(lhs.indices().size())
376 Base::assignProduct(lhs,rhs);
/external/skia/include/core/
H A DSkCanvas.h1487 static inline SkCanvas::SaveFlags operator|(const SkCanvas::SaveFlags lhs, argument
1489 return static_cast<SkCanvas::SaveFlags>(static_cast<int>(lhs) | static_cast<int>(rhs));
1492 static inline SkCanvas::SaveFlags& operator|=(SkCanvas::SaveFlags& lhs, argument
1494 lhs = lhs | rhs;
1495 return lhs;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParseTreeTransforms.py262 lhs=ExprNodes.NameNode(node.pos, name=declbase.name),
277 # types on rhs and lhs can be matched directly. It is required in
283 return self._visit_assignment_node(node, [node.lhs, node.rhs])
309 lhs = lhs_list[0], rhs = rhs)
461 or not sum([lhs.is_sequence_constructor for lhs in input[:-1]])):
475 for lhs in input[:-1]:
476 if not lhs.is_sequence_constructor:
477 if lhs.is_starred:
478 error(lhs
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp867 BinaryOperator *lhs = local
875 lhs = BinaryOperator::Create(Instruction::Or, lhs, rhs, "bfi_or", CI);
876 CI->replaceAllUsesWith(lhs);
909 BinaryOperator *lhs = local
912 lhs = BinaryOperator::Create(Instruction::Shl, newShiftConst,
913 lhs, "bfm_shl", CI);
914 lhs = BinaryOperator::Create(Instruction::Sub, lhs,
919 lhs
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_mat_op_to_vec.cpp266 ir_dereference *const lhs = local
270 new(this->mem_ctx) ir_assignment(lhs, cmp, NULL, (1U << i));
318 orig_assign->lhs->as_dereference_variable();
H A Dopt_constant_propagation.cpp248 if (ir->lhs->as_dereference_array()) {
266 kill(ir->lhs->variable_referenced(), kill_mask);
440 ir_dereference_variable *deref = ir->lhs->as_dereference_variable();
H A Dlower_vec_index_to_swizzle.cpp128 ir->set_lhs(convert_vec_index_to_swizzle(ir->lhs));
/external/chromium_org/v8/src/
H A Dutils.h686 inline int CompareCharsUnsigned(const lchar* lhs, argument
689 const lchar* limit = lhs + chars;
690 if (sizeof(*lhs) == sizeof(char) && sizeof(*rhs) == sizeof(char)) {
693 return memcmp(lhs, rhs, chars);
695 while (lhs < limit) {
696 int r = static_cast<int>(*lhs) - static_cast<int>(*rhs);
698 ++lhs;
705 inline int CompareChars(const lchar* lhs, const rchar* rhs, int chars) { argument
710 return CompareCharsUnsigned(reinterpret_cast<const uint8_t*>(lhs),
714 return CompareCharsUnsigned(reinterpret_cast<const uint8_t*>(lhs),
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp867 BinaryOperator *lhs = local
875 lhs = BinaryOperator::Create(Instruction::Or, lhs, rhs, "bfi_or", CI);
876 CI->replaceAllUsesWith(lhs);
909 BinaryOperator *lhs = local
912 lhs = BinaryOperator::Create(Instruction::Shl, newShiftConst,
913 lhs, "bfm_shl", CI);
914 lhs = BinaryOperator::Create(Instruction::Sub, lhs,
919 lhs
[all...]
/external/mesa3d/src/glsl/
H A Dlower_mat_op_to_vec.cpp266 ir_dereference *const lhs = local
270 new(this->mem_ctx) ir_assignment(lhs, cmp, NULL, (1U << i));
318 orig_assign->lhs->as_dereference_variable();
H A Dopt_constant_propagation.cpp248 if (ir->lhs->as_dereference_array()) {
266 kill(ir->lhs->variable_referenced(), kill_mask);
440 ir_dereference_variable *deref = ir->lhs->as_dereference_variable();
/external/srec/srec/Semproc/src/
H A DExpressionParser.c181 /* initially I want ptokenBuf to point to the lhs */
182 self->ptokenBuf = self->lhs;
361 if (self->lhs[0] == STRING_DELIM)
363 PLogError(L("ESR_INVALID_ARGUMENT: %s"), self->lhs);
408 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, result));
411 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, L("undefined")));
417 CHKLOG(rc, ST_putKeyValue(symtable, self->lhs, operands[0]));
/external/valgrind/main/drd/
H A Ddrd_vc.c75 /** Assignment operator -- *lhs is already a valid vector clock. */
76 void DRD_(vc_assign)(VectorClock* const lhs, const VectorClock* const rhs) argument
78 DRD_(vc_cleanup)(lhs);
79 DRD_(vc_copy)(lhs, rhs);
/external/bison/src/
H A Dielr.c378 ielr_item_has_lookahead (state *s, symbol_number lhs, size_t item, argument
413 if (!lhs)
420 lhs = rules[item_number_as_rule_number (ritem[i])].lhs->number;
427 aver (lhs != accept->number);
434 lhs)]);
453 ielr_item_has_lookahead (*predecessor, lhs,
641 rules[item_number_as_rule_number (ritem[rule_item])].lhs,
1052 this_rule->lhs, lookahead_set);
H A Dprint.c105 previous_lhs = rules[r].lhs;
227 fprintf (out, _("reduce using rule %d (%s)"), r->number, r->lhs->tag);
448 if (rules[r].lhs->number == i)
471 if (rules[r].lhs->number == i)
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsessions_helper.cc267 bool CompareSyncedSessions(const browser_sync::SyncedSession* lhs, argument
269 if (!lhs ||
271 lhs->windows.size() < 1 ||
277 return lhs->windows < rhs->windows;
/external/chromium_org/components/history/core/browser/
H A Durl_row.h191 static bool CompareVisitTime(const URLResult& lhs, const URLResult& rhs);
/external/chromium_org/components/invalidation/
H A Dobject_id_invalidation_map_test_util.cc27 virtual bool MatchAndExplain(const ObjectIdInvalidationMap& lhs,
/external/chromium_org/components/policy/core/browser/
H A Durl_blacklist_manager.h107 // Returns true if |lhs| takes precedence over |rhs|.
108 static bool FilterTakesPrecedence(const FilterComponents& lhs,
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_url.h143 bool operator() (const FileSystemURL& lhs, const FileSystemURL& rhs) const;
/external/eigen/Eigen/src/SparseCore/
H A DSparseCwiseBinaryOp.h108 : m_lhsIter(xpr.lhs(),outer), m_rhsIter(xpr.rhs(),outer), m_functor(xpr.functor())
173 : m_lhsIter(xpr.lhs(),outer), m_rhsIter(xpr.rhs(),outer), m_functor(xpr.functor())
227 : m_rhs(xpr.rhs()), m_lhsIter(xpr.lhs(),outer), m_functor(xpr.functor()), m_outer(outer)
278 { return m_functor(m_xpr.lhs().coeff(IsRowMajor?m_outer:m_rhsIter.index(),IsRowMajor?m_rhsIter.index():m_outer), m_rhsIter.value()); }
H A DSparseMatrixBase.h349 operator*(const DiagonalBase<OtherDerived> &lhs, const SparseMatrixBase& rhs) argument
350 { return SparseDiagonalProduct<OtherDerived,Derived>(lhs.derived(), rhs.derived()); }
355 operator*(const MatrixBase<OtherDerived>& lhs, const Derived& rhs) argument
356 { return typename DenseSparseProductReturnType<OtherDerived,Derived>::Type(lhs.derived(),rhs); }

Completed in 560 milliseconds

<<11121314151617181920>>