/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
H A D | delta-v4l2.c | 737 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 D | goku_udc.c | 416 top: in read_fifo() 494 goto top; in read_fifo()
|
H A D | udc-xilinx.c | 599 top: in xudc_read_fifo() 649 goto top; in xudc_read_fifo()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | cxusb.c | 668 .top = MXL5005S_TOP_25P2, 686 .top = MXL5005S_TOP_25P2,
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | af9015.c | 959 .top = MXL5005S_TOP_25P2, 976 .top = MXL5005S_TOP_25P2,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-mt9m114.c | 1178 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 D | altera.c | 985 * ...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 D | cxusb.c | 668 .top = MXL5005S_TOP_25P2, 686 .top = MXL5005S_TOP_25P2,
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | af9015.c | 960 .top = MXL5005S_TOP_25P2, 977 .top = MXL5005S_TOP_25P2,
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | goku_udc.c | 416 top: in read_fifo() 494 goto top; in read_fifo()
|
H A D | udc-xilinx.c | 600 top: in xudc_read_fifo() 650 goto top; in xudc_read_fifo()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | venc.c | 356 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 D | delta-v4l2.c | 737 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 D | ov7251.c | 1317 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 D | mtk-mdp3-comp.c | 363 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 D | vdec_av1_req_lat_if.c | 1997 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 D | vf_zscale.c | 600 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 D | sm3840_scan.c | 92 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 D | gldrv.h | 323 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 D | deoptimizer.cc | 137 " " 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 D | runtime-test.cc | 167 // 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 D | vktDrawIndirectTest.cpp | 836 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 D | vktDrawIndirectTest.cpp | 781 yCoord <= refCoords.top && in iterate() 1131 yCoord <= refInstancedCoords.top && in iterate()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.cpp | 1091 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 D | validationGL1.cpp | 447 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
|