Home
last modified time | relevance | path

Searched refs:top (Results 2626 - 2650 of 2966) sorted by relevance

1...<<101102103104105106107108109110>>...119

/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/
H A Ddelta-v4l2.c737 crop.top = 0; in delta_g_selection()
752 s->r.top = 0; in delta_g_selection()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dgoku_udc.c416 top: in read_fifo()
494 goto top; in read_fifo()
H A Dudc-xilinx.c599 top: in xudc_read_fifo()
649 goto top; in xudc_read_fifo()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Dcxusb.c668 .top = MXL5005S_TOP_25P2,
686 .top = MXL5005S_TOP_25P2,
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c959 .top = MXL5005S_TOP_25P2,
976 .top = MXL5005S_TOP_25P2,
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c1178 grid_top = sel->r.top; in mt9m114_s_exposure_selection()
1180 grid_bottom = sel->r.top + sel->r.height - 1; in mt9m114_s_exposure_selection()
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/
H A Daltera.c985 * ...stack 2 is top address in altera_execute()
990 s32 top = stack[stack_ptr - 3]; in altera_execute() local
1004 pc = top + code_sect; in altera_execute()
1052 * Exchange top with Nth stack value in altera_execute()
1054 * to swap with top element in altera_execute()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Dcxusb.c668 .top = MXL5005S_TOP_25P2,
686 .top = MXL5005S_TOP_25P2,
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c960 .top = MXL5005S_TOP_25P2,
977 .top = MXL5005S_TOP_25P2,
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dgoku_udc.c416 top: in read_fifo()
494 goto top; in read_fifo()
H A Dudc-xilinx.c600 top: in xudc_read_fifo()
650 goto top; in xudc_read_fifo()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dvenc.c356 s->r.top = 0; in venc_g_selection()
379 s->r.top = 0; in venc_s_selection()
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c737 crop.top = 0; in delta_g_selection()
752 s->r.top = 0; in delta_g_selection()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov7251.c1317 sel->r.top = 0; in ov7251_get_selection()
1323 sel->r.top = OV7251_ACTIVE_START_TOP; in ov7251_get_selection()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-comp.c363 reg = CFG_COMP(MT8183, ctx->param, subfrms[index].luma.top); in config_rsz_subfrm()
724 csf_t = CFG_COMP(MT8183, ctx->param, subfrms[index].in.top); in config_ccorr_subfrm()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c1997 cr->top = 0; in vdec_av1_slice_get_crop_info()
2002 cr->left, cr->top, cr->width, cr->height); in vdec_av1_slice_get_crop_info()
/third_party/ffmpeg/libavfilter/
H A Dvf_zscale.c600 src_format.active_region.top = in_slice_start; in graphs_build()
630 alpha_src_format.active_region.top = in_slice_start; in graphs_build()
1083 { "top", 0, 0, AV_OPT_TYPE_CONST, {.i64 = ZIMG_CHROMA_TOP}, 0, 0, FLAGS, "chroma" },
/third_party/backends/backend/
H A Dsm3840_scan.c92 else if (!strcmp (argv[i], "-top")) in main()
123 params.top = topin; in main()
194 DBG (2, "params.top = %f\n", p->top); in setup_scan()
636 /* 1/3" of unscannable area at top... */ in setup_scan()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h323 void (APIENTRY *glFrustum )( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar );
330 void (APIENTRY *glOrtho )( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar );
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc137 " " V8PRIxPTR_FMT ": [top + %3d] <- " V8PRIxPTR_FMT " ; %s", in DebugPrintOutputValue()
146 " " V8PRIxPTR_FMT ": [top + %3d] <- " V8PRIxPTR_FMT in DebugPrintOutputPc()
159 PrintF(trace_scope_->file(), " " V8PRIxPTR_FMT ": [top + %3d] <- ", in DebugPrintOutputObject()
259 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override {
260 for (StackFrameIterator it(isolate, top); !it.done(); it.Advance()) {
791 // from input frame. Compute caller's frame top address. in DoComputeOutputFrames()
1016 // The top address of the frame is computed from the previous frame's top and in DoComputeUnoptimizedFrame()
1134 // The return_value_offset is counted from the top. Here, we compute the in DoComputeUnoptimizedFrame()
1250 // Arguments adaptor can not be top mos in DoComputeArgumentsAdaptorFrame()
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc167 // Find the JavaScript function on the top of the stack. in RUNTIME_FUNCTION()
579 // Find the JavaScript function on the top of the stack. in RUNTIME_FUNCTION()
676 // Find the JavaScript function on the top of the stack. in RUNTIME_FUNCTION()
932 space->limit() == space->top()); in FillUpOneNewSpacePage()
934 static_cast<int>(space->to_space().page_high() - space->top()); in FillUpOneNewSpacePage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndirectTest.cpp836 yCoord <= refCoords.top && in iterate()
1207 yCoord <= refInstancedCoords.top && in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawIndirectTest.cpp781 yCoord <= refCoords.top && in iterate()
1131 yCoord <= refInstancedCoords.top && in iterate()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp1091 const uint32_t called_func_id = call_stack.top(); in ComputeFunctionToEntryPointMapping()
1118 const uint32_t called_func_id = call_stack.top(); in ComputeRecursiveEntryPoints()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL1.cpp447 GLdouble top, in ValidateFrustum()
884 GLdouble top, in ValidateOrtho()
442 ValidateFrustum(const Context *, angle::EntryPoint entryPoint, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) ValidateFrustum() argument
879 ValidateOrtho(const Context *, angle::EntryPoint entryPoint, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) ValidateOrtho() argument

Completed in 78 milliseconds

1...<<101102103104105106107108109110>>...119