Lines Matching defs:value

295 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value)  in __REV()
314 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16()
329 __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) in __REVSH()
367 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
376 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT()
406 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ()
496 __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB()
513 __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH()
530 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW()
596 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
670 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
682 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT()
694 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
810 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
822 __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) in __STLH()
834 __STATIC_FORCEINLINE void __STL(uint32_t value, volatile uint32_t *ptr) in __STL()
893 __STATIC_FORCEINLINE uint32_t __STLEXB(uint8_t value, volatile uint8_t *ptr) in __STLEXB()
910 __STATIC_FORCEINLINE uint32_t __STLEXH(uint16_t value, volatile uint16_t *ptr) in __STLEXH()
927 __STATIC_FORCEINLINE uint32_t __STLEX(uint32_t value, volatile uint32_t *ptr) in __STLEX()