Home
last modified time | relevance | path

Searched defs:right (Results 251 - 275 of 1369) sorted by relevance

1...<<11121314151617181920>>...55

/third_party/node/deps/icu-small/source/common/
H A Duarrsort.cpp46 uprv_uint16Comparator(const void *context, const void *left, const void *right) { in uprv_uint16Comparator() argument
52 uprv_int32Comparator(const void *context, const void *left, const void *right) { in uprv_int32Comparator() argument
58 uprv_uint32Comparator(const void *context, const void *left, const void *right) { in uprv_uint32Comparator() argument
172 int32_t left, right; in subQuickSort() local
[all...]
H A Dlocaleprioritylist.cpp49 compareLocaleAndWeight(const void * /*context*/, const void *left, const void *right) { in compareLocaleAndWeight() argument
H A Dunorm.cpp225 _concatenate(const char16_t *left, int32_t leftLength, const char16_t *right, int32_t rightLength, char16_t *dest, int32_t destCapacity, const Normalizer2 *n2, UErrorCode *pErrorCode) _concatenate() argument
261 unorm_concatenate(const char16_t *left, int32_t leftLength, const char16_t *right, int32_t rightLength, char16_t *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_concatenate() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationcompare.cpp29 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right, in compareUpToQuaternary() argument
[all...]
H A Dcecal.cpp69 CECalendar::operator=(const CECalendar& right) in operator =() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dnodearray.h140 unsigned right = a->size - 1; in nodearray_sparse_search() local
/third_party/libdrm/tests/tegra/
H A Dvic41.c45 vic41_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic41_fill() argument
H A Dvic42.c45 vic42_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic42_fill() argument
H A Dvic40.c45 vic40_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic40_fill() argument
H A Dvic30.c50 vic30_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic30_fill() argument
/third_party/libevdev/tools/
H A Dtouchpad-edge-detector.c39 int top, bottom, left, right; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.hpp85 double right; member
101 double right; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBaseClass.hpp85 double right; member
101 double right; member
/third_party/skia/third_party/externals/angle2/samples/multi_window/
H A DMultiWindow.cpp110 int right = rootWindow->getX() + rootWindow->getWidth(); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteUnaddressableReferences.cpp216 TIntermTyped *right = node.getRight(); in DecomposeCompoundAssignment() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderOutput.cpp555 const unsigned int right = width - 1; in verifyResult() local
622 const unsigned int right = width - 1; in verifyResult() local
/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp95 const int right = sectBounds.right(); in BaseSuperBlitter() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.cpp124 void MatrixStack::frustum(float left, float right, float bottom, float top, float zNear, float zFar) in frustum() argument
146 void MatrixStack::ortho(double left, double right, double bottom, double top, double zNear, double zFar) in ortho() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler.c42 rescaler_t right = in WebPRescalerImportRowExpand_C() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dbuddhcal.cpp50 BuddhistCalendar& BuddhistCalendar::operator= ( const BuddhistCalendar& right) in operator =() argument
H A Dcollationcompare.cpp29 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right, in compareUpToQuaternary() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLOperators.cpp233 bool Operator::isMatrixMultiply(const Type& left, const Type& right) { in isMatrixMultiply() argument
247 determineBinaryType(const Context& context, const Type& left, const Type& right, const Type** outLeftType, const Type** outRightType, const Type** outResultType) determineBinaryType() argument
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLBinaryExpression.cpp23 is_low_precision_matrix_vector_multiply(const Expression& left, const Operator& op, const Expression& right, const Type& resultType) is_low_precision_matrix_vector_multiply() argument
36 rewrite_matrix_vector_multiply(const Context& context, const Expression& left, const Operator& op, const Expression& right, const Type& resultType) rewrite_matrix_vector_multiply() argument
69 Convert(const Context& context, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right) Convert() argument
136 Make(const Context& context, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right) Make() argument
150 Make(const Context& context, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right, const Type* resultType) Make() argument
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLExpression.cpp172 DSLPossibleExpression DSLExpression::operator=(DSLExpression right) { in operator =() argument
177 DSLPossibleExpression DSLExpression::operator[](DSLExpression right) { in operator []() argument
237 DSLPossibleExpression LogicalXor(DSLExpression left, DSLExpression right) { in LogicalXor() argument
257 DSLPossibleExpression operator,(DSLExpression left, DSLExpression right) { in operator ,() argument
262 operator ,(DSLPossibleExpression left, DSLExpression right) operator ,() argument
267 operator ,(DSLExpression left, DSLPossibleExpression right) operator ,() argument
272 operator ,(DSLPossibleExpression left, DSLPossibleExpression right) operator ,() argument
[all...]
/third_party/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp49 double right = line[1].fX; in doIntersect() local

Completed in 14 milliseconds

1...<<11121314151617181920>>...55