Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/zcodec/
H A Dzcodec.cxx189 mnCRC = UpdateCRC( mnCRC, mpInBuf, nInToRead ); in Decompress()
262 mnCRC = UpdateCRC( mnCRC, mpInBuf, nInToRead ); in Read()
321 mnCRC = UpdateCRC( mnCRC, mpInBuf, nInToRead ); in ReadAsynchron()
350 mnCRC = UpdateCRC( mnCRC, mpOutBuf, nAvail ); in ImplWriteBack()
461 sal_uIntPtr ZCodec::UpdateCRC ( sal_uIntPtr nLatestCRC, sal_uIntPtr nNumber ) in UpdateCRC() function in ZCodec
472 sal_uIntPtr ZCodec::UpdateCRC ( sal_uIntPtr nLatestCRC, sal_uInt8* pSource, long nDatSize) in UpdateCRC() function in ZCodec
/aoo4110/main/tools/inc/tools/
H A Dzcodec.hxx110 sal_uIntPtr UpdateCRC( sal_uIntPtr nLatestCRC, sal_uIntPtr nSource );
111 sal_uIntPtr UpdateCRC( sal_uIntPtr nLatestCRC, sal_uInt8* pSource, long nDatSize );

Completed in 23 milliseconds