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

  /src/sys/dev/ic/
dc503reg.h 100 #define PCC_CURSOR_SIZE 16
  /src/sys/arch/vax/vsa/
smg.c 162 uint16_t ss_curimg[PCC_CURSOR_SIZE];
163 uint16_t ss_curmask[PCC_CURSOR_SIZE];
458 pos->x = pos->y = PCC_CURSOR_SIZE;
537 wdc->size.x = wdc->size.y = PCC_CURSOR_SIZE;
554 uint16_t curfg[PCC_CURSOR_SIZE], curmask[PCC_CURSOR_SIZE];
568 if (wdc->size.x != PCC_CURSOR_SIZE ||
569 wdc->size.y != PCC_CURSOR_SIZE)
622 for (i = 0; i < PCC_CURSOR_SIZE; i++)
624 for (i = 0; i < PCC_CURSOR_SIZE; i++
    [all...]

Completed in 13 milliseconds