Searched refs:io_rCRC (Results 1 – 2 of 2) sorted by relevance
64 void PngHelper::updateCRC( sal_uInt32& io_rCRC, const sal_uInt8* i_pBuf, size_t i_nLen ) in updateCRC() argument69 sal_uInt32 nCRC = io_rCRC; in updateCRC()72 io_rCRC = nCRC; in updateCRC()
52 static void updateCRC( sal_uInt32& io_rCRC, const sal_uInt8* i_pBuf, size_t i_nLen );
Completed in 12 milliseconds