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

/linux-master/drivers/video/fbdev/riva/
H A Dfbdev.c666 hEnd, hTotal, height, vDisplay, vStart, vEnd, vTotal, dotClock; local
693 vEnd = info->var.yres + info->var.lower_margin +
708 vEnd = vTotal - 2;
734 newmode.crtc[0x11] = SetBitField (vEnd, 3: 0, 3:0)
/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h770 const BYTE* const vEnd = MIN( ip + (mEnd - match), iEnd); local
771 size_t const matchLength = ZSTD_count(ip, match, vEnd);

Completed in 162 milliseconds