Home
last modified time | relevance | path

Searched refs:nCRC (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/sal/qa/rtl/crc32/
H A Drtl_crc32.cxx54 sal_uInt32 nCRC = 0; in rtl_crc32_001() local
59 nCRC = rtl_crc32(nCRC, buf, num); in rtl_crc32_001()
61 CPPUNIT_ASSERT_MESSAGE("empty crc buffer", nCRC == 0); in rtl_crc32_001()
66 sal_uInt32 nCRC = 0; in rtl_crc32_002() local
71 nCRC = rtl_crc32(nCRC, buf, num); in rtl_crc32_002()
73 CPPUNIT_ASSERT_MESSAGE("buffer contain 2 empty bytes, crc is zero", nCRC != 0); in rtl_crc32_002()
78 sal_uInt32 nCRC = 0; in rtl_crc32_002_1() local
83 nCRC = rtl_crc32(nCRC, buf, num); in rtl_crc32_002_1()
85 CPPUNIT_ASSERT_MESSAGE("buffer contain 3 empty bytes, crc is zero", nCRC != 0); in rtl_crc32_002_1()
/aoo4110/main/package/source/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()
/aoo4110/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()
/aoo4110/main/svtools/bmpmaker/
H A Dbmpsum.cxx379 sal_uInt64 nCRC = 0; in ProcessFileList() local
388 nCRC = GetCRC( aBmpEx ); in ProcessFileList()
399 nCRC = GetCRC( aBmpEx ); in ProcessFileList()
408 if( nCRC ) in ProcessFileList()
410 …:std::map< sal_uInt64, ::std::vector< ByteString > >::iterator aFound( aFileNameMap.find( nCRC ) ); in ProcessFileList()
417 aFileNameMap[ nCRC ] = aVector; in ProcessFileList()
424 aFileNameMap[ nCRC ] = aVector; in ProcessFileList()
/aoo4110/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()
/aoo4110/main/tools/source/zcodec/
H A Dzcodec.cxx372 void ZCodec::SetCRC( sal_uIntPtr nCRC ) in SetCRC() argument
374 mnCRC = nCRC; in SetCRC()
/aoo4110/main/package/inc/
H A DCRC32.hxx35 sal_uInt32 nCRC; member in CRC32
H A DZipFile.hxx100 …d getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_Int32 *nCRC );
/aoo4110/main/offapi/com/sun/star/setup/
H A DDownloadAction.idl42 long nCRC;

Completed in 105 milliseconds