Searched defs:UINT8_TO_STREAM (Results 1 – 4 of 4) sorted by relevance
43 #define UINT8_TO_STREAM(p, u8) \ macro
62 #define UINT8_TO_STREAM(p, u8) \ macro
101 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (uint8_t)(u8);} macro
173 #define UINT8_TO_STREAM(p, u8) \ macro