HomeSort by relevance Sort by last modified time
    Searched defs:ROTR (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/sha/
sha512.c 309 # define ROTR(a,n) ({ SHA_LONG64 ret; \
339 # define ROTR(a,n) ({ SHA_LONG64 ret; \
347 # define ROTR(a,n) _rotr64((a),n)
382 #ifndef ROTR
383 #define ROTR(x,s) (((x)>>s) | (x)<<(64-s))
386 #define Sigma0(x) (ROTR((x),28) ^ ROTR((x),34) ^ ROTR((x),39))
387 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 310 SHL, SRA, SRL, ROTL, ROTR,
    [all...]

Completed in 160 milliseconds