Home
last modified time | relevance | path

Searched refs:__CLZ (Results 1 – 16 of 16) sorted by relevance

/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcmsis_iccarm.h275 #if defined(__CLZ)
276 #undef __CLZ
390 #define __CLZ __iar_builtin_CLZ macro
499 #define __CLZ __cmsis_iar_clz_not_active macro
521 #undef __CLZ
527 __STATIC_INLINE uint8_t __CLZ(uint32_t data) in __CLZ() function
A Dcmsis_armcc.h558 #define __CLZ __clz macro
A Dcmsis_armclang.h949 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ() function
A Dcmsis_armclang_ltm.h936 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ() function
A Dcmsis_gcc.h1078 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ() 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.h294 #if defined(__CLZ)
295 #undef __CLZ
421 #define __CLZ __iar_builtin_CLZ macro
530 #define __CLZ __cmsis_iar_clz_not_active macro
552 #undef __CLZ
558 __STATIC_INLINE uint8_t __CLZ(uint32_t data) in __CLZ() function
A Dcmsis_armcc.h285 #define __CLZ __clz macro
A Dcmsis_armclang.h295 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ() function
A Dcmsis_armclang_ltm.h293 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ() function
A Dcmsis_gcc.h406 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ() function
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dcore_cmInstr.h289 #define __CLZ __clz macro
662 __attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t __CLZ(uint32_t value) in __CLZ() function
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/
A Dstm32f7xx.h170 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))

Completed in 43 milliseconds