Lines Matching defs:xf86NumEntities
55 int xf86NumEntities = 0;
300 xf86NumEntities++;
302 xf86NumEntities, sizeof(EntityPtr));
303 xf86Entities[xf86NumEntities - 1] = xnfcalloc(1, sizeof(EntityRec));
304 xf86Entities[xf86NumEntities - 1]->entityPrivates =
306 return xf86NumEntities - 1;
340 for (i = 0; i < xf86NumEntities; i++) {
374 if (entityIndex == -1 || entityIndex >= xf86NumEntities)
456 if (entityIndex >= xf86NumEntities)
473 if (entityIndex >= xf86NumEntities)
501 if (entityIndex >= xf86NumEntities)
526 if (entityIndex >= xf86NumEntities)
542 if (entityIndex >= xf86NumEntities ||
579 if (entityIndex < xf86NumEntities) {
590 if (entityIndex < xf86NumEntities) {
598 if (entityIndex < xf86NumEntities) {
609 if (entityIndex < xf86NumEntities) {
617 if (entityIndex < xf86NumEntities) {
628 if (entityIndex < xf86NumEntities) {
636 if (entityIndex < xf86NumEntities) {
653 for (i = 0; i < xf86NumEntities; i++) {
667 if (entityIndex >= xf86NumEntities || privIndex >= xf86EntityPrivateCount)