Home
last modified time | relevance | path

Searched defs:right (Results 76 - 100 of 641) sorted by relevance

12345678910>>...26

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.h57 Generate_BitwiseOrWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BitwiseOrWithFeedback() argument
67 Generate_BitwiseXorWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BitwiseXorWithFeedback() argument
78 Generate_BitwiseAndWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BitwiseAndWithFeedback() argument
89 Generate_ShiftLeftWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ShiftLeftWithFeedback() argument
100 Generate_ShiftRightWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ShiftRightWithFeedback() argument
111 Generate_ShiftRightLogicalWithFeedback( const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ShiftRightLogicalWithFeedback() argument
122 Generate_BitwiseBinaryOpWithFeedback( Operation bitwise_op, TNode<Object> left, TNode<Object> right, const LazyNode<Context>& context, TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BitwiseBinaryOpWithFeedback() argument
136 Generate_BitwiseBinaryOp(Operation bitwise_op, TNode<Object> left, TNode<Object> right, TNode<Context> context) Generate_BitwiseBinaryOp() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc-data.h41 operator ==(const RegisterStateFlags& left, const RegisterStateFlags& right) operator ==() argument
/third_party/musl/libc-test/src/functionalext/backtrace/
H A Dunittest_backtrace.c33 char *right = strstr(str, ">"); in checkString() local
/third_party/skia/src/core/
H A DSkTSort.h115 T* right = left + count - 1; in SkTInsertionSort() local
134 T* right = left + count - 1; in SkTQSort_Partition() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DPrimitive.hpp64 unsigned short right; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp74 auto const &right = getObject(insn.word(6)); in EvalSpecConstantOp() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPrimitive.hpp69 unsigned short right; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DHuffmanEncoder.java37 short right; field in HuffmanEncoder.TreeNode
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcecal.cpp67 CECalendar::operator=(const CECalendar& right) in operator =() argument
H A Ddtrule.cpp71 DateTimeRule::operator=(const DateTimeRule& right) { in operator =() argument
H A Dtaiwncal.cpp50 TaiwanCalendar& TaiwanCalendar::operator= ( const TaiwanCalendar& right) in operator =() argument
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DSincResamplerStereo.cpp39 const float right = frame[1]; in writeFrame() local
/third_party/skia/src/pathops/
H A DSkPathOpsLine.cpp81 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH() argument
93 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) { in NearPointH() argument
H A DSkIntersectionHelper.h58 SkScalar right() const { in right() function in SkIntersectionHelper
/third_party/skia/tests/
H A DPathOpsLineIntersectionTest.cpp122 double right = std::max(line1[0].fX, line1[1].fX); in testOne() local
129 double right = std::max(line2[0].fX, line2[1].fX); in testOne() local
165 double right = std::max(line1[0].fX, line1[1].fX); in testOneCoincident() local
174 double right = std::max(line2[0].fX, line2[1].fX); in testOneCoincident() local
/third_party/skia/src/sksl/ir/
H A DSkSLConstructor.cpp204 skstd::optional<double> right = other.getConstantValue(n); in compareConstant() local
/third_party/skia/src/sksl/
H A DSkSLString.cpp108 String operator+(skstd::string_view left, skstd::string_view right) { in operator +() argument
/third_party/skia/src/sksl/lex/
H A DRegexParser.cpp71 RegexNode right = this->pop(); in sequence() local
167 RegexNode right = this->pop(); in regex() local
/third_party/skia/third_party/externals/dawn/src/include/dawn/
H A DEnumClassBitmasks.h82 constexpr BoolConvertible<typename LowerBitmask<T1>::type> operator|(T1 left, T2 right) { in operator |() argument
93 constexpr BoolConvertible<typename LowerBitmask<T1>::type> operator&(T1 left, T2 right) { in operator &() argument
104 constexpr BoolConvertible<typename LowerBitmask<T1>::type> operator^(T1 left, T2 right) { in operator ^() argument
122 constexpr T& operator&=(T& l, T2 right) { in operator &=() argument
132 constexpr T& operator|=(T& l, T2 right) { in operator |=() argument
142 operator ^=(T& l, T2 right) operator ^=() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-opbd-table.hh99 hb_position_t left = 0, top = 0, right = 0, bottom = 0, ignore; in get_bounds() local
H A Dhb-priority-queue.hh108 unsigned right = right_child (index); in bubble_down() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_binary_test.cc42 auto* right = Var("right", type()); in TEST_P() local
158 auto* right = Var("right", ty.f32()); TEST_F() local
172 auto* right = Var("right", ty.vec3<f32>()); TEST_F() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_consume_test.cc39 CordRepConcat* CreateConcat(CordRep* left, CordRep* right) { in CreateConcat() argument
83 CordRepConcat* right = CreateConcat(right1, CreateSubstring(right2, 5, 17)); in CreateTestTree() local
H A Dcord_rep_consume.cc72 CordRep* right = res[1]; in Consume() local
[all...]
/third_party/skia/gm/
H A Dpatch.cpp45 SkPoint right[SkPatchUtils::kNumPtsCubic]; in draw_control_points() local

Completed in 10 milliseconds

12345678910>>...26