Searched defs:outtmp (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxmlreader.c5782 unsigned char intmp[4], outtmp[4]; /* temporary buffers for the convert */ local
5851 outtmp[0] = (intmp[0] << 2) | ((intmp[1] & 0x30) >> 4);
5852 outtmp[1] =
5854 outtmp[2] = ((intmp[2] & 0x03) << 6) | (intmp[3] & 0x3F);
5861 to[outcur++] = outtmp[i];

Completed in 162 milliseconds