Searched refs:lclRotateLeft (Results 1 – 2 of 2) sorted by relevance
/trunk/main/oox/source/core/ |
H A D | binarycodec.cxx | 44 inline void lclRotateLeft( Type& rnValue, size_t nBits ) in lclRotateLeft() function 52 inline void lclRotateLeft( Type& rnValue, size_t nBits, size_t nWidth ) in lclRotateLeft() function 81 lclRotateLeft( nKeyBase, 1 ); in lclGetKey() 85 lclRotateLeft( nKeyEnd, 1 ); in lclGetKey() 105 lclRotateLeft( cChar, nRot, 15 ); in lclGetHash() 177 lclRotateLeft( *pnKeyChar, nRotateSize ); in initKey() 247 lclRotateLeft( *pnDestData, 3 ); in decode()
|
/trunk/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 52 inline void lclRotateLeft( Type& rnValue, int nBits ) in lclRotateLeft() function 62 inline void lclRotateLeft( Type& rnValue, sal_uInt8 nBits, sal_uInt8 nWidth ) in lclRotateLeft() function 91 lclRotateLeft( nKeyBase, 1 ); in lclGetKey() 95 lclRotateLeft( nKeyEnd, 1 ); in lclGetKey() 115 lclRotateLeft( cChar, nRot, 15 ); in lclGetHash() 168 lclRotateLeft( *pnKeyChar, mnRotateDistance ); in InitKey() 220 lclRotateLeft( *pnData, 3 ); in Decode()
|
Completed in 11 milliseconds