Searched refs:LSR32 (Results 1 – 2 of 2) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcphashsha256px.c | 81 #define SIG0(x) (ROR32((x), 7) ^ ROR32((x),18) ^ LSR32((x), 3)) 82 #define SIG1(x) (ROR32((x),17) ^ ROR32((x),19) ^ LSR32((x),10))
|
D | owncp.h | 623 #define LSR32(x,nBits) ((x)>>(nBits)) macro 632 # define ROR32(x, nBits) (LSR32((x),(nBits)) | LSL32((x),32-(nBits)))
|