Lines Matching refs:b2
245 xBellFeedbackState *b2;
247 b2 = (xBellFeedbackState *) * buf;
248 b2->class = BellFeedbackClass;
249 b2->length = sizeof(xBellFeedbackState);
250 b2->id = b->ctrl.id;
251 b2->percent = b->ctrl.percent;
252 b2->pitch = b->ctrl.pitch;
253 b2->duration = b->ctrl.duration;
255 swaps(&b2->length, n);
256 swaps(&b2->pitch, n);
257 swaps(&b2->duration, n);