OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dists
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libelf-po/
Makefile
271
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/
puff.c
449
static const short
dists
[30] = { /* Offset base for distance codes 0..29 */
local
483
dist =
dists
[symbol] + bits(s, dext[symbol]);
[
all
...]
Completed in 207 milliseconds