Lines Matching defs:wx
31405 unsigned wx = c - '0';31407 wx = wx*10 + c - '0';31409 testcase( wx>0x7fffffff );31410 width = wx & 0x7fffffff;