Synopsis
int64_t __int64_div_asgn(int64_t *dividend,
                         int64_t divisor);
Description

__int64_div_asgn updates the 64-bit signed integer pointed to by dividend by dividing it by divisor and truncated towards zero. The quotient is returned as the result.