Searched refs:u32 (Results 1 – 16 of 16) sorted by relevance
70 # define GETU32(p) SWAP(*((u32 *)(p)))71 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }73 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt…77 typedef unsigned long u32; typedef
8 #define GETU32(p) (((u32)(p)[3]) ^ ((u32)(p)[2] << 8) ^ ((u32)(p)[1] << 16) ^ ((u32)(p)[0] << 24))12 typedef unsigned long u32; typedef
55 static const u32 Te0[256] = {121 static const u32 Te1[256] = {187 static const u32 Te2[256] = {253 static const u32 Te3[256] = {717 static const u32 rcon[] = {729 u32 *rk; in AES_set_encrypt_key()731 u32 temp; in AES_set_encrypt_key()830 u32 *rk; in AES_set_decrypt_key()832 u32 temp; in AES_set_decrypt_key()882 const u32 *rk; in AES_encrypt()[all …]
323 #define GPIO_ETH_MediaInterface_MII ((u32)0x00000000) 324 #define GPIO_ETH_MediaInterface_RMII ((u32)0x00000001)
764 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member1883 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
749 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member1857 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
822 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member2069 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
1046 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member2306 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
1020 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member3205 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
1020 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member3137 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
1081 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member4156 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
1081 __OM uint32_t u32; /*!< Offset: 0x000 ( /W) ITM Stimulus Port 32-bit */ member4217 while (ITM->PORT[0U].u32 == 0UL) in ITM_SendChar()
273 typedef uint32_t u32; typedef
490 typedef uint32_t u32; typedef
837 typedef uint32_t u32; typedef
Completed in 243 milliseconds