HomeSort by relevance Sort by last modified time
    Searched refs:CRC_UINT64_SWAP (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
XzCrc64Opt.c 36 #define CRC_UINT64_SWAP(v) \
52 v = CRC_UINT64_SWAP(v);
66 return CRC_UINT64_SWAP(v);
XzCrc64.c 15 #define CRC_UINT64_SWAP(v) \
80 g_Crc64Table[i] = CRC_UINT64_SWAP(x);

Completed in 667 milliseconds