Searched refs:state3 (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Diso2022_cn.h49 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = state >> 16
51 state = (state3 << 16) | (state2 << 8) | state1
84 state3 = STATE3_DESIGNATED_CNS11643_2;
93 switch (state3) {
138 state2 = STATE2_NONE; state3 = STATE3_NONE;
202 state2 = STATE2_NONE; state3 = STATE3_NONE;
270 int count = (state3 == STATE3_DESIGNATED_CNS11643_2 ? 0 : 4) + 4;
273 if (state3 != STATE3_DESIGNATED_CNS11643_2) {
279 state3 = STATE3_DESIGNATED_CNS11643_2;
300 (void)state3;
[all...]
H A Diso2022_jp2.h297 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = state >> 16
299 state = (state3 << 16) | (state2 << 8) | state1
330 state3 = STATE_TAG_LANGUAGE;
335 if (state3 == STATE_TAG_LANGUAGE) {
336 state3 = STATE_TAG_LANGUAGE_j;
343 if (state3 == STATE_TAG_LANGUAGE_j) {
344 state3 = STATE_TAG_LANGUAGE_ja;
351 if (state3 == STATE_TAG_LANGUAGE) {
352 state3 = STATE_TAG_LANGUAGE_k;
359 if (state3
[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
101 state3 = STATE3_DESIGNATED_CNS11643_2;
147 switch (state3) {
254 state2 = STATE2_NONE; state3 = STATE3_NONE; state4 = STATE3_NONE;
320 state2 = STATE2_NONE; state3 = STATE3_NONE; state4 = STATE3_NONE;
388 int count = (state3 == STATE3_DESIGNATED_CNS11643_2 ? 0 : 4) + 4;
391 if (state3 != STATE3_DESIGNATED_CNS11643_2) {
397 state3 = STATE3_DESIGNATED_CNS11643_2;
558 (void)state3;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Diso2022_cn.h49 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = state >> 16
51 state = (state3 << 16) | (state2 << 8) | state1
84 state3 = STATE3_DESIGNATED_CNS11643_2;
93 switch (state3) {
138 state2 = STATE2_NONE; state3 = STATE3_NONE;
202 state2 = STATE2_NONE; state3 = STATE3_NONE;
270 int count = (state3 == STATE3_DESIGNATED_CNS11643_2 ? 0 : 4) + 4;
273 if (state3 != STATE3_DESIGNATED_CNS11643_2) {
279 state3 = STATE3_DESIGNATED_CNS11643_2;
300 (void)state3;
[all...]
H A Diso2022_jp2.h297 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = state >> 16
299 state = (state3 << 16) | (state2 << 8) | state1
330 state3 = STATE_TAG_LANGUAGE;
335 if (state3 == STATE_TAG_LANGUAGE) {
336 state3 = STATE_TAG_LANGUAGE_j;
343 if (state3 == STATE_TAG_LANGUAGE_j) {
344 state3 = STATE_TAG_LANGUAGE_ja;
351 if (state3 == STATE_TAG_LANGUAGE) {
352 state3 = STATE_TAG_LANGUAGE_k;
359 if (state3
[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
101 state3 = STATE3_DESIGNATED_CNS11643_2;
147 switch (state3) {
254 state2 = STATE2_NONE; state3 = STATE3_NONE; state4 = STATE3_NONE;
320 state2 = STATE2_NONE; state3 = STATE3_NONE; state4 = STATE3_NONE;
388 int count = (state3 == STATE3_DESIGNATED_CNS11643_2 ? 0 : 4) + 4;
391 if (state3 != STATE3_DESIGNATED_CNS11643_2) {
397 state3 = STATE3_DESIGNATED_CNS11643_2;
558 (void)state3;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcss.h39 __u8 state3 : 1; /* path state value 3 */ member in struct:path_state
H A Ddevice_pgid.c280 if (pgid->inf.ps.state3 != SNID_STATE3_MULTI_PATH)
283 if (pgid->inf.ps.state3 != SNID_STATE3_SINGLE_PATH)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Drgrp.c236 const u8 state3 = state << 6; local
246 if (((*byte) & 0xC0) == state3)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c12764 goto state3;
12817 state3:

Completed in 114 milliseconds