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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 240 #define ROR(x,n) _lrotr(x,n)
255 static inline unsigned ROR(unsigned word, int i)
284 #define RORc ROR
298 static inline unsigned ROR(unsigned word, int i)
327 #define RORc ROR
336 #define ROR(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long)(x)<<(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL)
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 43 LSL, LSR, ASR, ROR
  /external/v8/src/arm/
constants-arm.h 290 ROR = 3 << 5, // Rotate right.
292 // RRX is encoded as ROR with shift_imm == 0.
295 // detect it and emit the correct ROR shift operand with shift_imm == 0.

Completed in 75 milliseconds