Home
last modified time | relevance | path

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

/sysdeps/wordsize-32/
A Ddivdi3.c37 #define UDWtype UDItype macro
54 extern UDWtype __udivdi3 (UDWtype u, UDWtype v);
55 extern UDWtype __umoddi3 (UDWtype u, UDWtype v);
57 static UDWtype
58 __udivmoddi4 (UDWtype n, UDWtype d, UDWtype *rp) in __udivmoddi4()
310 __udivmoddi4 (u, v, (UDWtype *) &w); in strong_alias()
317 UDWtype in strong_alias()
318 __udivdi3 (UDWtype u, UDWtype v) in strong_alias()
324 UDWtype in strong_alias()
325 __umoddi3 (UDWtype u, UDWtype v) in strong_alias()
[all …]

Completed in 3 milliseconds