Home
last modified time | relevance | path

Searched refs:__udivmoddi4 (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/lib/builtins/
Dumoddi3.c23 __udivmoddi4(a, b, &r); in __umoddi3()
Ddivdi3.c28 return (__udivmoddi4(a, b, (du_int*)0) ^ s_a) - s_a; /* negate if s_a == -1 */ in __divdi3()
Dmoddi3.c28 __udivmoddi4(a, b, &r); in __moddi3()
Daeabi_uldivmod.S29 bl __udivmoddi4
Dint_lib.h61 du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
Dudivmoddi4.c24 __udivmoddi4(du_int a, du_int b, du_int* rem) in __udivmoddi4() function