uint32_t __uint32_mod_asgn(uint32_t *dividend,
uint32_t divisor);__uint32_mod_asgn updates the 32-bit unsigned integer pointed to by dividend by assigning it the remainder after division of dividend by divisor. The remainder is returned as the result.