Home | History | Annotate | Download | only in include

Lines Matching refs:ARRAY_TO_STREAM

248 #define ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len;        ijk++) *(p)++ = (UINT8) a[ijk];}