Home
last modified time | relevance | path

Searched refs:divides (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.c168 #define divides(a, b) ((!(a) || (b)%(a)) ? 0 : 1) macro
1976 divides(ypan, vc->vc_font.height) && vyres > yres; in updatescrollmode_accel()
1978 divides(ywrap, vc->vc_font.height) && in updatescrollmode_accel()
1979 divides(vc->vc_font.height, vyres) && in updatescrollmode_accel()
1980 divides(vc->vc_font.height, yres); in updatescrollmode_accel()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.c170 #define divides(a, b) ((!(a) || (b)%(a)) ? 0 : 1) macro
1946 divides(ypan, vc->vc_font.height) && vyres > yres; in updatescrollmode_accel()
1948 divides(ywrap, vc->vc_font.height) && in updatescrollmode_accel()
1949 divides(vc->vc_font.height, vyres) && in updatescrollmode_accel()
1950 divides(vc->vc_font.height, yres); in updatescrollmode_accel()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dilsp.S86 # or 32-bit divides if possible. Else, use a special math algorithm #
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dilsp.S86 # or 32-bit divides if possible. Else, use a special math algorithm #

Completed in 11 milliseconds