Searched refs:UDWtype (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | libgcc.c | 9 typedef unsigned long long UDWtype; typedef 35 UDWtype 36 __udivmoddi4 (UDWtype n, UDWtype d, UDWtype *rp); 147 UDWtype 148 __udivmoddi4 (UDWtype n, UDWtype d, UDWtype *rp) in __udivmoddi4() 375 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0); in __divdi3() 420 (void) __udivmoddi4 (uu.ll, vv.ll, (UDWtype*)&w); in __moddi3() 445 UDWtype 446 __udivdi3 (UDWtype n, UDWtype d) in __udivdi3() 448 return __udivmoddi4 (n, d, (UDWtype *) 0); in __udivdi3() [all …]
|
| H A D | longlong.h | 31 #define UDWtype UDItype macro
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | libgcc2.h | 60 #define UDWtype UTItype macro 75 #define UDWtype UDItype macro 90 #define UDWtype USItype macro 105 #define UDWtype UHItype macro
|