Home
last modified time | relevance | path

Searched refs:top (Results 1526 - 1550 of 2966) sorted by relevance

1...<<61626364656667686970>>...119

/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dreg_ld_str.c1081 top = (partial_status >> SW_Top_Shift) & 7; in fldenv()
1124 int offset = (top & 7) * 10, other = 80 - offset; in FPU_frstor()
1135 regnr = (i + top) & 7; in FPU_frstor()
1202 int offset = (top & 7) * 10, other = 80 - offset; in fsave()
/kernel/linux/linux-6.6/sound/soc/generic/
H A Dsimple-card-utils.c991 struct device_node *port, *ports, *ports0, *top; in asoc_graph_is_ports0() local
1003 top = of_get_parent(ports); in asoc_graph_is_ports0()
1004 ports0 = of_get_child_by_name(top, "ports"); in asoc_graph_is_ports0()
1011 of_node_put(top); in asoc_graph_is_ports0()
/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp761 const std::vector<std::uint16_t>& top, in ImagePipelineNodeCalibrate()
766 if (bottom.size() >= x_start && top.size() >= x_start) { in ImagePipelineNodeCalibrate()
767 size = std::min(bottom.size() - x_start, top.size() - x_start); in ImagePipelineNodeCalibrate()
775 multiplier_.push_back(65535.0f / (top[i + x_start] - bottom[i + x_start])); in ImagePipelineNodeCalibrate()
759 ImagePipelineNodeCalibrate(ImagePipelineNode& source, const std::vector<std::uint16_t>& bottom, const std::vector<std::uint16_t>& top, std::size_t x_start) ImagePipelineNodeCalibrate() argument
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp299 my = r.top; in OnSize()
307 MoveItem(IDT_BROWSE_FOLDER, r.left, r.top, xLim - r.left, RECT_SIZE_Y(r)); in OnSize()
337 _list.Move(r.left, r.top, xLim - r.left, y - my - yPathSize - my - yPathSize - my - r.top); in OnSize()
/third_party/node/deps/v8/tools/
H A Dwindbg.js298 // .call resets current frame to the top one, so have to manually remember
542 function print_memory_chunk_list(space_type, front, top, age_mark) {
543 let alloc_pos = top ? ` (allocating at: ${top})` : "";
544 let age_mark_pos = age_mark ? ` (age_mark at: ${top})` : "";
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/third_party/node/deps/icu-small/source/i18n/
H A Dzonemeta.cpp282 UResourceBundle *top = ures_openDirect(nullptr, gKeyTypeData, &tmpStatus); in getCanonicalCLDRID() local
283 UResourceBundle *rb = ures_getByKey(top, gTypeMapTag, nullptr, &tmpStatus); in getCanonicalCLDRID()
296 ures_getByKey(top, gTypeAliasTag, rb, &tmpStatus); in getCanonicalCLDRID()
338 ures_close(top); in getCanonicalCLDRID()
/third_party/icu/icu4c/source/i18n/
H A Dzonemeta.cpp281 UResourceBundle *top = ures_openDirect(NULL, gKeyTypeData, &tmpStatus); in getCanonicalCLDRID() local
282 UResourceBundle *rb = ures_getByKey(top, gTypeMapTag, NULL, &tmpStatus); in getCanonicalCLDRID()
295 ures_getByKey(top, gTypeAliasTag, rb, &tmpStatus); in getCanonicalCLDRID()
337 ures_close(top); in getCanonicalCLDRID()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dzonemeta.cpp289 UResourceBundle *top = ures_openDirect(NULL, gKeyTypeData, &tmpStatus); in getCanonicalCLDRID() local
290 UResourceBundle *rb = ures_getByKey(top, gTypeMapTag, NULL, &tmpStatus); in getCanonicalCLDRID()
303 ures_getByKey(top, gTypeAliasTag, rb, &tmpStatus); in getCanonicalCLDRID()
345 ures_close(top); in getCanonicalCLDRID()
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.cpp581 const TagHandler* parent = self->fHandler.top(); in start_element_handler()
604 const TagHandler* child = self->fHandler.top(); in end_element_handler()
609 const TagHandler* parent = self->fHandler.top(); in end_element_handler()
615 const TagHandler* parent = self->fHandler.top(); in end_element_handler()
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.cc584 std::uint32_t top; in GetFullDimension32() local
588 tiff_directory.Get(kPanaTagTopBorder, &top) && in GetFullDimension32()
589 tiff_directory.Get(kPanaTagBottomBorder, &bottom) && bottom > top && in GetFullDimension32()
591 *height = bottom - top; in GetFullDimension32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp683 auto StackElem = CallStack.top(); in HasPreserveFieldInfoCall()
702 // Put the access chain into a stack with the top as the head of the chain. in computeBaseAndAccessKey()
723 auto StackElem = CallStack.top(); in computeBaseAndAccessKey()
802 auto StackElem = CallStack.top(); in computeBaseAndAccessKey()
809 // If the next Call (the top of the stack) is a BPFPreserveFieldInfoAI, in computeBaseAndAccessKey()
812 auto StackElem2 = CallStack.top(); in computeBaseAndAccessKey()
/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c711 long top; member
724 if (pt.y < prc->top) in PointInRect()
732 EXPORT(long top = 20);
808 prect->top = (int)flag + 1; in GetRectangle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp129 margin.top = CalcLength(images_[index].top); in UpdateShowingImageInfo()
406 item->Put("top", image.top.ToString().c_str()); in ImagesToString()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_view.cpp334 titlePadding.top = CalcLength(sheetTheme->GetSubtitleTextMargin()); in BuildSubTitle()
378 margin.top = CalcLength(SHEET_TITLE_AERA_MARGIN); in BuildTitleColumn()
389 titleMargin.top = CalcLength(SHEET_DOUBLE_TITLE_TOP_PADDING); in BuildTitleColumn()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp136 return pattern_ ? pattern_->GetImageData(imageSize.left, imageSize.top, imageSize.width, imageSize.height) in GetImageData()
458 imageData->dirtyY = static_cast<int32_t>(imageSize.top); in GetPixelMap()
483 imageData->dirtyY = static_cast<int32_t>(imageSize.top); in GetImageDataModel()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp359 if (value.top.has_value()) { in WritePaddingProperty()
361 WriteCalcLength(buff, value.top.value()); in WritePaddingProperty()
384 pad.top = ReadCalcLength(buff, cursor); in ReadPaddingProperty()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_delegate_impl_test.cpp195 int32_t top = 1; in HWTEST_F() local
197 EXPECT_EQ(renderDelegate->OnGetRectRelativeToWindow(top, left), ERR_INVALID_DATA); in HWTEST_F()
201 int32_t& /* top */, int32_t& /* left */) { OnGetRectRelativeToWindowEventKey = CHECK_KEY; }; in HWTEST_F()
203 EXPECT_EQ(renderDelegate->OnGetRectRelativeToWindow(top, left), ERR_OK); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h311 float alpha = alphaStack_.top();
314 brush.SetColor(envStack_.top().envForegroundColor_.AsArgbInt());
317 // use alphaStack_.top() to multiply alpha
326 float alpha = alphaStack_.top();
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h270 void SetBorderColor(uint32_t left, uint32_t top, uint32_t right, uint32_t bottom);
273 void SetBorderWidth(float left, float top, float right, float bottom);
276 void SetBorderStyle(uint32_t left, uint32_t top, uint32_t right, uint32_t bottom);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_astc_test.cpp242 rect.top = 1; in HWTEST_F()
248 // -1 means to the top of the distance rect in HWTEST_F()
250 rect.top = -1; in HWTEST_F()
255 rect.top = 1; in HWTEST_F()
/foundation/window/window_manager/dm/src/
H A Doh_display_manager.cpp282 displayRectItem->top = dmRect.posY_; in OH_SetDisplayRect()
320 OH_SetDisplayRect(waterArea.top, &(ohCutoutInfo->waterfallDisplayAreaRects.top)); in OH_SetWaterfallDisplayAreaRects()
/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp337 int top = (winHeight - scaledPixelMapH) / 2; // 2 is the top and bottom boundaries of the win in DoDrawImageRect() local
338 WLOGFD("pixelMap width: %{public}d win height: %{public}d left:%{public}d top:%{public}d.", in DoDrawImageRect()
339 pixelMap->GetWidth(), pixelMap->GetHeight(), left, top); in DoDrawImageRect()
340 RSPixelMapUtil::DrawPixelMap(canvas, *pixelMap, left, top); in DoDrawImageRect()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_pair.cpp289 sptr<WindowNode>& bottom, sptr<WindowNode>& mid, sptr<WindowNode>& top) in CreateOrderedPair()
299 if (top != nullptr) { in CreateOrderedPair()
300 orderedPair.push_back(top); in CreateOrderedPair()
288 CreateOrderedPair( sptr<WindowNode>& bottom, sptr<WindowNode>& mid, sptr<WindowNode>& top) CreateOrderedPair() argument

Completed in 30 milliseconds

1...<<61626364656667686970>>...119