Home
last modified time | relevance | path

Searched refs:DIST (Results 1 – 20 of 20) sorted by relevance

/external/libvpx/libvpx/build/make/
DMakefile365 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS)
379 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
397 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS)
412 INSTALL-PROJECTS+=$(call cond_enabled,CONFIG_INSTALL_PROJECTS,DIST-PROJECTS)
423 ifneq ($(call enabled,DIST-SRCS),)
424 DIST-SRCS-yes += configure
425 DIST-SRCS-yes += build/make/configure.sh
426 DIST-SRCS-yes += build/make/gen_asm_deps.sh
427 DIST-SRCS-yes += build/make/Makefile
428 DIST-SRCS-$(CONFIG_MSVS) += build/make/gen_msvs_def.sh
[all …]
/external/libvpx/libvpx/
Ddocs.mk44 DIST-DOCS-yes = $(wildcard docs/html/*)
45 DIST-DOCS-$(CONFIG_CODEC_SRCS) += $(addprefix src/,$(CODEC_DOX))
46 DIST-DOCS-$(CONFIG_CODEC_SRCS) += src/libs.doxy_template
47 DIST-DOCS-yes += CHANGELOG
48 DIST-DOCS-yes += README
Dtools.mk46 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(TOOLS:.c=$(EXE_SFX)))
47 DIST-SRCS-yes += $(ALL_SRCS)
Dexamples.mk302 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX)))
304 DIST-SRCS-yes += $(ALL_SRCS)
/external/freetype/src/gzip/
Dinfcodes.c20 DIST, /* i: get distance next */ enumerator
166 c->mode = DIST; in inflate_codes()
167 case DIST: /* i: get distance next */ in inflate_codes()
/external/autotest/client/tests/cyclictest/
Dhelp22 -d DIST --distance=DIST distance of thread intervals in us default=500
64 -d DIST set the distance of thread intervals in microseconds (default is 500us)
68 Interval(thread N) = Interval(thread N-1) + DIST
/external/u-boot/lib/zlib/
Dinflate.h41 DIST, /* i: waiting for distance code */ enumerator
Dinflate.c774 state->mode = DIST; in inflate()
775 case DIST: in inflate()
/external/zlib/src/
Dinflate.h43 DIST, /* i: waiting for distance code */ enumerator
Dinflate.c1102 state->mode = DIST;
1103 case DIST:
/external/python/cpython2/Modules/zlib/
Dinflate.h43 DIST, /* i: waiting for distance code */ enumerator
Dinflate.c1102 state->mode = DIST;
1103 case DIST:
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus.gypi33 '$(DIST)/include/opus',
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c200 #define DIST(r, c) \ macro
205 #define ERR(r, c) (MVC(r, c) + DIST(r, c))
210 thismse = DIST(r, c); \
360 #undef DIST
/external/webp/src/dec/
Dvp8l_dec.c46 DIST = 4 enumerator
1051 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeAlphaData()
1195 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeImageData()
/external/webrtc/webrtc/modules/audio_coding/
DBUILD.gn751 include_dirs = [ getenv("DIST") + "/include/opus" ]
/external/libaom/libaom/av1/encoder/
Dmcomp.c2479 #define DIST(r, c) \ macro
2494 thismse = (DIST(r, c)); \
2737 #undef DIST
/external/libpng/
DCMakeLists.txt940 # DIST
/external/python/cpython2/
DMakefile.pre.in174 DIST= $(DISTFILES) $(DISTDIRS)
/external/python/cpython3/
DMakefile.pre.in218 DIST= $(DISTFILES) $(DISTDIRS)