Home
last modified time | relevance | path

Searched refs:__ROR (Results 1 – 12 of 12) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dcore_cmInstr.h160 #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 Dcmsis_armcc.h238 #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 Dcmsis_armclang.h241 #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 Dcmsis_iccarm.h441 #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 Dcmsis_armclang_ltm.h239 #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 Dcmsis_gcc.h349 __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 Dcmsis_armclang.h895 #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 Dcmsis_armcc.h511 #define __ROR __ror macro
879 #define __SXTB16_RORn(ARG1, ARG2) __SXTB16(__ROR(ARG1, ARG2))
A Dcmsis_iccarm.h410 #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 Dcmsis_armclang_ltm.h882 #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 Dcmsis_gcc.h1021 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_cryp_ex.c938 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()

Completed in 671 milliseconds