divmod_s32s32_rem() function
Integer divide of two signed 32-bit values, with remainder
Syntax
static inline int32_t divmod_s32s32_rem(int32_t a,
int32_t b,
int32_t *rem);
Return value
Quotient result of dividend/divisor
![]()
static inline int32_t divmod_s32s32_rem(int32_t a, int32_t b, int32_t *rem) {
divmod_s32s32_rem() is called by 1 function and calls 3 functions:
![]()
divmod_s32s32_rem()
divmod_s32s32_rem():
![]()
divmod_s32s32_rem()