Lines Matching refs:retVal
475 union swap_u32 retVal, swapper;
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];
483 return retVal.i;
492 union swap_u32 retVal, swapper;
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];
500 return retVal.i;