Searched defs:PUTU32 (Results 1 – 5 of 5) sorted by relevance
63 #define PUTU32(ct, st) \ macro
622 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… macro
111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro115 #define PUTU32(ct, st) { \ macro
142 #define PUTU32(p, v) *(uint32_t *)(p) = BSWAP4(v) macro
71 #define PUTU32(p, v) *(uint32_t *)(p) = BSWAP4(v) macro