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

  /external/lzma/CPP/Common/
CrcReg.cpp 19 extern CRC_FUNC g_CrcUpdateT8;
57 if (g_CrcUpdateT8)
58 _updateFunc = g_CrcUpdateT8;
  /external/lzma/C/
7zCrc.c 30 CRC_FUNC g_CrcUpdateT8;
85 g_CrcUpdateT8 = CrcUpdateT8;
103 g_CrcUpdateT8 = CrcUpdateT8;
120 g_CrcUpdateT8 = CrcUpdateT1_BeT8;

Completed in 1880 milliseconds