Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Udf/
DUdfIn.cpp65 static UInt32 Z7_FASTCALL Crc16Calc(const void *data, size_t size) in Crc16Calc() function
234 if (crc == Crc16Calc(p + 16, (size_t)CrcLen)) in Parse()
/external/lzma/CPP/7zip/Archive/
DExtHandler.cpp96 static UInt32 Crc16Calc(Byte const *data, size_t size) in Crc16Calc() function
1196 UInt32 crc = Crc16Calc(_h.Uuid, sizeof(_h.Uuid)); in Open2()