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

/external/chromium_org/third_party/libxml/src/
H A Dxmlreader.c5586 unsigned char intmp[4], outtmp[4]; /* temporary buffers for the convert */ local
5655 outtmp[0] = (intmp[0] << 2) | ((intmp[1] & 0x30) >> 4);
5656 outtmp[1] =
5658 outtmp[2] = ((intmp[2] & 0x03) << 6) | (intmp[3] & 0x3F);
5665 to[outcur++] = outtmp[i];
/external/libxml2/
H A Dxmlreader.c5744 unsigned char intmp[4], outtmp[4]; /* temporary buffers for the convert */ local
5813 outtmp[0] = (intmp[0] << 2) | ((intmp[1] & 0x30) >> 4);
5814 outtmp[1] =
5816 outtmp[2] = ((intmp[2] & 0x03) << 6) | (intmp[3] & 0x3F);
5823 to[outcur++] = outtmp[i];

Completed in 145 milliseconds