Home
last modified time | relevance | path

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

/external/libvpx/libvpx/build/make/
DMakefile362 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS)
376 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
394 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS)
409 INSTALL-PROJECTS+=$(call cond_enabled,CONFIG_INSTALL_PROJECTS,DIST-PROJECTS)
420 ifneq ($(call enabled,DIST-SRCS),)
421 DIST-SRCS-yes += configure
422 DIST-SRCS-yes += build/make/configure.sh
423 DIST-SRCS-yes += build/make/gen_asm_deps.sh
424 DIST-SRCS-yes += build/make/Makefile
425 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.mk44 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(TOOLS:.c=$(EXE_SFX)))
45 DIST-SRCS-yes += $(ALL_SRCS)
Dexamples.mk301 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX)))
303 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/zlib/src/
Dinflate.h43 DIST, /* i: waiting for distance code */ enumerator
Dinflate.c1079 state->mode = DIST;
1080 case DIST:
/external/python/cpython2/Modules/zlib/
Dinflate.h43 DIST, /* i: waiting for distance code */ enumerator
Dinflate.c1079 state->mode = DIST;
1080 case DIST:
/external/syslinux/com32/lib/zlib/
Dinflate.h43 DIST, /* i: waiting for distance code */ enumerator
Dinflate.c1064 state->mode = DIST;
1065 case DIST:
/external/pdfium/third_party/zlib_v128/
Dinflate.h43 DIST, /* i: waiting for distance code */ enumerator
Dinflate.c1079 state->mode = DIST; in inflate()
1080 case DIST: in inflate()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus.gypi33 '$(DIST)/include/opus',
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c205 #define DIST(r, c) \ macro
210 #define ERR(r, c) (MVC(r, c) + DIST(r, c))
215 thismse = DIST(r, c); \
365 #undef DIST
/external/webp/src/dec/
Dvp8l_dec.c46 DIST = 4 enumerator
989 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeAlphaData()
1131 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/libpng/
DCMakeLists.txt798 # DIST
/external/python/cpython2/
DMakefile.pre.in175 DIST= $(DISTFILES) $(DISTDIRS)