Lines Matching defs:swapper
471 union swap_u32 retVal, swapper;
473 swapper.i = swappee;
474 retVal.c[2] = swapper.c[3];
475 retVal.c[3] = swapper.c[2];
476 retVal.c[1] = swapper.c[1];
477 retVal.c[0] = swapper.c[0];
488 union swap_u32 retVal, swapper;
490 swapper.i = swappee;
491 retVal.c[2] = swapper.c[2];
492 retVal.c[3] = swapper.c[3];
493 retVal.c[1] = swapper.c[0];
494 retVal.c[0] = swapper.c[1];