Searched refs:vEnd (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/video/fbdev/riva/ ! |
D | fbdev.c | 666 hEnd, hTotal, height, vDisplay, vStart, vEnd, vTotal, dotClock; in riva_load_video_mode() local 693 vEnd = info->var.yres + info->var.lower_margin + in riva_load_video_mode() 708 vEnd = vTotal - 2; in riva_load_video_mode() 734 newmode.crtc[0x11] = SetBitField (vEnd, 3: 0, 3:0) in riva_load_video_mode()
|
/linux-6.12.1/lib/zstd/compress/ ! |
D | zstd_compress_internal.h | 770 const BYTE* const vEnd = MIN( ip + (mEnd - match), iEnd); in ZSTD_count_2segments() local 771 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments()
|