ZYAN_DIV64
# define ZYAN_DIV64(n, divisor) do_div(n, divisor)
# define ZYAN_DIV64(n, divisor) (n /= divisor)