Lines Matching defs:swapper
475 union swap_u32 retVal, swapper;
477 swapper.i = swappee;
478 retVal.c[2] = swapper.c[3];
479 retVal.c[3] = swapper.c[2];
480 retVal.c[1] = swapper.c[1];
481 retVal.c[0] = swapper.c[0];
492 union swap_u32 retVal, swapper;
494 swapper.i = swappee;
495 retVal.c[2] = swapper.c[2];
496 retVal.c[3] = swapper.c[3];
497 retVal.c[1] = swapper.c[0];
498 retVal.c[0] = swapper.c[1];