Home
last modified time | relevance | path

Searched refs:igroup (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dxmlwriter.c1591 unsigned char igroup[3]; in xmlOutputBufferWriteBase64() local
1596 igroup[0] = igroup[1] = igroup[2] = 0; in xmlOutputBufferWriteBase64()
1599 igroup[n] = (unsigned char) c; in xmlOutputBufferWriteBase64()
1603 ogroup[0] = dtable[igroup[0] >> 2]; in xmlOutputBufferWriteBase64()
1604 ogroup[1] = dtable[((igroup[0] & 3) << 4) | (igroup[1] >> 4)]; in xmlOutputBufferWriteBase64()
1606 dtable[((igroup[1] & 0xF) << 2) | (igroup[2] >> 6)]; in xmlOutputBufferWriteBase64()
1607 ogroup[3] = dtable[igroup[2] & 0x3F]; in xmlOutputBufferWriteBase64()
/third_party/libxml2/
Dxmlwriter.c1564 unsigned char igroup[3]; in xmlOutputBufferWriteBase64() local
1569 igroup[0] = igroup[1] = igroup[2] = 0; in xmlOutputBufferWriteBase64()
1572 igroup[n] = (unsigned char) c; in xmlOutputBufferWriteBase64()
1576 ogroup[0] = dtable[igroup[0] >> 2]; in xmlOutputBufferWriteBase64()
1577 ogroup[1] = dtable[((igroup[0] & 3) << 4) | (igroup[1] >> 4)]; in xmlOutputBufferWriteBase64()
1579 dtable[((igroup[1] & 0xF) << 2) | (igroup[2] >> 6)]; in xmlOutputBufferWriteBase64()
1580 ogroup[3] = dtable[igroup[2] & 0x3F]; in xmlOutputBufferWriteBase64()