Home | History | Annotate | Download | only in src

Lines Matching full:ushort

46     ushort y;
47 ushort l;
48 ushort r;
49 ushort Prevl;
50 ushort Prevr;
58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \
59 stack[StIn].l=(ushort)(IL); \
60 stack[StIn].r=(ushort)(IR); \
61 stack[StIn].Prevl=(ushort)(IPL); \
62 stack[StIn].Prevr=(ushort)(IPR); \