Searched refs:SL_FLOOR (Results 1 – 2 of 2) sorted by relevance
84 #define SL_FLOOR(n, i) ((n / i) * i) macro
87 #define SL_FLOOR(n, i) ((n / i) * i) macro