Searched refs:igroup (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/backends/ |
D | linux-core-note.c | 120 #define FIELD(igroup, itype, item, fmt, ...) \ argument 123 .group = #igroup, \ 156 #define FIELD(igroup, itype, item, fmt, ...) \ argument 159 .group = #igroup, \
|
/external/libxml2/ |
D | xmlwriter.c | 1570 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()
|