Searched refs:area (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_memory.c | 51 drm_alloc(size_t size, int area) argument 53 _NOTE(ARGUNUSED(area)) 59 drm_calloc(size_t nmemb, size_t size, int area) argument 61 _NOTE(ARGUNUSED(area)) 67 drm_realloc(void *oldpt, size_t oldsize, size_t size, int area) argument 69 _NOTE(ARGUNUSED(area)) 86 drm_free(void *pt, size_t size, int area) argument 88 _NOTE(ARGUNUSED(area))
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_memory.c | 55 drm_alloc(size_t size, int area) argument 57 _NOTE(ARGUNUSED(area)) 63 drm_calloc(size_t nmemb, size_t size, int area) argument 65 _NOTE(ARGUNUSED(area)) 71 drm_realloc(void *oldpt, size_t oldsize, size_t size, int area) argument 73 _NOTE(ARGUNUSED(area)) 90 drm_free(void *pt, size_t size, int area) argument 92 _NOTE(ARGUNUSED(area))
|
/solaris-x11-s11/open-src/util/build-tools/ |
H A D | find-build-errors | 370 'Entries that differ between manifests and proto area:') 380 $compare2 =~ s{^\s+proto area }{}; 400 # We don't expect files in proto area to be chowned/chgrped 406 # We don't expect files in proto area to be setuid/setgid
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | DPSScrollW.c | 691 /* Set the initial dirty area to everything */ 830 unsigned area = (w * h); local 833 if (area > (unsigned)dsw->sw.pixmap_limit) return None; 835 && area > (unsigned)(dsw->sw.unscaled_width * dsw->sw.unscaled_height) 836 && area > (unsigned)(wid->core.width * wid->core.height)) return None; 840 if (area * dBytes > (unsigned)dsw->sw.absolute_pixmap_limit * 1024) { 1050 /* Copy current drawing area to scratch */ 1059 /* Construct a rectangle of the drawing area */ 1069 /* Subtract the area of the drawing from the current drawing list */ 1076 /* Now intersect the rectangle with the current drawing area */ [all...] |
Completed in 633 milliseconds