Home
last modified time | relevance | path

Searched refs:__RBIT (Results 1 – 17 of 17) sorted by relevance

/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcmsis_iccarm.h281 #if defined(__RBIT)
282 #undef __RBIT
401 #define __RBIT __iar_builtin_RBIT macro
502 #define __RBIT __cmsis_iar_rbit_not_active macro
524 #undef __RBIT
542 __STATIC_INLINE uint32_t __RBIT(uint32_t v) in __RBIT() function
A Dcmsis_armcc.h532 #define __RBIT __rbit macro
534 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT() function
A Dcmsis_armclang.h941 #define __RBIT __builtin_arm_rbit macro
A Dcmsis_armclang_ltm.h928 #define __RBIT __builtin_arm_rbit macro
A Dcmsis_gcc.h1048 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT() function
/external/platform/nrfx/drivers/src/
A Dnrfx_egu.c80 uint8_t event_idx = __CLZ(__RBIT(int_mask)); in egu_event_mask_get_and_clear()
167 uint8_t event_idx = __CLZ(__RBIT(event_mask)); in egu_irq_handler()
A Dnrfx_ipc.c153 uint8_t event_idx = __CLZ(__RBIT(bitmask)); in nrfx_ipc_irq_handler()
A Dnrfx_usbd.c849 uint8_t bitpos = __CLZ(__RBIT(ep_waiting)); in usbd_ep_abort_all()
1283 uint8_t bitpos = __CLZ(__RBIT(dataepstatus)); in ev_epdata_handler()
1312 return __CLZ(__RBIT(req)); in usbd_dma_scheduler_algorithm()
1629 uint8_t event_nr = __CLZ(__RBIT(to_process)); in nrfx_usbd_irq_handler()
1644 uint8_t event_nr = __CLZ(__RBIT(active)); in nrfx_usbd_irq_handler()
A Dnrfx_saadc.c794 uint8_t channel = __CLZ(__RBIT((uint32_t)limits_activated)); in saadc_event_limits_handle()
/external/arch/arm/arm-m/CMSIS/Include/
A Dcmsis_iccarm.h300 #if defined(__RBIT)
301 #undef __RBIT
432 #define __RBIT __iar_builtin_RBIT macro
533 #define __RBIT __cmsis_iar_rbit_not_active macro
555 #undef __RBIT
573 __STATIC_INLINE uint32_t __RBIT(uint32_t v) in __RBIT() function
A Dcmsis_armcc.h259 #define __RBIT __rbit macro
261 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT() function
A Dcmsis_armclang.h287 #define __RBIT __builtin_arm_rbit macro
A Dcmsis_armclang_ltm.h285 #define __RBIT __builtin_arm_rbit macro
A Dcmsis_gcc.h376 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT() function
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dcore_cmInstr.h183 #define __RBIT __rbit macro
487 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT() function
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/
A Dstm32f7xx.h170 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_cryp_ex.c928 hcryp->Instance->DR = __RBIT(headerlength >> 32); in HAL_CRYPEx_AESGCM_Finish()
929 hcryp->Instance->DR = __RBIT(headerlength); in HAL_CRYPEx_AESGCM_Finish()
930 hcryp->Instance->DR = __RBIT(inputlength >> 32); in HAL_CRYPEx_AESGCM_Finish()
931 hcryp->Instance->DR = __RBIT(inputlength); in HAL_CRYPEx_AESGCM_Finish()

Completed in 48 milliseconds