Lines Matching defs:value

292 __STATIC_FORCEINLINE uint32_t __REV(uint32_t value)  in __REV()
311 __STATIC_FORCEINLINE uint32_t __REV16(uint32_t value) in __REV16()
326 __STATIC_FORCEINLINE int16_t __REVSH(int16_t value) in __REVSH()
364 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
373 __STATIC_FORCEINLINE uint32_t __RBIT(uint32_t value) in __RBIT()
403 __STATIC_FORCEINLINE uint8_t __CLZ(uint32_t value) in __CLZ()
493 __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB()
510 __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH()
527 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW()
593 __STATIC_FORCEINLINE uint32_t __RRX(uint32_t value) in __RRX()
667 __STATIC_FORCEINLINE void __STRBT(uint8_t value, volatile uint8_t *ptr) in __STRBT()
679 __STATIC_FORCEINLINE void __STRHT(uint16_t value, volatile uint16_t *ptr) in __STRHT()
691 __STATIC_FORCEINLINE void __STRT(uint32_t value, volatile uint32_t *ptr) in __STRT()
807 __STATIC_FORCEINLINE void __STLB(uint8_t value, volatile uint8_t *ptr) in __STLB()
819 __STATIC_FORCEINLINE void __STLH(uint16_t value, volatile uint16_t *ptr) in __STLH()
831 __STATIC_FORCEINLINE void __STL(uint32_t value, volatile uint32_t *ptr) in __STL()
890 __STATIC_FORCEINLINE uint32_t __STLEXB(uint8_t value, volatile uint8_t *ptr) in __STLEXB()
907 __STATIC_FORCEINLINE uint32_t __STLEXH(uint16_t value, volatile uint16_t *ptr) in __STLEXH()
924 __STATIC_FORCEINLINE uint32_t __STLEX(uint32_t value, volatile uint32_t *ptr) in __STLEX()