Searched refs:USItype (Results 1 – 2 of 2) sorted by relevance
50 #define UWtype USItype51 #define UHWtype USItype214 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)276 register UDItype __t0 = (UDItype)(USItype)(a) * (USItype)(b); \326 #define __umulsidi3(u,v) ((UDItype)(USItype) (u) * (UDItype)(USItype) (v))329 extern UDItype __umulsidi3 (USItype, USItype);387 USItype __tmp; \795 USItype __q; \850 UDItype __x = (UDItype) (USItype) (u) * (USItype) (v); \1519 #define __umulsidi3(u,v) ((UDItype)(USItype)u*(USItype)v)[all …]
282 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef288 typedef unsigned long USItype; typedef
Completed in 42 milliseconds