Home
last modified time | relevance | path

Searched refs:numRI (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dregion.c1147 int numRI; /* Number of entries used in ri */ in RegionValidate() local
1193 numRI = 1; in RegionValidate()
1210 for (j = numRI, rit = ri; --j >= 0; rit++) { in RegionValidate()
1247 if (sizeRI == numRI) { in RegionValidate()
1254 rit = &ri[numRI]; in RegionValidate()
1256 numRI++; in RegionValidate()
1261 if (!RegionRectAlloc(&rit->reg, (i + numRI) / numRI)) /* MUST force allocation */ in RegionValidate()
1269 for (j = numRI, rit = ri; --j >= 0; rit++) { in RegionValidate()
1283 while (numRI > 1) { in RegionValidate()
1284 int half = numRI / 2; in RegionValidate()
[all …]