Lines Matching defs:wx
30246 unsigned wx = c - '0';30248 wx = wx*10 + c - '0';30250 testcase( wx>0x7fffffff );30251 width = wx & 0x7fffffff;