Searched refs:vEnd (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/video/fbdev/riva/ |
D | fbdev.c | 671 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-v5.15/lib/zstd/ |
D | compress.c | 942 const BYTE *const vEnd = MIN(ip + (mEnd - match), iEnd); in ZSTD_count_2segments() local 943 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments()
|