| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | core_cmInstr.h | 160 #define __ROR __ror macro 461 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /external/arch/arm/arm-m/CMSIS/Include/ |
| A D | cmsis_armcc.h | 238 #define __ROR __ror macro 880 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 882 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|
| A D | cmsis_armclang.h | 241 #define __REV16(value) __ROR(__REV(value), 16) 260 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function 1487 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 1489 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|
| A D | cmsis_iccarm.h | 441 #define __ROR __iar_builtin_ROR macro 648 __IAR_FT uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function 998 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 1000 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|
| A D | cmsis_armclang_ltm.h | 239 #define __REV16(value) __ROR(__REV(value), 16) 258 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function 1912 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2)) 1914 #define __SXTAB16_RORn(ARG1, ARG2, ARG3) __SXTAB16(ARG1, __ROR(ARG2, ARG3))
|
| A D | cmsis_gcc.h | 349 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function 1998 result = __SXTB16(__ROR(op1, rotate)) ; in __SXTB16_RORn() 2017 result = __SXTAB16(op1, __ROR(op2, rotate)); in __SXTAB16_RORn()
|
| /external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
| A D | cmsis_armclang.h | 895 #define __REV16(value) __ROR(__REV(value), 16) 914 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function 1453 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
|
| A D | cmsis_armcc.h | 511 #define __ROR __ror macro 879 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
|
| A D | cmsis_iccarm.h | 410 #define __ROR __iar_builtin_ROR macro 617 __IAR_FT uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function 966 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
|
| A D | cmsis_armclang_ltm.h | 882 #define __REV16(value) __ROR(__REV(value), 16) 901 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function 1879 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
|
| A D | cmsis_gcc.h | 1021 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_hal_cryp_ex.c | 938 hcryp->Instance->DR = __ROR((uint32_t)(headerlength >> 32), 16); in HAL_CRYPEx_AESGCM_Finish() 939 hcryp->Instance->DR = __ROR((uint32_t)headerlength, 16); in HAL_CRYPEx_AESGCM_Finish() 940 hcryp->Instance->DR = __ROR((uint32_t)(inputlength >> 32), 16); in HAL_CRYPEx_AESGCM_Finish() 941 hcryp->Instance->DR = __ROR((uint32_t)inputlength, 16); in HAL_CRYPEx_AESGCM_Finish()
|