Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/include/gfdFile/
DgfdFileIO.h155 if (!(GFD_HEADER_MAGIC == GFD_SWAP_8_IN_32(magic))) in GFDCheckHeaderMagicVersions()
181 if (!(GFD_BLOCK_HEADER_MAGIC == GFD_SWAP_8_IN_32(magic))) in GFDCheckBlockHeaderMagicVersions()
/CafeSDK-2.12.13-1/system/include/cafe/gfd/
DgfdInterface.h32 #define GFD_SWAP_8_IN_32(x) ((((x)>>24)&0xff)|(((x)>>8)&0xff00)|(((x)<<8)&0xff0000)|(((x)<<24)&0xff… macro
61 *pData = GFD_SWAP_8_IN_32(*pData); in GFDEndianSwap8in32()
/CafeSDK-2.12.13-1/system/src/lib/gfd/headers/cafe/gfd/
DgfdInterface.h32 #define GFD_SWAP_8_IN_32(x) ((((x)>>24)&0xff)|(((x)>>8)&0xff00)|(((x)<<8)&0xff0000)|(((x)<<24)&0xff… macro
61 *pData = GFD_SWAP_8_IN_32(*pData); in GFDEndianSwap8in32()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileIO.cpp28 header.magic = GFD_SWAP_8_IN_32(GFD_HEADER_MAGIC); in GFDWriteFileHeader()
42 blockHeader.magic = GFD_SWAP_8_IN_32(GFD_BLOCK_HEADER_MAGIC); in GFDWriteFileBlockHeader()
DgfdFileShader.cpp840 vshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderVSH()
1010 pshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderPSH()
1181 gshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderGSH()
1384 vshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderCSH()