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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlzwenc.c52 Code tab[LZW_HASH_SIZE]; ///< Hash table member in struct:LZWEncodeState
129 while (s->tab[h].hash_prefix != LZW_PREFIX_FREE) {
130 if ((s->tab[h].suffix == c)
131 && (s->tab[h].hash_prefix == hash_prefix))
148 s->tab[hash_code].code = s->tabsize;
149 s->tab[hash_code].suffix = c;
150 s->tab[hash_code].hash_prefix = hash_prefix;
169 s->tab[i].hash_prefix = LZW_PREFIX_FREE;
173 s->tab[h].code = i;
174 s->tab[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_gf2m.c146 BN_ULONG tab[4], top1b = a >> 7; local
151 tab[0] = 0; tab[1] = a1; tab[2] = a2; tab[3] = a1^a2;
153 s = tab[b & 0x3]; l = s;
154 s = tab[b >> 2 & 0x3]; l ^= s << 2; h = s >> 6;
155 s = tab[b >> 4 & 0x3]; l ^= s << 4; h ^= s >> 4;
156 s = tab[b >> 6 ]; l ^= s << 6; h ^= s >> 2;
169 BN_ULONG tab[ local
196 BN_ULONG tab[8], top2b = a >> 30; local
228 BN_ULONG tab[16], top3b = a >> 61; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dmissing81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
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/timemachine/libdaemon-0.14/
H A Dmissing84 bison create \`y.tab.[ch]', if possible, from existing .[ch]
90 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
219 rm -f y.tab.c y.tab.h
226 cp "$SRCFILE" y.tab.c
230 cp "$SRCFILE" y.tab.h
235 if test ! -f y.tab.h; then
236 echo >y.tab.h
238 if test ! -f y.tab.c; then
239 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/build-aux/
H A Dmissing81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
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/ntfs-3g-2009.3.8/
H A Dmissing81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
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/ap/gpl/zebra/
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/timemachine/libxml2-2.7.2/
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/timemachine/libgcrypt-1.5.0/
H A Dmissing81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dmissing81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/build-aux/
H A Dmissing80 bison create \`y.tab.[ch]', if possible, from existing .[ch]
86 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
215 rm -f y.tab.c y.tab.h
222 cp "$SRCFILE" y.tab.c
226 cp "$SRCFILE" y.tab.h
231 if [ ! -f y.tab.h ]; then
232 echo >y.tab.h
234 if [ ! -f y.tab.c ]; then
235 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
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/ap/gpl/minidlna/libexif-0.6.19/
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/ap/gpl/minidlna/libid3tag-0.15.0b/
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/libogg-1.1.4/
H A Dmissing81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dmissing81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
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/sqlite-3.6.22/
H A Dmissing81 bison create \`y.tab.[ch]', if possible, from existing .[ch]
87 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
216 rm -f y.tab.c y.tab.h
223 cp "$SRCFILE" y.tab.c
227 cp "$SRCFILE" y.tab.h
232 if [ ! -f y.tab.h ]; then
233 echo >y.tab.h
235 if [ ! -f y.tab.c ]; then
236 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dmissing84 bison create \`y.tab.[ch]', if possible, from existing .[ch]
90 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
219 rm -f y.tab.c y.tab.h
226 cp "$SRCFILE" y.tab.c
230 cp "$SRCFILE" y.tab.h
235 if test ! -f y.tab.h; then
236 echo >y.tab.h
238 if test ! -f y.tab.c; then
239 echo 'main() { return 0; }' >y.tab
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dmissing84 bison create \`y.tab.[ch]', if possible, from existing .[ch]
90 yacc create \`y.tab.[ch]', if possible, from existing .[ch]
219 rm -f y.tab.c y.tab.h
226 cp "$SRCFILE" y.tab.c
230 cp "$SRCFILE" y.tab.h
235 if test ! -f y.tab.h; then
236 echo >y.tab.h
238 if test ! -f y.tab.c; then
239 echo 'main() { return 0; }' >y.tab
[all...]

Completed in 365 milliseconds

1234567891011>>