Home | History | Annotate | Download | only in orig

Lines Matching defs:wx

22379       unsigned wx = 0;
22381 wx = wx*10 + c - '0';
22384 testcase( wx>0x7fffffff );
22385 width = wx & 0x7fffffff;