Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcphashsha256px.c81 #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))
Downcp.h623 #define LSR32(x,nBits) ((x)>>(nBits)) macro
632 # define ROR32(x, nBits) (LSR32((x),(nBits)) | LSL32((x),32-(nBits)))