HomeSort by: relevance | last modified time | path
    Searched refs:TRANX (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/qbus/
qduser.h 154 #define TRANX(x) ( -(((int)(x)+CURS_MIN_X) & ~0x0003) | \
qd.c 1174 dga->x_cursor = TRANX(pos->x);
1868 dga->x_cursor = TRANX(cursor[unit].x);
1881 dga->x_cursor = TRANX(cursor[unit].x);
1906 dga->x_cursor = TRANX(cursor[unit].x);
1919 dga->x_cursor = TRANX(cursor[unit].x);
1928 dga->x_cursor = TRANX(cursor[unit].x);
1938 dga->x_cursor = TRANX(cursor[unit].x);
2011 dga->x_cursor = TRANX(cursor[unit].x);
2477 dga->x_cursor = TRANX(eqh->curs_pos.x);
2652 dga->x_cursor = TRANX(eqh->curs_pos.x)
    [all...]
  /src/sys/arch/vax/include/
qduser.h 161 #define TRANX(x) ( -(((int)(x)+CURS_MIN_X) & ~0x0003) | \

Completed in 16 milliseconds