Searched refs:tab (Results 1 - 25 of 854) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtwinvqdec.c34 { 8, bark_tab_s08_64, 10, tab.fcb08s, 1, 5, tab.cb0808s0, tab.cb0808s1, 18 },
35 { 2, bark_tab_m08_256, 20, tab.fcb08m, 2, 5, tab.cb0808m0, tab.cb0808m1, 16 },
36 { 1, bark_tab_l08_512, 30, tab.fcb08l, 3, 6, tab.cb0808l0, tab.cb0808l1, 17 }
38 512, 12, tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dskipjack.cpp47 #define g(tab, w, i, j, k, l) \
49 w ^= (word)tab[i][w & 0xff] << 8; \
50 w ^= (word)tab[j][w >> 8]; \
51 w ^= (word)tab[k][w & 0xff] << 8; \
52 w ^= (word)tab[l][w >> 8]; \
55 #define g0(tab, w) g(tab, w, 0, 1, 2, 3)
56 #define g1(tab, w) g(tab, w, 4, 5, 6, 7)
57 #define g2(tab,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl23 $tab="%l0";
78 add %sp,STACK_BIAS+STACK_FRAME,$tab
97 stx %g0,[$tab+0*8] ! tab[0]=0
99 stx $a1,[$tab+1*8] ! tab[1]=a1
100 stx $a2,[$tab+2*8] ! tab[2]=a2
102 stx $a12,[$tab+3*8] ! tab[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dsparcv9-gf2m.pl23 $tab="%l0";
78 add %sp,STACK_BIAS+STACK_FRAME,$tab
97 stx %g0,[$tab+0*8] ! tab[0]=0
99 stx $a1,[$tab+1*8] ! tab[1]=a1
100 stx $a2,[$tab+2*8] ! tab[2]=a2
102 stx $a12,[$tab+3*8] ! tab[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/scripts/
H A Dxzless.in43 tab=' '
46 LESSMETACHARS="$space$tab$nl'"';*?"()<>[|&^`#\$%=~'
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/scripts/
H A Dxzless43 tab=' '
46 LESSMETACHARS="$space$tab$nl'"';*?"()<>[|&^`#\$%=~'
H A Dxzless.in43 tab=' '
46 LESSMETACHARS="$space$tab$nl'"';*?"()<>[|&^`#\$%=~'
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_testutils.c142 struct regress_dns_server_table *tab = data; local
151 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) &&
152 strcmp("*", tab->q))
153 ++tab;
154 if (tab->q == NULL)
157 ++tab->seen;
159 if (!strcmp(tab->anstype, "err")) {
160 int err = atoi(tab->ans);
163 } else if (!strcmp(tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A DMakefile50 SHARED_SRC=zconf.tab.c
51 SHARED_DEPS:=lkc.h lkc_proto.h lkc_defs.h expr.h zconf.tab.h
79 %.tab.c %.tab.h: %.y
92 zconf.tab.o: zconf.tab.c lex.zconf.c confdata.c expr.c symbol.c menu.c $(SHARED_DEPS)
95 zconf.tab.c: zconf.tab.c_shipped
96 cp zconf.tab.c_shipped zconf.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A DMakefile8 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
24 HOSTCFLAGS_dtc-parser.tab.o := $(HOSTCFLAGS_DTC)
27 $(obj)/dtc-parser.tab.o: $(obj)/dtc-parser.tab.c $(obj)/dtc-parser.tab.h
28 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-lexer.lex.c $(obj)/dtc-parser.tab.h
30 targets += dtc-parser.tab.c dtc-lexer.lex.c
32 clean-files += dtc-parser.tab.h
46 $(obj)/dtc-parser.tab.c: $(src)/dtc-parser.y FORCE
49 $(obj)/dtc-parser.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcutils.c29 intptr_t *tab; local
32 tab = *tab_ptr;
38 tab = av_realloc(tab, nb_alloc * sizeof(intptr_t));
39 *tab_ptr = tab;
41 tab[nb++] = elem;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtwinvq.c96 { 8, bark_tab_s08_64, 10, tab.fcb08s , 1, 5, tab.cb0808s0, tab.cb0808s1, 18},
97 { 2, bark_tab_m08_256, 20, tab.fcb08m , 2, 5, tab.cb0808m0, tab.cb0808m1, 16},
98 { 1, bark_tab_l08_512, 30, tab.fcb08l , 3, 6, tab.cb0808l0, tab.cb0808l1, 17}
100 512 , 12, tab
939 permutate_in_line(int16_t *tab, int num_vect, int num_blocks, int block_size, const uint8_t line_len[2], int length_div, enum FrameType ftype) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dtabpgwin.cpp320 // step #1 - draw border around the tab content area
351 // step #2 - draw tab title bars
363 twTabInfo& tab = *((twTabInfo*)(pNode->GetData())); local
365 xSize = tab.mDims.x;
402 if ( mLayoutType != wxTITLE_BORDER_ONLY && tab.HasImg() )
405 tmpDc.SelectObject( tab.GetImg() );
408 curY + ( ySize - tab.ImgHeight() ) / 2,
409 tab.ImgWidth(),
410 tab.ImgHeight(),
415 if ( mLayoutType == wxTITLE_IMG_AND_TEXT && tab
450 twTabInfo& tab = *((twTabInfo*)(pNode->GetData())); local
482 twTabInfo& tab = *((twTabInfo*)(pNode->GetData())); local
541 twTabInfo& tab = *((twTabInfo*)(pNode->GetData())); local
595 twTabInfo& tab = *((twTabInfo*)(pNode->GetData())); local
627 twTabInfo& tab = *((twTabInfo*)(pNode->GetData())); local
761 twTabInfo& tab = *((twTabInfo*)(pNode->GetData())); local
771 DrawPaperBar( twTabInfo& tab, int x, int y, wxBrush& brush, wxPen& pen, wxDC& dc ) argument
876 twTabInfo& tab = *((twTabInfo*)(pNode->GetData())); local
896 twTabInfo& tab = *((twTabInfo*)(pNode->GetData())); local
1024 twTabInfo& tab = *((twTabInfo*)(pNode->GetData())); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dmissing71 bison create \`y.tab.[ch]', if possible, from existing .[ch]
77 yacc create \`y.tab.[ch]', if possible, from existing .[ch]"
144 rm -f y.tab.c y.tab.h
151 cp "$SRCFILE" y.tab.c
155 cp "$SRCFILE" y.tab.h
160 if [ ! -f y.tab.h ]; then
161 echo >y.tab.h
163 if [ ! -f y.tab.c ]; then
164 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/build-aux/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cthelper-1.0.0/build-aux/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/build-aux/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/build-aux/
H A Dmissing71 bison create \`y.tab.[ch]', if possible, from existing .[ch]
77 yacc create \`y.tab.[ch]', if possible, from existing .[ch]"
144 rm -f y.tab.c y.tab.h
151 cp "$SRCFILE" y.tab.c
155 cp "$SRCFILE" y.tab.h
160 if [ ! -f y.tab.h ]; then
161 echo >y.tab.h
163 if [ ! -f y.tab.c ]; then
164 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/
H A Dmissing71 bison create \`y.tab.[ch]', if possible, from existing .[ch]
77 yacc create \`y.tab.[ch]', if possible, from existing .[ch]"
144 rm -f y.tab.c y.tab.h
151 cp "$SRCFILE" y.tab.c
155 cp "$SRCFILE" y.tab.h
160 if [ ! -f y.tab.h ]; then
161 echo >y.tab.h
163 if [ ! -f y.tab.c ]; then
164 echo 'main() { return 0; }' >y.tab
[all...]

Completed in 457 milliseconds

1234567891011>>