Home | History | Annotate | Download | only in i18n

Lines Matching refs:ROUNDDOWN

122   /* ROUNDDOWN -- round an integer down to a multiple of n            */
123 #define ROUNDDOWN(i, n) (((i)/n)*n)