Lines Matching refs:b2
237 xBellFeedbackState *b2; in CopySwapBellFeedback() local
239 b2 = (xBellFeedbackState *) * buf; in CopySwapBellFeedback()
240 b2->class = BellFeedbackClass; in CopySwapBellFeedback()
241 b2->length = sizeof(xBellFeedbackState); in CopySwapBellFeedback()
242 b2->id = b->ctrl.id; in CopySwapBellFeedback()
243 b2->percent = b->ctrl.percent; in CopySwapBellFeedback()
244 b2->pitch = b->ctrl.pitch; in CopySwapBellFeedback()
245 b2->duration = b->ctrl.duration; in CopySwapBellFeedback()
247 swaps(&b2->length); in CopySwapBellFeedback()
248 swaps(&b2->pitch); in CopySwapBellFeedback()
249 swaps(&b2->duration); in CopySwapBellFeedback()