Home
last modified time | relevance | path

Searched refs:igroup (Results 1 – 3 of 3) 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/arm-trusted-firmware/drivers/arm/gic/v3/
Dgicv3_main.c420 unsigned int igroup, grpmodr; in gicv3_get_interrupt_type() local
440 igroup = gicr_get_igroupr(gicr_base, id); in gicv3_get_interrupt_type()
445 igroup = gicd_get_igroupr(gicv3_driver_data->gicd_base, id); in gicv3_get_interrupt_type()
453 if (igroup != 0U) { in gicv3_get_interrupt_type()
1083 bool igroup = false, grpmod = false; in gicv3_set_interrupt_type() local
1093 igroup = false; in gicv3_set_interrupt_type()
1097 igroup = false; in gicv3_set_interrupt_type()
1101 igroup = true; in gicv3_set_interrupt_type()
1114 igroup ? gicr_set_igroupr(gicr_base, id) : in gicv3_set_interrupt_type()
1124 igroup ? gicd_set_igroupr(gicv3_driver_data->gicd_base, id) : in gicv3_set_interrupt_type()
/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()