Searched refs:crc_table (Results 1 – 2 of 2) sorted by relevance
36 sal_uInt32 PngHelper::crc_table[256]; member in PngHelper54 crc_table[n] = c; in initCRCTable()71 nCRC = crc_table[(nCRC ^ i_pBuf[n]) & 0xff] ^ (nCRC >> 8); in updateCRC()
32 static sal_uInt32 crc_table[ 256 ]; member in pdfi::PngHelper
Completed in 13 milliseconds