Home
last modified time | relevance | path

Searched refs:K3 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx106 const sal_uInt32 K3 = 0x6ED9EBA1; in transform() local
138 subRound( a, b, c, d, e, K3, expand_store( 20 ), 2 ); in transform()
139 subRound( e, a, b, c, d, K3, expand_store( 21 ), 2 ); in transform()
140 subRound( d, e, a, b, c, K3, expand_store( 22 ), 2 ); in transform()
141 subRound( c, d, e, a, b, K3, expand_store( 23 ), 2 ); in transform()
142 subRound( b, c, d, e, a, K3, expand_store( 24 ), 2 ); in transform()
143 subRound( a, b, c, d, e, K3, expand_store( 25 ), 2 ); in transform()
144 subRound( e, a, b, c, d, K3, expand_store( 26 ), 2 ); in transform()
145 subRound( d, e, a, b, c, K3, expand_store( 27 ), 2 ); in transform()
146 subRound( c, d, e, a, b, K3, expand_store( 28 ), 2 ); in transform()
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx107 const sal_uInt32 K3 = 0x6ED9EBA1; in transform() local
139 subRound( a, b, c, d, e, K3, expand_store( 20 ), 2 ); in transform()
140 subRound( e, a, b, c, d, K3, expand_store( 21 ), 2 ); in transform()
141 subRound( d, e, a, b, c, K3, expand_store( 22 ), 2 ); in transform()
142 subRound( c, d, e, a, b, K3, expand_store( 23 ), 2 ); in transform()
143 subRound( b, c, d, e, a, K3, expand_store( 24 ), 2 ); in transform()
144 subRound( a, b, c, d, e, K3, expand_store( 25 ), 2 ); in transform()
145 subRound( e, a, b, c, d, K3, expand_store( 26 ), 2 ); in transform()
146 subRound( d, e, a, b, c, K3, expand_store( 27 ), 2 ); in transform()
147 subRound( c, d, e, a, b, K3, expand_store( 28 ), 2 ); in transform()
[all …]
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx178 sal_uInt32 const K3 = 0x6ED9EBA1; in transform() local
206 subRound(a, b, c, d, e, K3, expand_store(20), 2); in transform()
207 subRound(e, a, b, c, d, K3, expand_store(21), 2); in transform()
208 subRound(d, e, a, b, c, K3, expand_store(22), 2); in transform()
209 subRound(c, d, e, a, b, K3, expand_store(23), 2); in transform()
210 subRound(b, c, d, e, a, K3, expand_store(24), 2); in transform()
211 subRound(a, b, c, d, e, K3, expand_store(25), 2); in transform()
212 subRound(e, a, b, c, d, K3, expand_store(26), 2); in transform()
213 subRound(d, e, a, b, c, K3, expand_store(27), 2); in transform()
214 subRound(c, d, e, a, b, K3, expand_store(28), 2); in transform()
[all …]

Completed in 20 milliseconds