Home
last modified time | relevance | path

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

/external/elfutils/backends/
Dlinux-core-note.c140 #define FIELD(igroup, itype, item, fmt, ...) \ argument
143 .group = #igroup, \
176 #define FIELD(igroup, itype, item, fmt, ...) \ argument
179 .group = #igroup, \
/external/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()