Home
last modified time | relevance | path

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

/external/elfutils/src/backends/
Dlinux-core-note.c120 #define FIELD(igroup, itype, item, fmt, ...) \ argument
123 .group = #igroup, \
156 #define FIELD(igroup, itype, item, fmt, ...) \ argument
159 .group = #igroup, \
/external/libxml2/
Dxmlwriter.c1570 unsigned char igroup[3]; in xmlOutputBufferWriteBase64() local
1575 igroup[0] = igroup[1] = igroup[2] = 0; in xmlOutputBufferWriteBase64()
1578 igroup[n] = (unsigned char) c; in xmlOutputBufferWriteBase64()
1582 ogroup[0] = dtable[igroup[0] >> 2]; in xmlOutputBufferWriteBase64()
1583 ogroup[1] = dtable[((igroup[0] & 3) << 4) | (igroup[1] >> 4)]; in xmlOutputBufferWriteBase64()
1585 dtable[((igroup[1] & 0xF) << 2) | (igroup[2] >> 6)]; in xmlOutputBufferWriteBase64()
1586 ogroup[3] = dtable[igroup[2] & 0x3F]; in xmlOutputBufferWriteBase64()