Searched refs:nLatestCRC (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/tools/source/zcodec/ |
H A D | zcodec.cxx | 461 sal_uIntPtr ZCodec::UpdateCRC ( sal_uIntPtr nLatestCRC, sal_uIntPtr nNumber ) in UpdateCRC() argument 467 return rtl_crc32( nLatestCRC, &nNumber, 4 ); in UpdateCRC() 472 sal_uIntPtr ZCodec::UpdateCRC ( sal_uIntPtr nLatestCRC, sal_uInt8* pSource, long nDatSize) in UpdateCRC() argument 474 return rtl_crc32( nLatestCRC, pSource, nDatSize ); in UpdateCRC()
|
/aoo42x/main/tools/inc/tools/ |
H A D | zcodec.hxx | 110 sal_uIntPtr UpdateCRC( sal_uIntPtr nLatestCRC, sal_uIntPtr nSource ); 111 sal_uIntPtr UpdateCRC( sal_uIntPtr nLatestCRC, sal_uInt8* pSource, long nDatSize );
|
Completed in 30 milliseconds