Searched defs:PUTU32 (Results 1 – 6 of 6) sorted by relevance
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((… macro
86 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
109 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro113 #define PUTU32(ct, st) { \ macro
728 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… macro
720 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… macro
72 #define PUTU32(ct, st) {(ct)[0] = (uint8_t)((st) >> 24); \ macro