Searched defs:UINT32_TO_STREAM (Results 1 – 3 of 3) sorted by relevance
50 #define UINT32_TO_STREAM(p, u32) \ macro
89 #define UINT32_TO_STREAM(p, u32) \ macro
103 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ =… macro