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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPCache.c641 int x, y, w, h, ntotal, granularity, width, height, i; local in function:XAAInitPixmapCache
778 ntotal = Num128 + (Num256<<2) + (Num512<<4);
780 Target512 = ntotal >> 5;
782 if(!Target512) Target256 = ntotal >> 3;
783 else Target256 = ntotal >> 4;

Completed in 4 milliseconds