Home
last modified time | relevance | path

Searched refs:vEnd (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/riva/
Dfbdev.c671 hEnd, hTotal, height, vDisplay, vStart, vEnd, vTotal, dotClock; in riva_load_video_mode() local
698 vEnd = info->var.yres + info->var.lower_margin + in riva_load_video_mode()
713 vEnd = vTotal - 2; in riva_load_video_mode()
739 newmode.crtc[0x11] = SetBitField (vEnd, 3: 0, 3:0) in riva_load_video_mode()
/linux-5.19.10/lib/zstd/compress/
Dzstd_compress_internal.h644 const BYTE* const vEnd = MIN( ip + (mEnd - match), iEnd); in ZSTD_count_2segments() local
645 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments()