/third_party/node/deps/v8/src/torque/ |
H A D | ast.h | 390 LogicalOrExpression(SourcePosition pos, Expression* left, Expression* right) in LogicalOrExpression() 391 : Expression(kKind, pos), left(left), right(right) {} in LogicalOrExpression() 394 left->VisitAllSubExpressions(callback); 399 Expression* left; member 405 LogicalAndExpression(SourcePosition pos, Expression* left, Expression* right) in LogicalAndExpression() 406 : Expression(kKind, pos), left(left), right(right) {} in LogicalAndExpression() 409 left->VisitAllSubExpressions(callback); 414 Expression* left; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 837 const tcu::Vec4 left = tcu::Vec4(-1.0f, yy, 0.0f, 1.0f); in generateVertexBuffer() local 840 addVertexWithColor(result, left, leftColor); in generateVertexBuffer() 859 const tcu::Vec4 left = tcu::Vec4(-2.0f, yy, 0.0f, 1.0f); in generateVertexBuffer() local 864 addVertexWithColor(result, left, leftColor); in generateVertexBuffer() 870 addVertexWithColor(result, left, leftColor); in generateVertexBuffer() 935 const tcu::Vec4 left = tcu::Vec4(-1.0f, yy, 0.0f, 1.0f); in generateVertexBuffer() local 940 addVertexWithColor(result, left, leftColor); in generateVertexBuffer() 962 const tcu::Vec4 left = tcu::Vec4(-2.0f, yy, 0.0f, 1.0f); in generateVertexBuffer() local 967 addVertexWithColor(result, left, leftColor); in generateVertexBuffer() 973 addVertexWithColor(result, left, leftColo in generateVertexBuffer() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wnm_sta.c | 308 size_t left; in ieee802_11_rx_wnmsleep_resp() local 322 left = len - 3; in ieee802_11_rx_wnmsleep_resp() 323 if (key_len_total > left) { in ieee802_11_rx_wnmsleep_resp() 549 u8 left = len; in wnm_parse_neighbor_report() local 551 if (left < 13) { in wnm_parse_neighbor_report() 563 left -= 13; in wnm_parse_neighbor_report() 565 while (left >= 2) { in wnm_parse_neighbor_report() 571 left -= 2; in wnm_parse_neighbor_report() 572 if (elen > left) { in wnm_parse_neighbor_report() 578 left in wnm_parse_neighbor_report() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wnm_sta.c | 324 size_t left; in ieee802_11_rx_wnmsleep_resp() local 338 left = len - 3; in ieee802_11_rx_wnmsleep_resp() 339 if (key_len_total > left) { in ieee802_11_rx_wnmsleep_resp() 566 u8 left = len; in wnm_parse_neighbor_report() local 568 if (left < 13) { in wnm_parse_neighbor_report() 580 left -= 13; in wnm_parse_neighbor_report() 582 while (left >= 2) { in wnm_parse_neighbor_report() 588 left -= 2; in wnm_parse_neighbor_report() 589 if (elen > left) { in wnm_parse_neighbor_report() 595 left in wnm_parse_neighbor_report() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | IntermNode.cpp | 37 TPrecision GetHigherPrecision(TPrecision left, TPrecision right) in GetHigherPrecision() argument 39 return left > right ? left : right; in GetHigherPrecision() 1263 TOperator TIntermBinary::GetMulOpBasedOnOperands(const TType &left, const TType &right) in GetMulOpBasedOnOperands() argument 1265 if (left.isMatrix()) in GetMulOpBasedOnOperands() 1287 if (left.isVector()) in GetMulOpBasedOnOperands() 1299 if (left.isVector() == right.isVector()) in GetMulOpBasedOnOperands() 1312 TOperator TIntermBinary::GetMulAssignOpBasedOnOperands(const TType &left, const TType &right) in GetMulAssignOpBasedOnOperands() argument 1314 if (left.isMatrix()) in GetMulAssignOpBasedOnOperands() 1336 if (left in GetMulAssignOpBasedOnOperands() 1536 TIntermBinary(TOperator op, TIntermTyped *left, TIntermTyped *right) TIntermBinary() argument 1544 CreateComma(TIntermTyped *left, TIntermTyped *right, int shaderVersion) CreateComma() argument 1764 GetCommaQualifier(int shaderVersion, const TIntermTyped *left, const TIntermTyped *right) GetCommaQualifier() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 145 const std::vector<std::string> SLICE_KEYS = { "left", "right", "top", "bottom" }; 153 const char* LEFT_PROPERTY = "left"; 410 CalcDimension left; in ParseLocationPropsEdges() local 421 if (JSViewAbstract::ParseJsDimensionNG(leftVal, left, DimensionUnit::VP)) { in ParseLocationPropsEdges() 422 edges.SetLeft(left); in ParseLocationPropsEdges() 1273 Color left; in ParseEdgeColors() local 1274 if (JSViewAbstract::ParseJsColor(object->GetProperty(static_cast<int32_t>(ArkUIIndex::LEFT)), left)) { in ParseEdgeColors() 1275 commonColor.left = left; in ParseEdgeColors() 1319 commonColor.left in ParseCommonEdgeColors() 1329 CalcDimension left; ParseEdgeWidths() local 1354 CalcDimension left; ParseEdgeWidthsProps() local 3066 CalcDimension left; JsPixelStretchEffect() local 3092 InitPixStretchEffect( CalcDimension& left, CalcDimension& right, CalcDimension& top, CalcDimension bottom) InitPixStretchEffect() argument 3802 ParseMarginOrPaddingCorner(JSRef<JSObject> obj, std::optional<CalcDimension>& top, std::optional<CalcDimension>& bottom, std::optional<CalcDimension>& left, std::optional<CalcDimension>& right) ParseMarginOrPaddingCorner() argument 4108 CalcDimension left; ParseOuterBorderWidth() local [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 1410 pSourceRect->left, pSourceRect->top, in NineDevice9_UpdateSurface() 1430 copy_width = pSourceRect->right - pSourceRect->left; in NineDevice9_UpdateSurface() 1433 user_assert(pSourceRect->left >= 0 && in NineDevice9_UpdateSurface() 1469 user_assert(!(pSourceRect->left % w) && !(pSourceRect->top % h), in NineDevice9_UpdateSurface() 1690 pSourceRect->left, pSourceRect->top, in NineDevice9_StretchRect() 1693 DBG("pDestRect=(%u,%u)-(%u,%u)\n", pDestRect->left, pDestRect->top, in NineDevice9_StretchRect() 1705 (pSourceRect->left == 0 && in NineDevice9_StretchRect() 1710 (pDestRect->left == 0 && in NineDevice9_StretchRect() 1730 (pDestRect->left <= pDestRect->right && in NineDevice9_StretchRect() 1733 (pSourceRect->left < in NineDevice9_StretchRect() [all...] |
/foundation/ability/form_fwk/services/src/ |
H A D | form_item_info.cpp | 224 * @param left left string. 228 bool FormItemInfo::IsEqual(const std::string &left, const std::string &right) in IsEqual() argument 230 return left == right; in IsEqual()
|
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_delegate.cpp | 125 [](const TfLiteDelegateParams& left, const TfLiteDelegateParams& right) -> bool { in LimitDelegatedPartitions() 126 return left.nodes_to_replace->size > right.nodes_to_replace->size; in LimitDelegatedPartitions()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_paint_method.cpp | 119 double left, double top, double width, double height) in GetImageData() 123 double scaledLeft = left + std::min(width, 0.0); in GetImageData() 118 GetImageData( double left, double top, double width, double height) GetImageData() argument
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_manager.h | 78 int32_t left = 0; member 170 virtual void SetWindowPos(int32_t left, int32_t top, int32_t windowId) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_component_helper.h | 259 static void SetBorderWidth(const RefPtr<Decoration> decoration, const Dimension& left, const Dimension& right, in SetBorderWidth() argument 266 border.SetLeftWidth(left, option); in SetBorderWidth()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/ |
H A D | image_animator_pattern_test_ng.cpp | 162 imageProperties.left = IMAGE_LEFT; in CreateImageAnimator() 184 imageProperties.left = IMAGE_LEFT; in CreatePixelMapAnimator()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | render_grid_row.cpp | 26 bool OrderComparator(const RefPtr<RenderNode>& left, const RefPtr<RenderNode>& right) in OrderComparator() argument 28 auto leftGrid = AceType::DynamicCast<RenderGridCol>(left); in OrderComparator() 270 // ex. if there are 7 columns left and chile span is 4 or 8(< or > than restColumnNum), offset is 5, in CalculateOffsetOfNewline()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_layout_property.h | 156 auto left = propControlButtonStyle_->propControlButtonLeft.value_or(DEFAULT_CONTROL_BUTTON_LEFT); variable 163 jsonControl->Put("left", std::to_string(left.Value()).c_str());
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | swiper_composed_element.cpp | 62 DumpLog::GetInstance().AddDesc(std::string("left: ").append(GetSwiperLeft())); in Dump() 84 jsonValue->Put("left", GetSwiperLeft().c_str()); in GetIndicatorStyle() 194 auto left = renderSwiper->GetSwiperLeft(); in GetSwiperLeft() local 195 return left.ToString(); in GetSwiperLeft()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | side_bar_container_modifier.cpp | 84 Dimension left = Dimension(values[0], DimensionUnit::VP); in SetControlButton() local 88 SideBarContainerModelNG::SetControlButtonLeft(frameNode, left); in SetControlButton()
|
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
H A D | form_renderer_delegate_proxy.cpp | 271 int32_t FormRendererDelegateProxy::OnGetRectRelativeToWindow(int32_t &top, int32_t &left) in OnGetRectRelativeToWindow() argument 294 reply.ReadInt32(left); in OnGetRectRelativeToWindow()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_item_maps.h | 138 .left = CalcLength(5.0_vp), 232 .left = CalcLength(2.0_vp),
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_particle_noise_field.cpp | 45 float left = center.x_ - size.x_ * HALF; in CalculateDistanceToRectangleEdge() local 50 float tLeft = ROSEN_EQ(direction.x_, 0.f) ? -1.f : (left - position.x_) / direction.x_; in CalculateDistanceToRectangleEdge()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/ |
H A D | bitmap_fuzzer.cpp | 72 float left = GetObject<float>(); in BitmapFuzzTest002() local 77 left, in BitmapFuzzTest002()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_bitmap_test.cpp | 145 Bitmap left; in HWTEST_F() local 148 ASSERT_TRUE(!skiaBitmap.ExtractSubset(left, subset)); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | distributeddb_communicator_common.cpp | 342 for (const auto &left : inLeft.rawData_) { in CheckEqual() 344 if (left != right) { in CheckEqual()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_proc.c | 76 unsigned long left = *bits_left >> shift; in drbd_get_syncer_progress() local 78 unsigned long tmp = 1000UL - left * 1000UL/total; in drbd_get_syncer_progress()
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-memcpy.S | 140 subq $18, 8, $18 # E : At least a quad left? 200 subq $18, 8, $18 # E : At least a quad left?
|