Home
last modified time | relevance | path

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

/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx61 sal_uInt32 rotl( sal_uInt32 nValue, sal_uInt32 nBits ) in rotl() function in NIST_Hash
78 e += rotl(a,5); in subRound()
87 b = rotl( b, 30 ); in subRound()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx62 sal_uInt32 rotl( sal_uInt32 nValue, sal_uInt32 nBits ) in rotl() function in NIST_Hash
79 e += rotl(a,5); in subRound()
88 b = rotl( b, 30 ); in subRound()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx107 static sal_uInt32 rotl(sal_uInt32 value, sal_uInt32 bits) in rotl() function in __anon0a126d8b0111::NistHash
125 e += rotl(a, 5); in subRound()
139 b = rotl(b, 30); in subRound()

Completed in 24 milliseconds