Searched refs:GFD_SWAP_8_IN_32 (Results 1 – 5 of 5) sorted by relevance
155 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()
32 #define GFD_SWAP_8_IN_32(x) ((((x)>>24)&0xff)|(((x)>>8)&0xff00)|(((x)<<8)&0xff0000)|(((x)<<24)&0xff… macro61 *pData = GFD_SWAP_8_IN_32(*pData); in GFDEndianSwap8in32()
28 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()
840 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()