Searched refs:ws (Results 1 - 25 of 55) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/fastwc/
H A Dwc4.l3 ws [ \t]
5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* ++wc; cc += yyleng;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
13 {words}{word}{ws}* wc += 2; cc += yyleng;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
15 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
17 {words}{3}{word}{ws}* w
[all...]
H A Dwc3.l3 ws [ \t]
5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word}{ws}* cc += yyleng; wc += 2;
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
17 {ws}+ cc += yyleng;
H A Dwc5.l3 ws [ \t]
5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
17 {ws}+ cc += yyleng;
H A Dwc2.l3 ws [ \t]
5 word {ws}*{nonws}+
10 {word}{ws}* cc += yyleng; ++wc;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {ws}+ cc += yyleng;
H A Dwc1.l3 ws [ \t]
11 {ws}+ cc += yyleng;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dws-snd1.d1 libavcodec/ws-snd1.o: libavcodec/ws-snd1.c libavutil/intreadwrite.h config.h \
H A Dflashsvenc.c168 int ws = (i<h_blocks)?block_width:h_part; // size of block local
175 res = copy_region_enc(p->data[0], s->tmpblock, s->image_height-(hp+hs+1), wp, hs, ws, p->linesize[0], previous_frame);
180 ret = compress2(ptr+2, &zsize, s->tmpblock, 3*ws*hs, 9);
H A Dflashsv.c181 int ws = (i<h_blocks)?s->block_width:h_part; // size of block local
213 copy_region(s->tmpblock, s->frame.data[0], s->image_height-(hp+hs+1), wp, hs, ws, s->frame.linesize[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dr4kcache.h351 unsigned long ws, addr; \
355 for (ws = 0; ws < ws_end; ws += ws_inc) \
357 cache##lsize##_unroll32(addr|ws,indexop); \
385 unsigned long ws, addr; \
389 for (ws = 0; ws < ws_end; ws += ws_inc) \
391 cache##lsize##_unroll32(addr|ws,indexo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dr4kcache.h351 unsigned long ws, addr; \
355 for (ws = 0; ws < ws_end; ws += ws_inc) \
357 cache##lsize##_unroll32(addr|ws,indexop); \
385 unsigned long ws, addr; \
389 for (ws = 0; ws < ws_end; ws += ws_inc) \
391 cache##lsize##_unroll32(addr|ws,indexo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds2_enc.c66 EVP_CIPHER_CTX *rs,*ws; local
91 ws= s->enc_write_ctx;
94 EVP_CIPHER_CTX_init(ws);
104 EVP_EncryptInit_ex(ws,c,NULL,&(s->s2->key_material[(client)?num:0]),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_enc.c66 EVP_CIPHER_CTX *rs,*ws; local
96 ws= s->enc_write_ctx;
97 EVP_CIPHER_CTX_init(ws);
107 EVP_EncryptInit_ex(ws,c,NULL,&(s->s2->key_material[(client)?num:0]),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.in.h60 xmlSchemaWhitespaceValueType ws);
105 xmlSchemaWhitespaceValueType ws);
117 xmlSchemaWhitespaceValueType ws);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlschemastypes.h60 xmlSchemaWhitespaceValueType ws);
105 xmlSchemaWhitespaceValueType ws);
117 xmlSchemaWhitespaceValueType ws);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.in.h60 xmlSchemaWhitespaceValueType ws);
105 xmlSchemaWhitespaceValueType ws);
117 xmlSchemaWhitespaceValueType ws);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dc-r4k.c160 unsigned long ws, addr; local
164 for (ws = 0; ws < ws_end; ws += ws_inc)
166 cache32_unroll32(addr|ws,Index_Invalidate_I);
169 for (ws = 0; ws < ws_end; ws += ws_inc)
171 cache32_unroll32(addr|ws,Index_Invalidate_I);
191 unsigned long ws, add local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dprocessor.h75 #define MAKE_RA_FOR_CALL(ra,ws) (((ra) & 0x3fffffff) | (ws) << 30)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dmconf.c112 struct winsize ws; local
114 if (ioctl(1, TIOCGWINSZ, &ws) == -1) {
118 rows = ws.ws_row;
119 cols = ws.ws_col;
601 struct winsize ws; local
603 if (ioctl(1, TIOCGWINSZ, &ws) == -1) {
607 rows = ws.ws_row;
608 cols = ws.ws_col;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A DMakefile256 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
267 *$$ws$$tst$$ws*) \
279 *$$ws$$tst$$ws*) \
H A DMakefile.in256 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
267 *$$ws$$tst$$ws*) \
279 *$$ws$$tst$$ws*) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_mgt.h119 struct work_struct ws; /* argument for schedule_work() */ member in struct:islpci_mgmtframe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c292 int ws[BMAX+1]; /* bits decoded stack */ local
359 w = ws[0] = 0; /* bits decoded */
370 while (k > ws[htl + 1]) {
371 w = ws[++htl];
392 ws[htl+1] = w + j; /* set bits decoded in stack */
403 r.b = (unsigned char) (w - ws[htl - 1]); /* bits to dump before this table */
406 j = (i & ((1 << w) - 1)) >> ws[htl - 1];
437 w = ws[--htl];
443 *m = ws[1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtelnetd.c115 struct winsize ws; local
118 ws.ws_col = (ptr[3] << 8) | ptr[4];
119 ws.ws_row = (ptr[5] << 8) | ptr[6];
120 ioctl(ts->ptyfd, TIOCSWINSZ, (char *)&ws);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dclient6_token.l84 ws [ \t]+
188 {ws} { ; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dsignal.c59 const unsigned long ws = regs->windowstart; local
73 wm = (ws >> wb) | (ws << (XCHAL_NUM_AREGS / 4 - wb));

Completed in 290 milliseconds

123