Home | History | Annotate | Download | only in pub

Lines Matching defs:UInt

55 typedef  unsigned int    UInt;
63 typedef UInt U128[4];
66 typedef UInt U256[8];
73 UInt w32[4];
110 static inline UInt toUInt ( Long x ) {
112 return (UInt)x;
116 typedef UInt Addr32;
195 UInt w = (UInt)p;
199 UInt w = (UInt)n;