Searched refs:h_inc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/
H A Dfifo_defs.h48 #define h_inc() { \ macro
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_legacy_tv.c434 u16 p1, p2, h_inc; local
516 /* compute h_inc from hsize */
520 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * NTSC_TV_CLOCK_T) /
523 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * PAL_TV_CLOCK_T) /
527 ((u32)h_inc << RADEON_H_INC_SHIFT);
529 DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_getch.c181 h_inc();
184 h_inc();

Completed in 136 milliseconds