Home | History | Annotate | Download | only in include

Lines Matching defs:ARRAY16_TO_STREAM

243 #define ARRAY16_TO_STREAM(p, a)  {register int ijk; for (ijk = 0; ijk < 16;           ijk++) *(p)++ = (UINT8) a[15 - ijk];}