Searched refs:SUM0 (Results 1 – 2 of 2) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcphashsha256px.c | 78 #define SUM0(x) (ROR32((x), 2) ^ ROR32((x),13) ^ ROR32((x),22)) macro 93 v[(7-i)&7] += SUM0(v[(0-i)&7]) + MAJ(v[(0-i)&7], v[(1-i)&7], v[(2-i)&7]) 97 Ipp32u _T2 = SUM0((A)) + MAJ((A),(B),(C)); \
|
D | pcphashsha512px.c | 79 #define SUM0(x) (ROR64((x),28) ^ ROR64((x),34) ^ ROR64((x),39)) macro 94 v[(7-i)&7] += SUM0(v[(0-i)&7]) + MAJ(v[(0-i)&7], v[(1-i)&7], v[(2-i)&7]) 98 Ipp64u _T2 = SUM0((A)) + MAJ((A),(B),(C)); \
|