Home | History | Annotate | Download | only in include

Lines Matching refs:ARRAY32_TO_STREAM

242 #define ARRAY32_TO_STREAM(p, a)  {register int ijk; for (ijk = 0; ijk < 32;           ijk++) *(p)++ = (UINT8) a[31 - ijk];}