HomeSort by relevance Sort by last modified time
    Searched refs:DIST (Results 1 - 25 of 29) sorted by null

1 2

  /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
tools.mk 46 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(TOOLS:.c=$(EXE_SFX)))
47 DIST-SRCS-yes += $(ALL_SRCS)
examples.mk 301 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX)))
303 DIST-SRCS-yes += $(ALL_SRCS)
  /sdk/eclipse/scripts/
build_adt.sh 23 DIST="$2"
28 echo "DIST=$DIST"
48 cp -rv out/host/maven/bundles-*/products/*.zip "$DIST"/
49 cp -rv out/host/maven/p2repo-*/p2repo-*.zip "$DIST"/p2repo-$BNUM.zip
  /external/libvpx/libvpx/build/make/
Makefile 40 dist:
71 DIST_DIR?=dist
106 .PHONY: dist
107 dist:
363 ifeq ($(MAKECMDGOALS),dist)
364 INSTALL-DOCS+=$(call cond_enabled,CONFIG_INSTALL_DOCS,DIST-DOCS)
377 ifeq ($(MAKECMDGOALS),dist)
378 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
395 ifeq ($(MAKECMDGOALS),dist)
396 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS
    [all...]
  /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
inflate.c 385 unsigned dist; local
411 dist = state->wsize - state->wnext;
412 if (dist > copy) dist = copy;
413 zmemcpy(state->window + state->wnext, end - copy, dist);
414 copy -= dist;
421 state->wnext += dist;
423 if (state->whave < state->wsize) state->whave += dist;
    [all...]
  /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
inflate.c 328 unsigned copy, dist; local
355 dist = state->wsize - state->write;
356 if (dist > copy) dist = copy;
357 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
358 copy -= dist;
365 state->write += dist;
367 if (state->whave < state->wsize) state->whave += dist;
    [all...]
  /external/python/cpython2/Modules/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
inflate.c 385 unsigned dist; local
411 dist = state->wsize - state->wnext;
412 if (dist > copy) dist = copy;
413 zmemcpy(state->window + state->wnext, end - copy, dist);
414 copy -= dist;
421 state->wnext += dist;
423 if (state->whave < state->wsize) state->whave += dist;
    [all...]
  /external/syslinux/com32/lib/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
inflate.c 363 unsigned copy, dist; local
390 dist = state->wsize - state->wnext;
391 if (dist > copy) dist = copy;
392 zmemcpy(state->window + state->wnext, strm->next_out - copy, dist);
393 copy -= dist;
400 state->wnext += dist;
402 if (state->whave < state->wsize) state->whave += dist;
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
inflate.c 385 unsigned dist; local
411 dist = state->wsize - state->wnext;
412 if (dist > copy) dist = copy;
413 zmemcpy(state->window + state->wnext, end - copy, dist);
414 copy -= dist;
421 state->wnext += dist;
423 if (state->whave < state->wsize) state->whave += dist;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
inflate.c 402 unsigned dist; local
428 dist = state->wsize - state->wnext;
429 if (dist > copy) dist = copy;
430 zmemcpy(state->window + state->wnext, end - copy, dist);
431 copy -= dist;
438 state->wnext += dist;
440 if (state->whave < state->wsize) state->whave += dist;
    [all...]
  /external/python/cpython3/Modules/zlib/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
inflate.c 402 unsigned dist; local
428 dist = state->wsize - state->wnext;
429 if (dist > copy) dist = copy;
430 zmemcpy(state->window + state->wnext, end - copy, dist);
431 copy -= dist;
438 state->wnext += dist;
440 if (state->whave < state->wsize) state->whave += dist;
    [all...]
  /external/zlib/src/
inflate.h 43 DIST, /* i: waiting for distance code */
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
inflate.c 402 unsigned dist; local
428 dist = state->wsize - state->wnext;
429 if (dist > copy) dist = copy;
430 zmemcpy(state->window + state->wnext, end - copy, dist);
431 copy -= dist;
438 state->wnext += dist;
440 if (state->whave < state->wsize) state->whave += dist;
    [all...]
  /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;
  /external/brotli/research/
brotlidump.py 892 super().__init__('DIST', bitLength=2)
    [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...]
  /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...]

Completed in 674 milliseconds

1 2