Searched defs:ROTL (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcast_lcl.h154 # define ROTL(a,n) (_lrotl(a,n)) macro
156 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) macro
158 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n)))) macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h471 SHL, SRA, SRL, ROTL, ROTR, FSHL, FSHR, enumerator in enum:llvm::ISD::NodeType

Completed in 127 milliseconds