Home | History | Annotate | Download | only in dist

Lines Matching defs:wx

32664           unsigned wx = c - '0';
32666 wx = wx*10 + c - '0';
32668 testcase( wx>0x7fffffff );
32669 width = wx & 0x7fffffff;