HomeSort by relevance Sort by last modified time
    Searched defs:DIST (Results 1 - 16 of 16) sorted by null

  /external/libvpx/libvpx/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 41 DIST, /* i: waiting for distance code */
70 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /external/freetype/src/gzip/
infcodes.c 20 DIST, /* i: get distance next */
41 } code; /* if LEN or DIST, where in tree */
45 uInt dist; /* distance back to copy from */ member in struct:inflate_codes_state::__anon20675::__anon20677
166 c->mode = DIST;
167 case DIST: /* i: get distance next */
176 c->sub.copy.dist = t->base;
193 c->sub.copy.dist += (uInt)b & inflate_mask[j];
195 Tracevv((stderr, "inflate: distance %u\n", c->sub.copy.dist));
198 f = q - c->sub.copy.dist;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /external/python/cpython2/Modules/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /external/python/cpython3/Modules/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /external/syslinux/com32/lib/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /external/zlib/src/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /toolchain/binutils/binutils-2.27/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 202 #define DIST(r, c) \
207 #define ERR(r, c) (MVC(r, c) + DIST(r, c))
212 thismse = DIST(r, c); \
362 #undef DIST
    [all...]
  /external/webp/src/dec/
vp8l_dec.c 46 DIST = 4
174 const int dist = yoffset * xsize + xoffset; local
175 return (dist >= 1) ? dist : 1; // dist<1 can happen if xsize is very small
870 static WEBP_INLINE void CopyBlock8b(uint8_t* const dst, int dist, int length) {
871 const uint8_t* src = dst - dist;
874 switch (dist) {
995 int dist_code, dist; local
1139 int dist_code, dist; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 170 DIST= $(DISTFILES) $(DISTDIRS)
567 Modules/Setup: $(srcdir)/Modules/Setup.dist
570 echo "Modules/Setup.dist is newer than Modules/Setup;"; \
573 echo "Usually, copying Modules/Setup.dist to Modules/Setup will work."; \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 170 DIST= $(DISTFILES) $(DISTDIRS)
568 Modules/Setup: $(srcdir)/Modules/Setup.dist
571 echo "Modules/Setup.dist is newer than Modules/Setup;"; \
574 echo "Usually, copying Modules/Setup.dist to Modules/Setup will work."; \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 170 DIST= $(DISTFILES) $(DISTDIRS)
567 Modules/Setup: $(srcdir)/Modules/Setup.dist
570 echo "Modules/Setup.dist is newer than Modules/Setup;"; \
573 echo "Usually, copying Modules/Setup.dist to Modules/Setup will work."; \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 170 DIST= $(DISTFILES) $(DISTDIRS)
568 Modules/Setup: $(srcdir)/Modules/Setup.dist
571 echo "Modules/Setup.dist is newer than Modules/Setup;"; \
574 echo "Usually, copying Modules/Setup.dist to Modules/Setup will work."; \
    [all...]

Completed in 268 milliseconds