Searched refs:intmp (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlreader.c5504 unsigned char intmp[4], outtmp[4]; /* temporary buffers for the convert */ local
5505 int nbintmp; /* number of byte in intmp[] */
5560 intmp[nbintmp++] = cur;
5562 * if intmp is full, push the 4byte sequence as a 3 byte
5567 outtmp[0] = (intmp[0] << 2) | ((intmp[1] & 0x30) >> 4);
5569 ((intmp[1] & 0x0F) << 4) | ((intmp[2] & 0x3C) >> 2);
5570 outtmp[2] = ((intmp[2] & 0x03) << 6) | (intmp[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlreader.c5545 unsigned char intmp[4], outtmp[4]; /* temporary buffers for the convert */ local
5546 int nbintmp; /* number of byte in intmp[] */
5601 intmp[nbintmp++] = cur;
5603 * if intmp is full, push the 4byte sequence as a 3 byte
5608 outtmp[0] = (intmp[0] << 2) | ((intmp[1] & 0x30) >> 4);
5610 ((intmp[1] & 0x0F) << 4) | ((intmp[2] & 0x3C) >> 2);
5611 outtmp[2] = ((intmp[2] & 0x03) << 6) | (intmp[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlreader.c5545 unsigned char intmp[4], outtmp[4]; /* temporary buffers for the convert */ local
5546 int nbintmp; /* number of byte in intmp[] */
5601 intmp[nbintmp++] = cur;
5603 * if intmp is full, push the 4byte sequence as a 3 byte
5608 outtmp[0] = (intmp[0] << 2) | ((intmp[1] & 0x30) >> 4);
5610 ((intmp[1] & 0x0F) << 4) | ((intmp[2] & 0x3C) >> 2);
5611 outtmp[2] = ((intmp[2] & 0x03) << 6) | (intmp[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlreader.c5504 unsigned char intmp[4], outtmp[4]; /* temporary buffers for the convert */ local
5505 int nbintmp; /* number of byte in intmp[] */
5560 intmp[nbintmp++] = cur;
5562 * if intmp is full, push the 4byte sequence as a 3 byte
5567 outtmp[0] = (intmp[0] << 2) | ((intmp[1] & 0x30) >> 4);
5569 ((intmp[1] & 0x0F) << 4) | ((intmp[2] & 0x3C) >> 2);
5570 outtmp[2] = ((intmp[2] & 0x03) << 6) | (intmp[
[all...]

Completed in 118 milliseconds