Home
last modified time | relevance | path

Searched refs:_updateFunc (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/Common/
DCrcReg.cpp30 CRC_FUNC _updateFunc; member in CCrcHasher
44 _updateFunc = g_CrcUpdate; in SetFunctions()
47 _updateFunc = CrcUpdateT1; in SetFunctions()
51 _updateFunc = g_CrcUpdateT4; in SetFunctions()
58 _updateFunc = g_CrcUpdateT8; in SetFunctions()
89 _crc = _updateFunc(_crc, data, size, g_CrcTable); in STDMETHODIMP_()