OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ror31
(Results
1 - 1
of
1
) sorted by null
/system/core/libmincrypt/
sha.c
47
static inline uint32_t
ror31
(uint32_t val) {
function
81
(W[t] =
ror31
(W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16])) + \
94
(W[t] =
ror31
(W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16])) + \
110
(W[t] =
ror31
(W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16])) + \
126
(W[t] =
ror31
(W[t-3] ^ W[t-8] ^ W[t-14] ^ W[t-16])) + \
Completed in 53 milliseconds