Searched refs:dist (Results 1 - 25 of 180) sorted by path

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A DMakefile155 dist: check manual
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DMakefile322 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
598 dist-hook
605 dist-gzip: distdir
609 dist-bzip2: distdir
613 dist-tarZ: distdir
617 dist-shar: distdir
621 dist-zip: distdir
626 dist dist-all: distdir
630 # This target untars the dist fil
[all...]
H A DMakefile.am36 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
49 dist-hook:
51 find $(distdir) -name "*.dist" -exec rm {} \;
52 (distit=`find $(srcdir) -name "*.dist" | grep -v ./ares/`; \
54 strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
H A DMakefile.in322 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
598 dist-hook
605 dist-gzip: distdir
609 dist-bzip2: distdir
613 dist-tarZ: distdir
617 dist-shar: distdir
621 dist-zip: distdir
626 dist dist-all: distdir
630 # This target untars the dist fil
[all...]
H A Dmaketgz58 $HEADER >$HEADER.dist
61 sed 's/#define CURL_VERSION .*/#define CURL_VERSION "'$curlversion'"/g' $CHEADER >$CHEADER.dist
65 make -f Makefile.dist $ver
66 mv src/Makefile.$ver src/Makefile.$ver.dist
67 mv lib/Makefile.$ver lib/Makefile.$ver.dist
72 sed "s/7\.12\.3/$libversion/g" $PLIST > $PLIST.dist
133 git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist
137 # Now run make dist to generate a tar.gz archive
140 echo "make dist"
142 make -s dist VERSIO
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.Watcom188 $(CP) $^@.dist $^@
H A DMakefile.m32234 ifeq "$(wildcard $(PROOT)/include/curl/curlbuild.h.dist)" "$(PROOT)/include/curl/curlbuild.h.dist"
247 @$(CP) $(subst /,\,$@).dist $(subst /,\,$@)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/OS400/
H A Dmake-include.sh14 then if action_needed curl/curlbuild.h curl/curlbuild.h.dist
15 then cp -p curl/curlbuild.h.dist curl/curlbuild.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl472 my @dist = `cd data && make show`;
473 $disttests = join("", @dist);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/netem/
H A DMakefile2 DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist
12 %.dist: %
15 experimental.dist: maketable experimental.dat
16 ./maketable experimental.dat > experimental.dist
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A DMakefile74 distdir dist dist-all distcheck
518 dist-gzip: distdir
522 dist-bzip2: distdir
526 dist-lzma: distdir
530 dist-xz: distdir
534 dist-tarZ: distdir
538 dist-shar: distdir
542 dist-zip: distdir
547 dist dis
[all...]
H A DMakefile.in75 distdir dist dist-all distcheck
519 dist-gzip: distdir
523 dist-bzip2: distdir
527 dist-lzma: distdir
531 dist-xz: distdir
535 dist-tarZ: distdir
539 dist-shar: distdir
543 dist-zip: distdir
548 dist dis
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcavs.c464 scale_mv(h, &ax, &ay, mvA, mvP->dist);
465 scale_mv(h, &bx, &by, mvB, mvP->dist);
466 scale_mv(h, &cx, &cy, mvC, mvP->dist);
493 mvP->dist = h->dist[mvP->ref];
H A Dcavs.h142 int16_t dist; local
158 int dist[2]; ///< temporal distances from current frame to ref frames member in struct:__anon502
H A Dcavsdec.c68 pmv_fw->dist = h->dist[1];
69 pmv_bw->dist = h->dist[0];
73 pmv_fw->x = (((den+(den*col_mv->x*pmv_fw->dist^m)-m-1)>>14)^m)-m;
74 pmv_bw->x = m-(((den+(den*col_mv->x*pmv_bw->dist^m)-m-1)>>14)^m);
76 pmv_fw->y = (((den+(den*col_mv->y*pmv_fw->dist^m)-m-1)>>14)^m)-m;
77 pmv_bw->y = m-(((den+(den*col_mv->y*pmv_bw->dist^m)-m-1)>>14)^m);
87 dst->dist = h->dist[
[all...]
H A Delbg.c60 int i, dist=0; local
62 dist += (a[i] - b[i])*(a[i] - b[i]);
63 if (dist > limit)
67 return dist;
148 int dist[2] = {distance_limited(centroid[0], points + tempcell->index*dim, dim, INT_MAX), local
150 int idx = dist[0] > dist[1];
151 newutility[idx] += dist[idx];
350 int dist; local
385 dist
[all...]
H A Dimgconvert.c888 int dist, i, loss, min_dist, dst_pix_fmt; local
897 dist = avg_bits_per_pixel(i);
898 if (dist < min_dist) {
899 min_dist = dist;
H A Droqvideoenc.c629 int dist=0; local
655 dist += eval->eval_dist[eval->best_coding];
746 dist,
H A Drv34.c479 int dist = dir ? -GET_PTS_DIFF(r->next_pts, r->cur_pts) : GET_PTS_DIFF(r->cur_pts, r->last_pts); local
483 mul = (dist << 14) / refdist;
1140 int dist; local
1146 dist = (s->mb_x - s->resync_mb_x) + (s->mb_y - s->resync_mb_y) * s->mb_width;
1147 if(s->mb_x && dist)
1150 if(dist >= s->mb_width)
1153 if(((s->mb_x+1) < s->mb_width) && dist >= s->mb_width - 1)
1155 if(s->mb_x && dist > s->mb_width)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale.c1060 static double getSplineCoeff(double a, double b, double c, double d, double dist)
1062 // printf("%f %f %f %f %f\n", a,b,c,d,dist);
1063 if (dist<=1.0) return ((d*dist + c)*dist + b)*dist +a;
1068 dist-1.0);
2899 double dist= i-middle;
2900 coeff[i]= exp(-dist*dist/(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A DMakefile.in508 dist-gzip: distdir
512 dist dist-all: distdir
516 # This target untars the dist file and tries a VPATH configuration. Then
519 distcheck: dist
548 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
655 ctags-recursive dist dist-all dist-gzip distcheck distclean \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A DMakefile.am29 dist-hook:
H A DMakefile.in105 distdir dist dist-all distcheck
606 dist-hook
613 dist-gzip: distdir
616 dist-bzip2: distdir
620 dist-lzma: distdir
624 dist-xz: distdir
628 dist-tarZ: distdir
632 dist-shar: distdir
635 dist
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/binary/
H A DMakefile.am5 SH_DIST_HOOK = dist-ship-binary-hook
6 dist-ship-binary-hook include bin:
13 dist-hook: $(SH_DIST_HOOK)
H A DMakefile.in202 @SHIP_BINARIES_TRUE@SH_DIST_HOOK = dist-ship-binary-hook
281 dist-hook
380 dist-hook distclean distclean-generic distclean-libtool \
391 @SHIP_BINARIES_TRUE@dist-ship-binary-hook include bin:
396 dist-hook: $(SH_DIST_HOOK)

Completed in 344 milliseconds

12345678