Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/arm/gic/v3/
Dgicv3_main.c379 unsigned int igroup, grpmodr; in gicv3_get_interrupt_type() local
396 igroup = gicr_get_igroupr0(gicr_base, id); in gicv3_get_interrupt_type()
400 igroup = gicd_get_igroupr(gicv3_driver_data->gicd_base, id); in gicv3_get_interrupt_type()
408 if (igroup != 0U) in gicv3_get_interrupt_type()
896 bool igroup = false, grpmod = false; in gicv3_set_interrupt_type() local
906 igroup = false; in gicv3_set_interrupt_type()
910 igroup = false; in gicv3_set_interrupt_type()
914 igroup = true; in gicv3_set_interrupt_type()
924 if (igroup) in gicv3_set_interrupt_type()
936 if (igroup) in gicv3_set_interrupt_type()
/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()