Home | History | Annotate | Download | only in include

Lines Matching defs:ARRAY8_TO_STREAM

248 #define ARRAY8_TO_STREAM(p, a)   {register int ijk; for (ijk = 0; ijk < 8;            ijk++) *(p)++ = (UINT8) a[7 - ijk];}