/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | hash.cxx | 107 const sal_uInt32 K5 = 0x8F1BBCDC; in transform() local 159 subRound( a, b, c, d, e, K5, expand_store( 40 ), 3 ); in transform() 160 subRound( e, a, b, c, d, K5, expand_store( 41 ), 3 ); in transform() 161 subRound( d, e, a, b, c, K5, expand_store( 42 ), 3 ); in transform() 162 subRound( c, d, e, a, b, K5, expand_store( 43 ), 3 ); in transform() 163 subRound( b, c, d, e, a, K5, expand_store( 44 ), 3 ); in transform() 164 subRound( a, b, c, d, e, K5, expand_store( 45 ), 3 ); in transform() 165 subRound( e, a, b, c, d, K5, expand_store( 46 ), 3 ); in transform() 166 subRound( d, e, a, b, c, K5, expand_store( 47 ), 3 ); in transform() 167 subRound( c, d, e, a, b, K5, expand_store( 48 ), 3 ); in transform() [all …]
|
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | hash.cxx | 108 const sal_uInt32 K5 = 0x8F1BBCDC; in transform() local 160 subRound( a, b, c, d, e, K5, expand_store( 40 ), 3 ); in transform() 161 subRound( e, a, b, c, d, K5, expand_store( 41 ), 3 ); in transform() 162 subRound( d, e, a, b, c, K5, expand_store( 42 ), 3 ); in transform() 163 subRound( c, d, e, a, b, K5, expand_store( 43 ), 3 ); in transform() 164 subRound( b, c, d, e, a, K5, expand_store( 44 ), 3 ); in transform() 165 subRound( a, b, c, d, e, K5, expand_store( 45 ), 3 ); in transform() 166 subRound( e, a, b, c, d, K5, expand_store( 46 ), 3 ); in transform() 167 subRound( d, e, a, b, c, K5, expand_store( 47 ), 3 ); in transform() 168 subRound( c, d, e, a, b, K5, expand_store( 48 ), 3 ); in transform() [all …]
|
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | exceptions.cxx | 179 sal_uInt32 const K5 = 0x8F1BBCDC; in transform() local 226 subRound(a, b, c, d, e, K5, expand_store(40), 3); in transform() 227 subRound(e, a, b, c, d, K5, expand_store(41), 3); in transform() 228 subRound(d, e, a, b, c, K5, expand_store(42), 3); in transform() 229 subRound(c, d, e, a, b, K5, expand_store(43), 3); in transform() 230 subRound(b, c, d, e, a, K5, expand_store(44), 3); in transform() 231 subRound(a, b, c, d, e, K5, expand_store(45), 3); in transform() 232 subRound(e, a, b, c, d, K5, expand_store(46), 3); in transform() 233 subRound(d, e, a, b, c, K5, expand_store(47), 3); in transform() 234 subRound(c, d, e, a, b, K5, expand_store(48), 3); in transform() [all …]
|