Searched refs:_y (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/ps2/
H A Dtouchkit.cc200 const uint16_t _y = (2047.0 / vnc->videoHeight()) * y; local
205 (uint8_t)(_y >> 7), (uint8_t)(_y & 0x7f),
/gem5/src/base/
H A Dstatistics.hh1288 init(size_type _x, size_type _y)
1290 assert(_x > 0 && _y > 0 && "sizes must be positive!");
1297 y = _y;
1299 info->y = _y;

Completed in 11 milliseconds