Searched refs:tab (Results 26 - 50 of 429) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dmissing82 bison create \`y.tab.[ch]', if possible, from existing .[ch]
88 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
227 rm -f y.tab.c y.tab.h
234 cp "$SRCFILE" y.tab.c
238 cp "$SRCFILE" y.tab.h
243 if test ! -f y.tab.h; then
244 echo >y.tab.h
246 if test ! -f y.tab.c; then
247 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dmissing71 bison create \`y.tab.[ch]', if possible, from existing .[ch]
77 yacc create \`y.tab.[ch]', if possible, from existing .[ch]"
192 rm -f y.tab.c y.tab.h
199 cp "$SRCFILE" y.tab.c
203 cp "$SRCFILE" y.tab.h
208 if [ ! -f y.tab.h ]; then
209 echo >y.tab.h
211 if [ ! -f y.tab.c ]; then
212 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfft-test.c67 void fft_ref(FFTComplex *tabr, FFTComplex *tab, int nbits) argument
78 q = tab;
179 FFTComplex *tab, *tab1, *tab_ref; local
214 tab = av_malloc(fft_size * sizeof(FFTComplex));
258 memcpy(tab, tab1, fft_size * sizeof(FFTComplex));
259 ff_fft_permute(s, tab);
260 ff_fft_calc(s, tab);
263 check_diff((float *)tab_ref, (float *)tab, fft_size * 2);
280 ff_imdct_calc(m, (float *)tab, (float *)tab1);
282 ff_mdct_calc(m, (float *)tab, (floa
[all...]
H A Dmpegaudioenc.c194 static void idct32(int *out, int *tab) argument
200 for(j=31;j>=3;j-=2) tab[j] += tab[j - 2];
202 t = tab + 30;
203 t1 = tab + 2;
210 t = tab + 28;
211 t1 = tab + 4;
220 t = tab;
221 t1 = tab + 32;
234 t = tab;
[all...]
H A Dmpegaudiodec.c523 /* tab[i][j] = 1.0 / (2.0 * cos(pi*(2*k+1) / 2^(6 - j))) */
566 tmp0 = tab[a] + tab[b];\
567 tmp1 = tab[a] - tab[b];\
568 tab[a] = tmp0;\
569 tab[b] = MULH(tmp1<<(s), c);\
576 tab[c] += tab[d];\
583 tab[
592 dct32(int32_t *out, int32_t *tab) argument
[all...]
H A Dmotion-test.c44 void fill_random(uint8_t *tab, int size) argument
49 tab[i] = random() % 256;
51 tab[i] = i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_gred.c55 struct gred_sched_data *tab[MAX_DPs]; member in struct:gred_sched
100 struct gred_sched_data *q = table->tab[i];
107 if (table->tab[n] && table->tab[n] != q &&
108 table->tab[n]->prio == q->prio)
160 if (dp >= t->DPs || (q = t->tab[dp]) == NULL) {
163 if ((q = t->tab[dp]) == NULL) {
184 if (t->tab[i] && t->tab[i]->prio < q->prio &&
185 !red_is_idling(&t->tab[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dcutils.c27 intptr_t *tab; local
30 tab = *tab_ptr;
36 tab = av_realloc(tab, nb_alloc * sizeof(intptr_t));
37 *tab_ptr = tab;
39 tab[nb++] = elem;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A DMakefile.in41 CLEANFILES=cf.tab.h cp.tab.h sf.tab.h dad_token.c ra_token.c client6_token.c client6_parse.c \
68 client6_parse.c cp.tab.h: client6_parse.y
70 mv y.tab.h cp.tab.h
71 mv y.tab.c client6_parse.c
81 server6_parse.c sf.tab.h: server6_parse.y
83 mv y.tab.h sf.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_kron.c69 /* In 'tab', only odd-indexed entries are relevant:
71 * tab[BN_lsw(n) & 7]
75 static const int tab[8] = {0, 1, 0, -1, 0, -1, 0, 1}; local
121 ret = tab[BN_lsw(A) & 7];
161 ret = ret * tab[BN_lsw(B) & 7];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_kron.c69 /* In 'tab', only odd-indexed entries are relevant:
71 * tab[BN_lsw(n) & 7]
75 static const int tab[8] = {0, 1, 0, -1, 0, -1, 0, 1}; local
124 ret = tab[BN_lsw(A) & 7];
164 ret = ret * tab[BN_lsw(B) & 7];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A DMakefile.sol256 rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A DMakefile64 mv $(<:.y=).tab.c $(<:.y=.c)
65 mv $(<:.y=).tab.h $(<:.y=.h)
73 mv $(<:.y=).tab.c $(<:.y=.c)
74 mv $(<:.y=).tab.h $(<:.y=.h)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A DMakefile95 conf-objs := conf.o zconf.tab.o
96 mconf-objs := mconf.o zconf.tab.o
97 kxgettext-objs := kxgettext.o zconf.tab.o
109 qconf-objs := kconfig_load.o zconf.tab.o
113 gconf-objs := gconf.o kconfig_load.o zconf.tab.o
117 .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
131 HOSTCFLAGS_zconf.tab.o := -I$(src)
215 $(obj)/zconf.tab.o: $(obj)/lex.zconf.c $(obj)/zconf.hash.c
238 $(obj)/zconf.tab.c: $(src)/zconf.y
242 %.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A DMakefile114 conf-objs := conf.o zconf.tab.o
115 mconf-objs := mconf.o zconf.tab.o $(lxdialog)
116 kxgettext-objs := kxgettext.o zconf.tab.o
134 qconf-objs := kconfig_load.o zconf.tab.o
138 gconf-objs := gconf.o kconfig_load.o zconf.tab.o
142 .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
156 HOSTCFLAGS_zconf.tab.o := -I$(src)
240 $(obj)/zconf.tab.o: $(obj)/lex.zconf.c $(obj)/zconf.hash.c
263 $(obj)/zconf.tab.c: $(src)/zconf.y
267 %.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-debug.c365 __inline__ static void tab(int n) { function
373 tab(n);
378 tab(n);
382 tab(n); printk("Usage(%d)\n", field->maxusage);
384 tab(n+2); hid_resolv_usage(field->usage[j].hid); printk("\n");
387 tab(n); printk("Logical Minimum(%d)\n", field->logical_minimum);
388 tab(n); printk("Logical Maximum(%d)\n", field->logical_maximum);
391 tab(n); printk("Physical Minimum(%d)\n", field->physical_minimum);
392 tab(n); printk("Physical Maximum(%d)\n", field->physical_maximum);
395 tab(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_msg.c35 machtab_t *tab; member in struct:__anon2072
54 machtab_t *tab; local
74 tab = ha->tab;
88 if ((ret = machtab_rem(tab, eid, 1)) != 0)
107 machtab_parm(tab, &n, &timeout);
169 if ((ret = connect_site(dbenv, tab, progname,
194 ea->machtab = tab;
220 out: if ((t_ret = machtab_rem(tab, eid, 1)) != 0 && ret == 0)
286 ha->tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dpkt_sched.h80 struct rtattr *tab);
81 extern void qdisc_put_rtab(struct qdisc_rate_table *tab);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_CLUSTERIP.d40 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/linux/if_ether.h \
41 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/linux/types.h \
42 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/linux/posix_types.h \
43 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/linux/stddef.h \
44 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/linux/compiler.h \
45 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/asm/posix_types.h \
46 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/asm/types.h \
54 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/linux/limits.h \
65 /home/tab/4500v2/2014_02_25_WNDR4500v2_BSP_6.37.14.8/src/linux/linux-2.6/include/asm/socket.h \
66 /home/tab/450
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-unix-groups152 my @tab = @$ref_tab;
154 foreach my $elem (@tab) {
162 # Add $text to tab if it doesn't exist there
166 my @tab = @$ref_tab;
168 if ( !exist_in_tab(\@tab,$text) ) {
169 push(@tab,$text);
171 return @tab;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dcpu.c172 struct cpu_table *tab; local
175 tab = cpu_ids;
176 for (count = 0; count < ARRAY_SIZE(cpu_ids); count++, tab++) {
177 if ((idcode & tab->idmask) == tab->idcode)
178 return tab;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Drtnetlink.c118 struct rtnl_link *tab; local
120 tab = rtnl_msg_handlers[protocol];
121 if (tab == NULL || tab[msgindex].doit == NULL)
122 tab = rtnl_msg_handlers[PF_UNSPEC];
124 return tab ? tab[msgindex].doit : NULL;
129 struct rtnl_link *tab; local
131 tab = rtnl_msg_handlers[protocol];
132 if (tab
158 struct rtnl_link *tab; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dsetup.c453 table->tab[table->pos++] = start;
456 table->tab[table->pos++] =
459 table->tab[table->pos++] = cplb_data;
472 table->tab[table->pos++] = 0;
473 table->tab[table->pos++] = 0; /* !CPLB_VALID */
559 cplb.init_i.tab = icplb_table;
560 cplb.init_d.tab = dcplb_table;
561 cplb.switch_i.tab = ipdt_table;
562 cplb.switch_d.tab = dpdt_table;
679 cplb.init_i.tab[cpl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogging.c54 static int tab; variable
428 if (tab)
429 tab--;
433 for (i = 0; i < tab; i++)
460 tab++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A DMakefile133 ACLOCAL = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run aclocal-1.11
139 AUTOCONF = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoconf
140 AUTOHEADER = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoheader
141 AUTOMAKE = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run automake-1.11
153 CFLAGS = -I$(top_srcdir)/include -D_U_="__attribute__((unused))" -O2 -DBCMNVRAM -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DWLPROBSUP -DSUPPORT_REMOTE_HTTPS -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DU12H189 -DWNDR4500REV -DWNDR4500v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DCONFIG_RUSSIA_IPTV -DINCLUDE_UCP -DDLNA -DHTTP_ACCESS_USB -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSTA_MODE -DEXT_ACS -DINCLUDE_AFP -Os -DLINUX26 -I/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/include -std=gnu99 -D_U_="__attribute__((unused))" -I$(top_srcdir)/sys
191 LDFLAGS = -L/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/lib
208 MAKEINFO = ${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run makeinfo
262 abs_builddir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/bin/ad
263 abs_srcdir = /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/bin/ad
264 abs_top_builddir = /home/tab/450
[all...]

Completed in 181 milliseconds

1234567891011>>