Searched refs:getCRC (Results 1 – 4 of 4) sorted by relevance
75 sal_uInt32 PngHelper::getCRC( const sal_uInt8* i_pBuf, size_t i_nLen ) in getCRC() function in PngHelper159 sal_uInt32 nChunkCRC = getCRC( (sal_uInt8*)&o_rOutputBuf[nStart+4], nLen-4 ); in endChunk()
53 static sal_uInt32 getCRC( const sal_uInt8* i_pBuf, size_t i_nLen );
1027 return ( getCRC( aEntry.nOffset, aEntry.nSize ) == aEntry.nCrc ); in checkSizeAndCRC()1033 sal_Int32 ZipFile::getCRC( sal_Int32 nOffset, sal_Int32 nSize ) in getCRC() function in ZipFile
98 sal_Int32 getCRC( sal_Int32 nOffset, sal_Int32 nSize );
Completed in 17 milliseconds