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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c1223 Bool foundFree; local in function:FindColor
1229 foundFree = FALSE;
1259 else if (!foundFree && pent->refcnt == 0)
1262 foundFree = TRUE;
1282 if (!foundFree)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c764 Bool foundFree; local in function:FindColor
770 foundFree = FALSE;
796 else if (!foundFree && pent->refcnt == 0) {
798 foundFree = TRUE;
817 if (!foundFree)

Completed in 8 milliseconds