Searched refs:cdst (Results 1 – 1 of 1) sorted by relevance
146 __bytereversed u32 *cdst = (__bytereversed u32 *) dst; in GX2CopyEndianSwap() local147 for(i=0; i<(byteLen>>2); i++) cdst[i] = csrc[i]; in GX2CopyEndianSwap()151 u32* cdst = (u32*)dst; in GX2CopyEndianSwap() local155 cdst[i] = GX2_SWAP_8_IN_32(csrc[i]); in GX2CopyEndianSwap()