Home
last modified time | relevance | path

Searched defs:SUM1 (Results 1 – 2 of 2) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcphashsha256px.c79 #define SUM1(x) (ROR32((x), 6) ^ ROR32((x),11) ^ ROR32((x),25)) macro
Dpcphashsha512px.c80 #define SUM1(x) (ROR64((x),14) ^ ROR64((x),18) ^ ROR64((x),41)) macro