HomeSort by relevance Sort by last modified time
    Searched refs:ROL64 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.c     [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 346 static inline unsigned long ROL64(unsigned long word, int i)
382 #define ROL64c ROL64
389 #define ROL64(x, y) \
  /external/dropbear/libtomcrypt/
crypt.tex 297 \index{ROL} \index{ROR} \index{ROL64} \index{ROR64} \index{ROLc} \index{RORc} \index{ROL64c} \index{ROR64c}
307 \hline ROL64(x, y) & {\bf unsigned long} x, {\bf unsigned long} y & $x << y, 0 \le y \le 63$ \\
    [all...]

Completed in 98 milliseconds