Searched defs:ROR (Results 1 – 6 of 6) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_macros.h | 240 #define ROR(x,n) _lrotr(x,n) macro 255 static inline unsigned ROR(unsigned word, int i) in ROR() function 298 static inline unsigned ROR(unsigned word, int i) in ROR() function 336 #define ROR(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long… macro
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | rotate.js | 47 function ROR(x, sa) { class
|
/external/v8/src/arm/ |
D | constants-arm.h | 290 ROR = 3 << 5, // Rotate right. enumerator
|
/external/chromium_org/v8/src/arm/ |
D | constants-arm.h | 255 ROR = 3 << 5, // Rotate right. enumerator
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 295 ROR, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3150 SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1); in visitOR() local
|