Searched refs:ASMRotateLeftU32 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-sha1.cpp139 pCtx->AltPrivate.auW[iWord] = ASMRotateLeftU32(u32, 1);
191 pCtx->AltPrivate.auW[iWord] = ASMRotateLeftU32(u32, 1);
275 u32 = ASMRotateLeftU32(u32, 1); \
280 a_uE += ASMRotateLeftU32(a_uA, 5); \
282 a_uB = ASMRotateLeftU32(a_uB, 30); \
310 uint32_t uTemp = ASMRotateLeftU32(uA, 5); \
318 uC = ASMRotateLeftU32(uB, 30); \
330 uint32_t uTemp = ASMRotateLeftU32(uA, 5);
356 uC = ASMRotateLeftU32(uB, 30);
/vbox/include/iprt/
H A Dasm.h4906 DECLINLINE(uint32_t) ASMRotateLeftU32(uint32_t u32, uint32_t cShift) function

Completed in 74 milliseconds