Searched defs:PUTU32 (Results 1 – 2 of 2) sorted by relevance
864 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro867 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… macro
1153 #define PUTU32(ct, st) { (ct)[0] = (u8)((st)>>24); (ct)[1] = (u8)((st)>>16); \ macro