/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | input.c | 682 rxrpc_seq_t top, bottom, seq; in rxrpc_input_check_for_lost_ack() local 687 bottom = call->tx_hard_ack + 1; in rxrpc_input_check_for_lost_ack() 689 if (before(bottom, top)) { in rxrpc_input_check_for_lost_ack() 690 for (seq = bottom; before_eq(seq, top); seq++) { in rxrpc_input_check_for_lost_ack()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_dec.c | 787 u32 left, right, top, bottom; in vidioc_g_selection() local 805 bottom = top >> S5P_FIMV_SHARED_CROP_BOTTOM_SHIFT; in vidioc_g_selection() 808 height = ctx->img_height - top - bottom; in vidioc_g_selection() 810 left, top, s->r.width, s->r.height, right, bottom, in vidioc_g_selection()
|
/test/xts/hats/hdf/audio/idl/common/capture/src/ |
H A D | audio_capture_common_test.cpp | 639 float bottom = 0;
in HWTEST_F() local 643 int32_t ret = capture_->GetGainThreshold(capture_, &bottom, &top);
in HWTEST_F() 649 float bottom = 0;
in HWTEST_F() local 653 int32_t ret = capture_->GetGainThreshold(nullptr, &bottom, &top);
in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | clearvideo.c | 476 int bottom = size - (h & (size - 1)); in extend_edges() local 478 if ((right == size) && (bottom == size)) { in extend_edges() 490 if (bottom != size) { in extend_edges() 492 for (j = 0; j < bottom; j++) { in extend_edges()
|
/third_party/glfw/src/ |
H A D | window.c | 733 int* right, int* bottom) in glfwGetWindowFrameSize() 741 if (bottom) in glfwGetWindowFrameSize() 742 *bottom = 0; in glfwGetWindowFrameSize() 749 _glfw.platform.getWindowFrameSize(window, left, top, right, bottom); in glfwGetWindowFrameSize() 731 glfwGetWindowFrameSize(GLFWwindow* handle, int* left, int* top, int* right, int* bottom) glfwGetWindowFrameSize() argument
|
H A D | wl_window.c | 246 createFallbackEdge(window, &window->wl.fallback.bottom, window->wl.surface, in createFallbackDecorations() 275 destroyFallbackEdge(&window->wl.fallback.bottom); in destroyFallbackDecorations() 380 wl_subsurface_set_position(window->wl.fallback.bottom.subsurface, in resizeWindow() 382 wp_viewport_set_destination(window->wl.fallback.bottom.viewport, in resizeWindow() 385 wl_surface_commit(window->wl.fallback.bottom.surface); in resizeWindow() 1478 else if (window->wl.fallback.focus == window->wl.fallback.bottom.surface) in pointerHandleMotion() 1579 else if (window->wl.fallback.focus == window->wl.fallback.bottom.surface) in pointerHandleButton() 2356 int* right, int* bottom) in _glfwGetWindowFrameSizeWayland() 2366 if (bottom) in _glfwGetWindowFrameSizeWayland() 2367 *bottom in _glfwGetWindowFrameSizeWayland() 2354 _glfwGetWindowFrameSizeWayland(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeWayland() argument [all...] |
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image_pipeline.cpp | 891 std::vector<std::uint16_t> bottom = { in test_node_calibrate_8bit() local 902 stack.push_node<ImagePipelineNodeCalibrate>(bottom, top, 0); in test_node_calibrate_8bit() 927 std::vector<std::uint16_t> bottom = { in test_node_calibrate_16bit() local 938 stack.push_node<ImagePipelineNodeCalibrate>(bottom, top, 0); in test_node_calibrate_16bit()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_simple_shaders.c | 777 struct ureg_dst out, tmp, top, bottom; in util_make_fs_msaa_resolve_bilinear() local 797 bottom = ureg_DECL_temporary(ureg); in util_make_fs_msaa_resolve_bilinear() 808 ureg_imm4u(ureg, 0, 1, 0, 0)); /* bottom-left */ in util_make_fs_msaa_resolve_bilinear() 810 ureg_imm4u(ureg, 1, 1, 0, 0)); /* bottom-right */ in util_make_fs_msaa_resolve_bilinear() 842 ureg_LRP(ureg, bottom, in util_make_fs_msaa_resolve_bilinear() 849 ureg_src(bottom), in util_make_fs_msaa_resolve_bilinear()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrAATriangulator.cpp | 90 Vertex* bottom = edge->fEdge->fBottom; in makeEvent() local 91 if (!top || !bottom ) { in makeEvent() 100 c.sweep_lt(p, bottom->fPoint)) { in makeEvent() 103 dest->fID, v->fID, top->fID, bottom->fID, p.fX, p.fY, alpha); in makeEvent()
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 717 if (bbox.left >= bbox.right || bbox.top >= bbox.bottom) { in generateMetrics() 724 SkIRect::MakeLTRB(bbox.left, bbox.top, bbox.right, bbox.bottom))) { in generateMetrics() 729 glyph->fHeight = SkToU16(bbox.bottom - bbox.top); in generateMetrics() 1040 bbox.bottom = glyph.top() + glyph.height(); in drawDWMask()
|
/third_party/skia/src/shaders/ |
H A D | SkImageShader.cpp | 881 bottom = local.y + 0.5f; in makeProgram() 883 // The fractional parts of right and bottom are our lerp factors in x and y respectively. in makeProgram() 885 fy = fract(bottom); in makeProgram() 888 lerp(sample_texel(u, left,bottom), sample_texel(u, right,bottom), fx), fy); in makeProgram()
|
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 1507 int top[3], bottom[3]; in scanner_offset_calibration() local 1513 bottom[ch] = 10; in scanner_offset_calibration() 1514 dev.frontend.set_offset(ch, bottom[ch]); in scanner_offset_calibration() 1519 // scan with bottom AFE settings in scanner_offset_calibration() 1553 bottom[0], bottom[1], bottom[2]); in scanner_offset_calibration() 1559 DBG(DBG_info, "%s: bottom avg %d=%d\n", __func__, ch, bottomavg[ch]); in scanner_offset_calibration() 1602 while ((pass < 32) && ((top[0] - bottom[0] > 1) || in scanner_offset_calibration() 1603 (top[1] - bottom[ in scanner_offset_calibration() 2022 std::uint16_t bottom[3] = {}; scanner_led_calibration() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_layout_algorithm.cpp | 61 paddingAfterContent_ = axis_ == Axis::HORIZONTAL ? padding.right.value_or(0) : padding.bottom.value_or(0); in Measure() 329 auto offsetAfterContent = axis_ == Axis::HORIZONTAL ? padding.right.value_or(0) : padding.bottom.value_or(0); in UpdateReferencePos() 331 offsetAfterContent += axis_ == Axis::HORIZONTAL ? margin.right.value_or(0) : margin.bottom.value_or(0); in UpdateReferencePos() 549 float bottom = endPos_ - contentEndOffset_; in GetItemGroupPosition() local 551 bottom -= footerMainSize_; in GetItemGroupPosition() 554 float delta = bottom - refPos; in GetItemGroupPosition()
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 345 bottom: TEXT_SAFE_MARGIN 781 Button.padding({ top: 0, bottom: 0 }); 1032 bottom: 0, 1605 bottom: { "id": -1, "type": 10002, params: ['sys.float.padding_level12'], "bundleName": "__harDefaultBundleName__", "moduleName": "__harDefaultModuleName__" }, 1611 bottom: { "id": -1, "type": 10002, params: ['sys.float.padding_level10'], "bundleName": "__harDefaultBundleName__", "moduleName": "__harDefaultModuleName__" }, 1617 bottom: { "id": -1, "type": 10002, params: ['sys.float.padding_level8'], "bundleName": "__harDefaultBundleName__", "moduleName": "__harDefaultModuleName__" },
|
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 103 bottom: 0, 109 bottom: 0, 116 bottom: LengthMetrics.vp(0), 122 bottom: LengthMetrics.vp(0), 220 bottom: LengthMetrics.vp(4), 226 bottom: LengthMetrics.vp(4),
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_sub_tab_bar_style_test_ng.cpp | 1487 padding.bottom = CalcLength(20.0_vp); in HWTEST_F() 1509 EXPECT_EQ(tabContentPattern->GetPadding().bottom, padding.bottom); in HWTEST_F() 1533 padding.bottom = CalcLength(20.0_vp); in HWTEST_F() 1553 EXPECT_EQ(tabContentPattern->GetPadding().bottom, padding.bottom); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 161 struct drm_property *bottom; member 1658 psb_intel_sdvo_connector->bottom, val); in psb_intel_sdvo_set_property() 1668 } else if (psb_intel_sdvo_connector->bottom == property) { in psb_intel_sdvo_set_property() 2291 psb_intel_sdvo_connector->bottom = in psb_intel_sdvo_create_enhance_property_tv() 2293 if (!psb_intel_sdvo_connector->bottom) in psb_intel_sdvo_create_enhance_property_tv() 2297 psb_intel_sdvo_connector->bottom, in psb_intel_sdvo_create_enhance_property_tv()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 163 struct drm_property *bottom; member 1681 psb_intel_sdvo_connector->bottom, val); in psb_intel_sdvo_set_property() 1691 } else if (psb_intel_sdvo_connector->bottom == property) { in psb_intel_sdvo_set_property() 2313 psb_intel_sdvo_connector->bottom = in psb_intel_sdvo_create_enhance_property_tv() 2315 if (!psb_intel_sdvo_connector->bottom) in psb_intel_sdvo_create_enhance_property_tv() 2319 psb_intel_sdvo_connector->bottom, in psb_intel_sdvo_create_enhance_property_tv()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vc1dsp_mmi.c | 1454 void ff_vc1_v_s_overlap_mmi(int16_t *top, int16_t *bottom) in ff_vc1_v_s_overlap_mmi() argument 1463 c = bottom[0]; in ff_vc1_v_s_overlap_mmi() 1464 d = bottom[8]; in ff_vc1_v_s_overlap_mmi() 1470 bottom[0] = ((c << 3) + d2 + rnd1) >> 3; in ff_vc1_v_s_overlap_mmi() 1471 bottom[8] = ((d << 3) + d1 + rnd2) >> 3; in ff_vc1_v_s_overlap_mmi() 1473 bottom++; in ff_vc1_v_s_overlap_mmi()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.c | 748 pSourceRect->top, pSourceRect->bottom); in present() 752 source_rect.bottom == resource->height0 && in present() 764 pDestRect->top, pDestRect->bottom); in present() 790 dest_rect.bottom = MIN2(target_height, dest_rect.bottom); in present() 792 target_height = dest_rect.bottom - dest_rect.top; in present()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthStencilTests.cpp | 387 dst.quad.posA = IVec2(isFrontFacing ? src.rect.left : (src.rect.left+src.rect.width-1), src.rect.bottom); in translateCommand() 388 dst.quad.posB = IVec2(isFrontFacing ? (src.rect.left+src.rect.width-1) : src.rect.left, src.rect.bottom+src.rect.height-1); in translateCommand() 427 glScissor(clear.rect.left+viewportX, clear.rect.bottom+viewportY, clear.rect.width, clear.rect.height); in render() 466 glViewport(command.rect.left+viewportX, command.rect.bottom+viewportY, command.rect.width, command.rect.height); in render() 488 tcu::clear(tcu::getSubregion(dstColor, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), clear.color); in renderReference() 493 tcu::clearStencil(tcu::getSubregion(dstStencil, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), maskedVal); in renderReference()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilTests.cpp | 387 dst.quad.posA = IVec2(isFrontFacing ? src.rect.left : (src.rect.left+src.rect.width-1), src.rect.bottom); in translateCommand() 388 dst.quad.posB = IVec2(isFrontFacing ? (src.rect.left+src.rect.width-1) : src.rect.left, src.rect.bottom+src.rect.height-1); in translateCommand() 427 glScissor(clear.rect.left+viewportX, clear.rect.bottom+viewportY, clear.rect.width, clear.rect.height); in render() 466 glViewport(command.rect.left+viewportX, command.rect.bottom+viewportY, command.rect.width, command.rect.height); in render() 488 tcu::clear(tcu::getSubregion(dstColor, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), clear.color); in renderReference() 493 tcu::clearStencil(tcu::getSubregion(dstStencil, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), maskedVal); in renderReference()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.cpp | 259 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildButton() local 260 buttonLayoutProperty->UpdatePadding({ left, right, top, bottom }); in BuildButton() 347 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildButton() local 353 buttonLayoutProperty->UpdatePadding({ left, right, top, bottom }); in BuildButton() 426 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildCreateMenuItemButton() local 451 buttonLayoutProperty->UpdatePadding({ left, right, top, bottom }); in BuildCreateMenuItemButton() 492 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildMoreOrBackButton() local 506 buttonLayoutProperty->UpdatePadding({ left, right, top, bottom }); in BuildMoreOrBackButton() 1388 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in SelectMenuAndInnerInitProperty() local 1389 selectMenuInner_->GetLayoutProperty()->UpdatePadding({ left, right, top, bottom }); in SelectMenuAndInnerInitProperty() [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 1207 .bottom = (UINT)(rects[r].bottom - rects[r].top), in dzn_cmd_buffer_clear_rects_with_copy() 1350 .bottom = h, in dzn_cmd_buffer_clear_ranges_with_copy() 1614 .bottom = region.imageExtent.height, in dzn_cmd_buffer_copy_buf2img_region() 1630 .bottom = blkh, in dzn_cmd_buffer_copy_buf2img_region() 1693 .bottom = (UINT)(region.imageOffset.y + region.imageExtent.height), in dzn_cmd_buffer_copy_img2buf_region() 1722 src_box.bottom = src_box.top + blkh; in dzn_cmd_buffer_copy_img2buf_region() 1797 .bottom = (UINT)region.srcOffset.y + region.extent.height, in dzn_cmd_buffer_copy_img_chunk() 1862 .bottom = tmp_loc->PlacedFootprint.Footprint.Height, in dzn_cmd_buffer_copy_img_chunk() 2058 .bottom in dzn_cmd_buffer_blit_set_2d_region() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 43 paddings.bottom = std::optional<CalcLength>(CalcLength(0.0, DimensionUnit::VP)); in Measure() 241 auto bottomPadding = padding.bottom.value_or(0.0); in PerformMeasureSelf()
|