Searched refs:__CLZ (Results 1 – 4 of 4) sorted by relevance
289 #define __CLZ __clz macro725 __attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t __CLZ(uint32_t value) in __CLZ() function
1943 wshift = __CLZ(ways) & 0x1f; in SCB_EnableDCache()1978 wshift = __CLZ(ways) & 0x1f; in SCB_DisableDCache()2013 wshift = __CLZ(ways) & 0x1f; in SCB_InvalidateDCache()2045 wshift = __CLZ(ways) & 0x1f; in SCB_CleanDCache()2077 wshift = __CLZ(ways) & 0x1f; in SCB_CleanInvalidateDCache()
510 #define __CLZ __clz macro515 static __INLINE uint32_t __CLZ(519 static __INLINE uint32_t __CLZ( in __CLZ() function553 signBits = __CLZ(in) - 1; in arm_recip_q31()557 signBits = __CLZ(-in) - 1; in arm_recip_q31()604 signBits = __CLZ(in) - 17; in arm_recip_q15()608 signBits = __CLZ(-in) - 17; in arm_recip_q15()
40 #define CLZ __CLZ