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

  /src/sys/arch/amiga/dev/
grf_cv3d.c 1673 #define HWC_SIZE 1024
1839 test = HWC_OFF / HWC_SIZE;
1931 image = malloc(HWC_SIZE, M_TEMP, M_WAITOK);
1932 mask = image + HWC_SIZE/2;
grf_cv.c 332 #define HWC_SIZE 1024
334 static unsigned short cv_cursor_storage[HWC_SIZE/2];
384 for (i = 0; i < HWC_SIZE / sizeof(long); i++)
1977 test = HWC_OFF / HWC_SIZE;
2070 image = malloc(HWC_SIZE, M_TEMP, M_WAITOK);
2071 mask = image + HWC_SIZE/2;

Completed in 14 milliseconds