Home
last modified time | relevance | path

Searched refs:nCRC (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx372 void ZCodec::SetCRC( sal_uIntPtr nCRC ) in SetCRC() argument
374 mnCRC = nCRC; in SetCRC()
/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx283 sal_uInt32 nCRC = rtl_crc32( 0, &nType, 4 ); in Write() local
286 nCRC = rtl_crc32( nCRC, &aBeg->aData[ 0 ], nDataSize ); in Write()
291 rOStm << nCRC; in Write()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx69 sal_uInt32 nCRC = io_rCRC; in updateCRC() local
71 nCRC = crc_table[(nCRC ^ i_pBuf[n]) & 0xff] ^ (nCRC >> 8); in updateCRC()
72 io_rCRC = nCRC; in updateCRC()
77 sal_uInt32 nCRC = 0xffffffff; in getCRC() local
78 updateCRC( nCRC, i_pBuf, i_nLen ); in getCRC()
79 return nCRC ^ 0xffffffff; in getCRC()
/trunk/main/sal/qa/rtl/crc32/
H A Drtl_crc32.cxx50 sal_uInt32 nCRC = 0; in TEST_F() local
55 nCRC = rtl_crc32(nCRC, buf, num); in TEST_F()
57 ASSERT_TRUE(nCRC == 0) << "empty crc buffer"; in TEST_F()
62 sal_uInt32 nCRC = 0; in TEST_F() local
67 nCRC = rtl_crc32(nCRC, buf, num); in TEST_F()
69 ASSERT_TRUE(nCRC != 0) << "buffer contain 2 empty bytes, crc is zero"; in TEST_F()
74 sal_uInt32 nCRC = 0; in TEST_F() local
79 nCRC = rtl_crc32(nCRC, buf, num); in TEST_F()
81 ASSERT_TRUE(nCRC != 0) << "buffer contain 3 empty bytes, crc is zero"; in TEST_F()
/trunk/main/package/source/package/zipapi/
H A DCRC32.cxx45 : nCRC(0) in CRC32()
54 nCRC=0; in reset()
59 return nCRC & 0xFFFFFFFFL; in getValue()
68 nCRC = crc32(nCRC, (const unsigned char*)b.getConstArray()+off, len ); in updateSegment()
75 nCRC = crc32(nCRC, (const unsigned char*)b.getConstArray(),b.getLength()); in update()
H A DZipFile.cxx646 sal_Int32 nTestSig, nTime, nCRC, nSize, nCompressedSize; in readLOC() local
659 aGrabber >> nCRC; in readLOC()
1024 sal_Int32 nSize = 0, nCRC = 0; in checkSizeAndCRC() local
1029 getSizeAndCRC( aEntry.nOffset, aEntry.nCompressedSize, &nSize, &nCRC ); in checkSizeAndCRC()
1030 return ( aEntry.nSize == nSize && aEntry.nCrc == nCRC ); in checkSizeAndCRC()
1052 …e::getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_Int32 *nCRC ) in getSizeAndCRC() argument
1083 *nCRC = aCRC.getValue(); in getSizeAndCRC()
/trunk/main/package/inc/
H A DZipFile.hxx100 …d getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_Int32 *nCRC );
H A DCRC32.hxx35 sal_uInt32 nCRC; member in CRC32
/trunk/main/offapi/com/sun/star/setup/
H A DDownloadAction.idl42 long nCRC;

Completed in 50 milliseconds