Lines Matching defs:c32
252 CARD32 *c32;
275 to.c32 = &masks->ctrlsNotifyMask;
280 to.c32 = &masks->iStateNotifyMask;
285 to.c32 = &masks->iMapNotifyMask;
328 to.c32[0] = 0;
336 to.c32[0] = ~0;
350 CHK_MASK_MATCH(ndx, from.c32[0], from.c32[1]);
351 CHK_MASK_LEGAL(ndx, from.c32[0], legal);
352 to.c32[0] &= ~from.c32[0];
353 to.c32[0] |= (from.c32[0] & from.c32[1]);