/external/libvpx/libvpx/build/make/ |
D | Makefile | 365 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/ |
D | docs.mk | 44 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
|
D | tools.mk | 46 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(TOOLS:.c=$(EXE_SFX))) 47 DIST-SRCS-yes += $(ALL_SRCS)
|
D | examples.mk | 302 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX))) 304 DIST-SRCS-yes += $(ALL_SRCS)
|
/external/freetype/src/gzip/ |
D | infcodes.c | 20 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/ |
D | help | 22 -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/ |
D | inflate.h | 41 DIST, /* i: waiting for distance code */ enumerator
|
D | inflate.c | 774 state->mode = DIST; in inflate() 775 case DIST: in inflate()
|
/external/zlib/src/ |
D | inflate.h | 43 DIST, /* i: waiting for distance code */ enumerator
|
D | inflate.c | 1102 state->mode = DIST; 1103 case DIST:
|
/external/python/cpython2/Modules/zlib/ |
D | inflate.h | 43 DIST, /* i: waiting for distance code */ enumerator
|
D | inflate.c | 1102 state->mode = DIST; 1103 case DIST:
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus.gypi | 33 '$(DIST)/include/opus',
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 200 #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/ |
D | vp8l_dec.c | 46 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/ |
D | BUILD.gn | 751 include_dirs = [ getenv("DIST") + "/include/opus" ]
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 2479 #define DIST(r, c) \ macro 2494 thismse = (DIST(r, c)); \ 2737 #undef DIST
|
/external/libpng/ |
D | CMakeLists.txt | 940 # DIST
|
/external/python/cpython2/ |
D | Makefile.pre.in | 174 DIST= $(DISTFILES) $(DISTDIRS)
|
/external/python/cpython3/ |
D | Makefile.pre.in | 218 DIST= $(DISTFILES) $(DISTDIRS)
|