Searched defs:ptr (Results 1 – 9 of 9) sorted by relevance
94 #define CAST_AWAY_CONST( type, ptr ) ( ( type * ) ( ptr ) ) argument229 #define IS_UINT32_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( sizeof( uint32_t ) - 1U ) ) =… argument246 #define CAST_UINT32_PTR( ptr ) ( ( uint32_t * ) ( ptr ) ) argument
1354 __STATIC_FORCEINLINE uint8_t __LDRBT( volatile uint8_t * ptr ) in __LDRBT()1400 __STATIC_FORCEINLINE uint32_t __LDRT( volatile uint32_t * ptr ) in __LDRT()1417 volatile uint8_t * ptr ) in __STRBT()1430 volatile uint16_t * ptr ) in __STRHT()1443 volatile uint32_t * ptr ) in __STRT()1521 __STATIC_FORCEINLINE uint8_t __LDAB( volatile uint8_t * ptr ) in __LDAB()1537 __STATIC_FORCEINLINE uint16_t __LDAH( volatile uint16_t * ptr ) in __LDAH()1553 __STATIC_FORCEINLINE uint32_t __LDA( volatile uint32_t * ptr ) in __LDA()1570 volatile uint8_t * ptr ) in __STLB()1583 volatile uint16_t * ptr ) in __STLH()[all …]
223 #define IS_ALIGNED_PTR( ptr ) ( ( ( uintptr_t ) ( ptr ) & ( REDCONF_ALIGNMENT_SIZE - 1U ) ) == 0… argument
89 void mbedtls_platform_free( void * ptr ) in mbedtls_platform_free()
430 const char * ptr; in pcGetContentsType() local
173 register const char * ptr; in prints() local
908 const struct freertos_addrinfo * ptr = pxAddress; in show_addressinfo() local
233 register const char * ptr; in prints() local
533 const void * ptr = va_arg( arglist, const void * ); in RedVSNPrintf() local
Completed in 34 milliseconds