Searched refs:LSL32 (Results 1 – 1 of 1) sorted by relevance
624 #define LSL32(x,nBits) ((x)<<(nBits)) macro632 # define ROR32(x, nBits) (LSR32((x),(nBits)) | LSL32((x),32-(nBits)))