Searched defs:PUTU32 (Results 1 – 4 of 4) 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)((s… macro
86 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
50 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((s… macro
855 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro859 #define PUTU32(ct, st) { \ macro