Searched refs:divmod_s32s32_rem (Results 1 – 3 of 3) sorted by relevance
53 static inline int32_t divmod_s32s32_rem(int32_t a, int32_t b, int32_t *rem) { in divmod_s32s32_rem() function
101 int32_t divmod_s32s32_rem_unsafe(int32_t a, int32_t b, int32_t *rem) { return divmod_s32s32_rem(a, … in divmod_s32s32_rem_unsafe()