Home
last modified time | relevance | path

Searched defs:divides (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dfunctional.hpp69 struct divides { struct
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.c168 #define divides(a, b) ((!(a) || (b)%(a)) ? 0 : 1) macro
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.c170 #define divides(a, b) ((!(a) || (b)%(a)) ? 0 : 1) macro

Completed in 10 milliseconds