Home
last modified time | relevance | path

Searched refs:RotateLeft (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DMD5Checksum.cpp223 DWORD CMD5Checksum::RotateLeft(DWORD x, int n) in RotateLeft() function in CMD5Checksum
248 A = RotateLeft(A, S); in FF()
268 A = RotateLeft(A, S); in GG()
288 A = RotateLeft(A, S); in HH()
308 A = RotateLeft(A, S); in II()
H A DMD5Checksum.h313 inline DWORD RotateLeft(DWORD x, int n);