Searched refs:CRC_UINT32_SWAP (Results 1 – 2 of 2) sorted by relevance
41 #define CRC_UINT32_SWAP(v) ((v >> 24) | ((v >> 8) & 0xFF00) | ((v << 8) & 0xFF0000) | (v << 24)) macro48 v = CRC_UINT32_SWAP(v); in CrcUpdateT1_BeT4()60 v = CRC_UINT32_SWAP(v); in CrcUpdateT1_BeT4()
18 #define CRC_UINT32_SWAP(v) ((v >> 24) | ((v >> 8) & 0xFF00) | ((v << 8) & 0xFF0000) | (v << 24)) macro79 g_CrcTable[i] = CRC_UINT32_SWAP(x); in CrcGenerateTable()