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) \
51 v = CRC_UINT64_SWAP(v);
63 v = CRC_UINT64_SWAP(v);
XzCrc64.c 15 #define CRC_UINT64_SWAP(v) \
84 g_Crc64Table[i] = CRC_UINT64_SWAP(x);

Completed in 34 milliseconds