Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/fbdev/riva/
Dfbdev.c672 hEnd, hTotal, height, vDisplay, vStart, vEnd, vTotal, dotClock; in riva_load_video_mode() local
699 vEnd = info->var.yres + info->var.lower_margin + in riva_load_video_mode()
714 vEnd = vTotal - 2; in riva_load_video_mode()
740 newmode.crtc[0x11] = SetBitField (vEnd, 3: 0, 3:0) in riva_load_video_mode()
/Linux-v6.1/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()