Searched refs:state1 (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Diso2022_kr.h48 unsigned int state1 = state & 0xff, state2 = state >> 8
50 state = (state2 << 8) | state1
80 state1 = STATE_TWOBYTE;
87 state1 = STATE_ASCII;
95 switch (state1) {
147 int count = (state1 == STATE_ASCII ? 1 : 2);
150 if (state1 != STATE_ASCII) {
153 state1 = STATE_ASCII;
169 int count = (state2 == STATE2_DESIGNATED_KSC5601 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2;
180 if (state1 !
[all...]
H A Diso2022_cn.h49 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = state >> 16
51 state = (state3 << 16) | (state2 << 8) | state1
115 state1 = STATE_TWOBYTE;
122 state1 = STATE_ASCII;
130 switch (state1) {
192 int count = (state1 == STATE_ASCII ? 1 : 2);
195 if (state1 != STATE_ASCII) {
198 state1 = STATE_ASCII;
215 int count = (state2 == STATE2_DESIGNATED_GB2312 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2;
226 if (state1 !
[all...]
H A Diso2022_jp2.h49 unsigned int state1 = state & 0xff, state2 = state >> 8
51 state = (state2 << 8) | state1
67 state1 = STATE_ASCII;
74 state1 = STATE_JISX0201ROMAN;
81 state1 = STATE_JISX0201KATAKANA;
92 state1 = STATE_JISX0208;
99 state1 = STATE_GB2312;
109 state1 = STATE_JISX0212;
116 state1 = STATE_KSC5601;
180 switch (state1) {
[all...]
H A Diso2022_cnext.h59 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = (state >> 16) & 0xff, state4 = state >> 24
61 state = (state4 << 24) | (state3 << 16) | (state2 << 8) | state1
231 state1 = STATE_TWOBYTE;
238 state1 = STATE_ASCII;
246 switch (state1) {
310 int count = (state1 == STATE_ASCII ? 1 : 2);
313 if (state1 != STATE_ASCII) {
316 state1 = STATE_ASCII;
333 int count = (state2 == STATE2_DESIGNATED_GB2312 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2;
344 if (state1 !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Diso2022_kr.h48 unsigned int state1 = state & 0xff, state2 = state >> 8
50 state = (state2 << 8) | state1
80 state1 = STATE_TWOBYTE;
87 state1 = STATE_ASCII;
95 switch (state1) {
147 int count = (state1 == STATE_ASCII ? 1 : 2);
150 if (state1 != STATE_ASCII) {
153 state1 = STATE_ASCII;
169 int count = (state2 == STATE2_DESIGNATED_KSC5601 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2;
180 if (state1 !
[all...]
H A Diso2022_cn.h49 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = state >> 16
51 state = (state3 << 16) | (state2 << 8) | state1
115 state1 = STATE_TWOBYTE;
122 state1 = STATE_ASCII;
130 switch (state1) {
192 int count = (state1 == STATE_ASCII ? 1 : 2);
195 if (state1 != STATE_ASCII) {
198 state1 = STATE_ASCII;
215 int count = (state2 == STATE2_DESIGNATED_GB2312 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2;
226 if (state1 !
[all...]
H A Diso2022_jp2.h49 unsigned int state1 = state & 0xff, state2 = state >> 8
51 state = (state2 << 8) | state1
67 state1 = STATE_ASCII;
74 state1 = STATE_JISX0201ROMAN;
81 state1 = STATE_JISX0201KATAKANA;
92 state1 = STATE_JISX0208;
99 state1 = STATE_GB2312;
109 state1 = STATE_JISX0212;
116 state1 = STATE_KSC5601;
180 switch (state1) {
[all...]
H A Diso2022_cnext.h59 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = (state >> 16) & 0xff, state4 = state >> 24
61 state = (state4 << 24) | (state3 << 16) | (state2 << 8) | state1
231 state1 = STATE_TWOBYTE;
238 state1 = STATE_ASCII;
246 switch (state1) {
310 int count = (state1 == STATE_ASCII ? 1 : 2);
313 if (state1 != STATE_ASCII) {
316 state1 = STATE_ASCII;
333 int count = (state2 == STATE2_DESIGNATED_GB2312 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2;
344 if (state1 !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndmsad.cpp228 AdpcmState *state0, *state1; local
235 state1 = &m_state[1];
244 GET_DATA_8(state1->predictor);
247 GET_DATA_16(state1->iDelta);
250 GET_DATA_16(state1->samp1);
252 GET_DATA_16(state1->samp2);
255 *PCMdata++ = state1->samp2;
257 *PCMdata++ = state1->samp1;
273 Nibble(nib[1], state1, &PCMdata);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dnfa.c93 void dumpnfa( state1 )
94 int state1;
101 state1 );
103 /* We probably should loop starting at firstst[state1] and going to
104 * lastst[state1], but they're not maintained properly when we "or"
109 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_ssl.c243 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; local
247 base, fd_pair[0], ssl1, state1, flags);
252 base, underlying_pair[0], ssl1, state1, flags);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dnfa.c93 void dumpnfa( state1 )
94 int state1;
101 state1 );
103 /* We probably should loop starting at firstst[state1] and going to
104 * lastst[state1], but they're not maintained properly when we "or"
109 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dpop3.c112 pop3state *state1, pop3state *state2);
501 pop3state state1, pop3state state2)
518 state(conn, state1);
539 pop3state state1 = POP3_STOP; local
552 result = pop3_calc_sasl_details(conn, &mech, &initresp, &len, &state1,
558 result = pop3_perform_auth(conn, mech, initresp, len, state1, state2);
1183 pop3state state1 = POP3_STOP; local
1193 result = pop3_calc_sasl_details(conn, &mech, &initresp, &len, &state1,
1201 result = pop3_perform_auth(conn, mech, initresp, len, state1, state2);
1953 pop3state *state1, pop3stat
498 pop3_perform_auth(struct connectdata *conn, const char *mech, const char *initresp, size_t len, pop3state state1, pop3state state2) argument
1950 pop3_calc_sasl_details(struct connectdata *conn, const char **mech, char **initresp, size_t *len, pop3state *state1, pop3state *state2) argument
[all...]
H A Dsmtp.c111 smtpstate *state1, smtpstate *state2);
445 smtpstate state1, smtpstate state2)
462 state(conn, state1);
481 smtpstate state1 = SMTP_STOP; local
493 result = smtp_calc_sasl_details(conn, &mech, &initresp, &len, &state1,
499 result = smtp_perform_auth(conn, mech, initresp, len, state1, state2);
1198 smtpstate state1 = SMTP_STOP; local
1208 result = smtp_calc_sasl_details(conn, &mech, &initresp, &len, &state1,
1215 result = smtp_perform_auth(conn, mech, initresp, len, state1, state2);
2034 smtpstate *state1, smtpstat
442 smtp_perform_auth(struct connectdata *conn, const char *mech, const char *initresp, size_t len, smtpstate state1, smtpstate state2) argument
2031 smtp_calc_sasl_details(struct connectdata *conn, const char **mech, char **initresp, size_t *len, smtpstate *state1, smtpstate *state2) argument
[all...]
H A Dimap.c111 imapstate *state1, imapstate *state2);
572 imapstate state1, imapstate state2)
588 state(conn, state1);
609 imapstate state1 = IMAP_STOP; local
621 result = imap_calc_sasl_details(conn, &mech, &initresp, &len, &state1,
627 result = imap_perform_authenticate(conn, mech, initresp, state1, state2);
1316 imapstate state1 = IMAP_STOP; local
1326 result = imap_calc_sasl_details(conn, &mech, &initresp, &len, &state1,
1333 result = imap_perform_authenticate(conn, mech, initresp, state1, state2);
2539 imapstate *state1, imapstat
569 imap_perform_authenticate(struct connectdata *conn, const char *mech, const char *initresp, imapstate state1, imapstate state2) argument
2536 imap_calc_sasl_details(struct connectdata *conn, const char **mech, char **initresp, size_t *len, imapstate *state1, imapstate *state2) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcss.h37 __u8 state1 : 2; /* path state value 1 */ member in struct:path_state
H A Ddevice_pgid.c241 if (pgid->inf.ps.state1 == SNID_STATE1_RESET) {
273 if (pgid->inf.ps.state1 != SNID_STATE1_GROUPED)
276 if (pgid->inf.ps.state1 != SNID_STATE1_UNGROUPED)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_pm72.c556 struct cpu_pid_state *state1 = &cpu_state[1]; local
581 state0->pump_min = state1->pump_min = pump_min;
582 state0->pump_max = state1->pump_max = pump_max;
807 struct cpu_pid_state *state1 = &cpu_state[1]; local
815 state1->overtemp = 0;
816 rc = do_read_one_cpu_values(state1, &temp1, &power1);
819 if (state1->overtemp)
872 state1->rpm = state0->rpm;
873 state1->intake_rpm = state0->intake_rpm;
876 state1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dpower.c156 int result = 0, state1; local
171 result = acpi_power_get_state(list->handles[i], &state1);
175 *state = state1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dlcd_mipid.c332 u8 state1, state2; local
334 mipid_read(md, MIPID_CMD_RDDSDR, &state1, 1);
337 dev_dbg(&md->spi->dev, "ESD mode 1 state1 %02x state2 %02x\n",
338 state1, state2);
342 if (!((state1 ^ state2) & (1 << 6)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dsh_mmcif.c239 u32 state1, state2; local
245 state1 = sh_mmcif_readl(host->addr, MMCIF_CE_HOST_STS1);
247 pr_debug("%s: ERR HOST_STS1 = %08x\n", DRIVER_NAME, state1);
250 if (state1 & STS1_CMDSEQ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Ddscc4.c153 __le32 state1; member in struct:RxFD
1658 while (!(rx_fd->state1 & Hold)) {
1668 rx_fd->state1 &= ~Hold;
1743 rx_fd->state1 |= Hold;
1857 rx_fd->state1 = HiDesc;
1860 rx_fd->state1 |= TO_STATE_RX(HDLC_MAX_MRU);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/displays/
H A Dpanel-taal.c1456 u8 state1, state2; local
1468 r = taal_dcs_read_1(DCS_RDDSDR, &state1);
1490 if (!((state1 ^ state2) & (1 << 6))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_dma.c1869 unsigned long t, corr, state1, corr2, state2; local
1876 state1 = ext_v;
1890 corr = corr * ((150142 * state1) / 10000 - 78642);
1894 state2 = (corr2 * state1) / 10000;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Drelaxng.c665 xmlRelaxNGValidStatePtr state1,
1334 * @state1: a validation state
1343 xmlRelaxNGValidStatePtr state1,
1348 if ((state1 == NULL) || (state2 == NULL))
1350 if (state1 == state2)
1352 if (state1->node != state2->node)
1354 if (state1->seq != state2->seq)
1356 if (state1->nbAttrLeft != state2->nbAttrLeft)
1358 if (state1->nbAttrs != state2->nbAttrs)
1360 if (state1
1342 xmlRelaxNGEqualValidState(xmlRelaxNGValidCtxtPtr ctxt ATTRIBUTE_UNUSED, xmlRelaxNGValidStatePtr state1, xmlRelaxNGValidStatePtr state2) argument
[all...]

Completed in 403 milliseconds

12