Home | History | Annotate | Download | only in Xi

Lines Matching refs:p2

126     xPtrFeedbackState *p2;
128 p2 = (xPtrFeedbackState *) * buf;
129 p2->class = PtrFeedbackClass;
130 p2->length = sizeof(xPtrFeedbackState);
131 p2->id = p->ctrl.id;
132 p2->accelNum = p->ctrl.num;
133 p2->accelDenom = p->ctrl.den;
134 p2->threshold = p->ctrl.threshold;
136 swaps(&p2->length, n);
137 swaps(&p2->accelNum, n);
138 swaps(&p2->accelDenom, n);
139 swaps(&p2->threshold, n);