Searched refs:ogroup (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlwriter.c1496 unsigned char ogroup[4]; local
1507 ogroup[0] = dtable[igroup[0] >> 2];
1508 ogroup[1] = dtable[((igroup[0] & 3) << 4) | (igroup[1] >> 4)];
1509 ogroup[2] =
1511 ogroup[3] = dtable[igroup[2] & 0x3F];
1514 ogroup[3] = '=';
1516 ogroup[2] = '=';
1527 count = xmlOutputBufferWrite(out, 4, (const char *) ogroup);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlwriter.c1552 unsigned char ogroup[4]; local
1563 ogroup[0] = dtable[igroup[0] >> 2];
1564 ogroup[1] = dtable[((igroup[0] & 3) << 4) | (igroup[1] >> 4)];
1565 ogroup[2] =
1567 ogroup[3] = dtable[igroup[2] & 0x3F];
1570 ogroup[3] = '=';
1572 ogroup[2] = '=';
1583 count = xmlOutputBufferWrite(out, 4, (const char *) ogroup);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlwriter.c1496 unsigned char ogroup[4]; local
1507 ogroup[0] = dtable[igroup[0] >> 2];
1508 ogroup[1] = dtable[((igroup[0] & 3) << 4) | (igroup[1] >> 4)];
1509 ogroup[2] =
1511 ogroup[3] = dtable[igroup[2] & 0x3F];
1514 ogroup[3] = '=';
1516 ogroup[2] = '=';
1527 count = xmlOutputBufferWrite(out, 4, (const char *) ogroup);

Completed in 118 milliseconds