Searched refs:state2 (Results 1 - 25 of 52) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/tests/
H A Dprng.c35 unsigned long long state2; member in struct:prng
47 prng->state2 *= 84589;
48 prng->state2 += 45989;
49 prng->state2 %= 217728;
52 return prng->state2 % 2;
61 rv->state1 = rv->state2 = seed;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/tests/
H A Dprng.c35 unsigned long long state2; member in struct:prng
47 prng->state2 *= 84589;
48 prng->state2 += 45989;
49 prng->state2 %= 217728;
52 return prng->state2 % 2;
61 rv->state1 = rv->state2 = seed;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/tests/
H A Dprng.c35 unsigned long long state2; member in struct:prng
47 prng->state2 *= 84589;
48 prng->state2 += 45989;
49 prng->state2 %= 217728;
52 return prng->state2 % 2;
61 rv->state1 = rv->state2 = seed;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/lib/
H A Diso2022_kr.h48 unsigned int state1 = state & 0xff, state2 = state >> 8
50 state = (state2 << 8) | state1
67 state2 = STATE2_DESIGNATED_KSC5601;
78 if (state2 != STATE2_DESIGNATED_KSC5601)
104 state2 = STATE2_NONE;
114 if (state2 != STATE2_DESIGNATED_KSC5601) abort();
162 state2 = STATE2_NONE;
174 int count = (state2 == STATE2_DESIGNATED_KSC5601 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2;
177 if (state2 != STATE2_DESIGNATED_KSC5601) {
183 state2
[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
68 state2 = STATE2_DESIGNATED_GB2312;
75 state2 = STATE2_DESIGNATED_CNS11643_1;
113 if (state2 != STATE2_DESIGNATED_GB2312 && state2 != STATE2_DESIGNATED_CNS11643_1)
138 state2 = STATE2_NONE; state3 = STATE3_NONE;
150 switch (state2) {
207 state2 = STATE2_NONE; state3 = STATE3_NONE;
220 int count = (state2
[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
78 state2 = STATE2_DESIGNATED_GB2312;
85 state2 = STATE2_DESIGNATED_CNS11643_1;
92 state2 = STATE2_DESIGNATED_ISO_IR_165;
229 if (state2 != STATE2_DESIGNATED_GB2312 && state2 != STATE2_DESIGNATED_CNS11643_1 && state2 != STATE2_DESIGNATED_ISO_IR_165)
254 state2 = STATE2_NONE; state3 = STATE3_NONE; state4 = STATE3_NONE;
266 switch (state2) {
[all...]
H A Diso2022_jp2.h49 unsigned int state1 = state & 0xff, state2 = state >> 8
51 state = (state2 << 8) | state1
130 state2 = STATE_G2_ISO8859_1;
137 state2 = STATE_G2_ISO8859_7;
146 switch (state2) {
188 state2 = STATE_G2_NONE;
201 state2 = STATE_G2_NONE;
302 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = state >> 16
304 state = (state3 << 16) | (state2 << 8) | state1
422 state2
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/lib/
H A Diso2022_kr.h48 unsigned int state1 = state & 0xff, state2 = state >> 8
50 state = (state2 << 8) | state1
67 state2 = STATE2_DESIGNATED_KSC5601;
78 if (state2 != STATE2_DESIGNATED_KSC5601)
104 state2 = STATE2_NONE;
114 if (state2 != STATE2_DESIGNATED_KSC5601) abort();
162 state2 = STATE2_NONE;
174 int count = (state2 == STATE2_DESIGNATED_KSC5601 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2;
177 if (state2 != STATE2_DESIGNATED_KSC5601) {
183 state2
[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
68 state2 = STATE2_DESIGNATED_GB2312;
75 state2 = STATE2_DESIGNATED_CNS11643_1;
113 if (state2 != STATE2_DESIGNATED_GB2312 && state2 != STATE2_DESIGNATED_CNS11643_1)
138 state2 = STATE2_NONE; state3 = STATE3_NONE;
150 switch (state2) {
207 state2 = STATE2_NONE; state3 = STATE3_NONE;
220 int count = (state2
[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
78 state2 = STATE2_DESIGNATED_GB2312;
85 state2 = STATE2_DESIGNATED_CNS11643_1;
92 state2 = STATE2_DESIGNATED_ISO_IR_165;
229 if (state2 != STATE2_DESIGNATED_GB2312 && state2 != STATE2_DESIGNATED_CNS11643_1 && state2 != STATE2_DESIGNATED_ISO_IR_165)
254 state2 = STATE2_NONE; state3 = STATE3_NONE; state4 = STATE3_NONE;
266 switch (state2) {
[all...]
H A Diso2022_jp2.h49 unsigned int state1 = state & 0xff, state2 = state >> 8
51 state = (state2 << 8) | state1
130 state2 = STATE_G2_ISO8859_1;
137 state2 = STATE_G2_ISO8859_7;
146 switch (state2) {
188 state2 = STATE_G2_NONE;
201 state2 = STATE_G2_NONE;
302 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = state >> 16
304 state = (state3 << 16) | (state2 << 8) | state1
422 state2
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/lib/
H A Diso2022_kr.h48 unsigned int state1 = state & 0xff, state2 = state >> 8
50 state = (state2 << 8) | state1
67 state2 = STATE2_DESIGNATED_KSC5601;
78 if (state2 != STATE2_DESIGNATED_KSC5601)
104 state2 = STATE2_NONE;
114 if (state2 != STATE2_DESIGNATED_KSC5601) abort();
162 state2 = STATE2_NONE;
174 int count = (state2 == STATE2_DESIGNATED_KSC5601 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2;
177 if (state2 != STATE2_DESIGNATED_KSC5601) {
183 state2
[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
68 state2 = STATE2_DESIGNATED_GB2312;
75 state2 = STATE2_DESIGNATED_CNS11643_1;
113 if (state2 != STATE2_DESIGNATED_GB2312 && state2 != STATE2_DESIGNATED_CNS11643_1)
138 state2 = STATE2_NONE; state3 = STATE3_NONE;
150 switch (state2) {
207 state2 = STATE2_NONE; state3 = STATE3_NONE;
220 int count = (state2
[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
78 state2 = STATE2_DESIGNATED_GB2312;
85 state2 = STATE2_DESIGNATED_CNS11643_1;
92 state2 = STATE2_DESIGNATED_ISO_IR_165;
229 if (state2 != STATE2_DESIGNATED_GB2312 && state2 != STATE2_DESIGNATED_CNS11643_1 && state2 != STATE2_DESIGNATED_ISO_IR_165)
254 state2 = STATE2_NONE; state3 = STATE3_NONE; state4 = STATE3_NONE;
266 switch (state2) {
[all...]
H A Diso2022_jp2.h49 unsigned int state1 = state & 0xff, state2 = state >> 8
51 state = (state2 << 8) | state1
130 state2 = STATE_G2_ISO8859_1;
137 state2 = STATE_G2_ISO8859_7;
146 switch (state2) {
188 state2 = STATE_G2_NONE;
201 state2 = STATE_G2_NONE;
302 unsigned int state1 = state & 0xff, state2 = (state >> 8) & 0xff, state3 = state >> 16
304 state = (state3 << 16) | (state2 << 8) | state1
422 state2
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Djpeglsenc.c212 JLSState state2; local
213 memset(&state2, 0, sizeof(JLSState));
214 state2.bpp = state->bpp;
215 state2.near = state->near;
216 ff_jpegls_reset_coding_parameters(&state2, 1);
217 if(state->T1 == state2.T1 && state->T2 == state2.T2 && state->T3 == state2.T3 && state->reset == state2.reset)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Djpeglsenc.c212 JLSState state2; local
213 memset(&state2, 0, sizeof(JLSState));
214 state2.bpp = state->bpp;
215 state2.near = state->near;
216 ff_jpegls_reset_coding_parameters(&state2, 1);
217 if(state->T1 == state2.T1 && state->T2 == state2.T2 && state->T3 == state2.T3 && state->reset == state2.reset)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Djpeglsenc.c212 JLSState state2; local
213 memset(&state2, 0, sizeof(JLSState));
214 state2.bpp = state->bpp;
215 state2.near = state->near;
216 ff_jpegls_reset_coding_parameters(&state2, 1);
217 if(state->T1 == state2.T1 && state->T2 == state2.T2 && state->T3 == state2.T3 && state->reset == state2.reset)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp879 CState state2 = state; local
880 state2.UpdateChar();
883 _isMatch[state2.Index][posStateNext].GetPrice1() +
884 _isRep[state2.Index].GetPrice1();
891 0, lenTest2, state2, posStateNext);
944 CState state2 = state; local
945 state2.UpdateRep();
949 _isMatch[state2.Index][posStateNext].GetPrice0() +
952 state2.UpdateChar();
955 _isMatch[state2
1030 CState state2 = state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp879 CState state2 = state; local
880 state2.UpdateChar();
883 _isMatch[state2.Index][posStateNext].GetPrice1() +
884 _isRep[state2.Index].GetPrice1();
891 0, lenTest2, state2, posStateNext);
944 CState state2 = state; local
945 state2.UpdateRep();
949 _isMatch[state2.Index][posStateNext].GetPrice0() +
952 state2.UpdateChar();
955 _isMatch[state2
1030 CState state2 = state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp879 CState state2 = state; local
880 state2.UpdateChar();
883 _isMatch[state2.Index][posStateNext].GetPrice1() +
884 _isRep[state2.Index].GetPrice1();
891 0, lenTest2, state2, posStateNext);
944 CState state2 = state; local
945 state2.UpdateRep();
949 _isMatch[state2.Index][posStateNext].GetPrice0() +
952 state2.UpdateChar();
955 _isMatch[state2
1030 CState state2 = state; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/test/
H A Dregress_ssl.c243 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING; local
248 base, fd_pair[1], ssl2, state2, flags);
253 base, underlying_pair[1], ssl2, state2, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/test/
H A Dregress_ssl.c243 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING; local
248 base, fd_pair[1], ssl2, state2, flags);
253 base, underlying_pair[1], ssl2, state2, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/test/
H A Dregress_ssl.c243 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING; local
248 base, fd_pair[1], ssl2, state2, flags);
253 base, underlying_pair[1], ssl2, state2, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/cio/
H A Dcss.h38 __u8 state2 : 2; /* path state value 2 */ member in struct:path_state

Completed in 124 milliseconds

123