Home
last modified time | relevance | path

Searched refs:cdst (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Misc.h146 __bytereversed u32 *cdst = (__bytereversed u32 *) dst; in GX2CopyEndianSwap() local
147 for(i=0; i<(byteLen>>2); i++) cdst[i] = csrc[i]; in GX2CopyEndianSwap()
151 u32* cdst = (u32*)dst; in GX2CopyEndianSwap() local
155 cdst[i] = GX2_SWAP_8_IN_32(csrc[i]); in GX2CopyEndianSwap()