Searched defs:PUTU32 (Results 1 – 3 of 3) sorted by relevance
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
73 static inline void PUTU32(void *out, uint32_t v) { in PUTU32() function