Searched refs:dists (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libelf-po/
H A DMakefile271 dists="$(DISTFILES)"; \
272 if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
273 if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
274 for file in $$dists; do \
/external/zlib/src/contrib/puff/
H A Dpuff.c449 static const short dists[30] = { /* Offset base for distance codes 0..29 */ local
483 dist = dists[symbol] + bits(s, dext[symbol]);

Completed in 99 milliseconds