Home | History | Annotate | Download | only in include

Lines Matching defs:UINT8_TO_BE_STREAM

283 #define UINT8_TO_BE_STREAM(p, u8)   {*(p)++ = (UINT8)(u8);}