Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/riva/
H A Dfbdev.c666 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()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h770 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()