HomeSort by relevance Sort by last modified time
    Searched refs:zmemcpy (Results 1 - 24 of 24) sorted by null

  /external/freetype/src/gzip/
infutil.c 49 zmemcpy(p, q, n);
75 zmemcpy(p, q, n);
zutil.h 170 # define zmemcpy _fmemcpy macro
174 # define zmemcpy ft_memcpy macro
179 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
zutil.c 17 void zmemcpy(dest, source, len) function
infblock.c 206 zmemcpy(q, p, t);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
infutil.c 49 zmemcpy(p, q, n);
75 zmemcpy(p, q, n);
zutil.h 170 # define zmemcpy _fmemcpy macro
174 # define zmemcpy ft_memcpy macro
179 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
zutil.c 17 void zmemcpy(dest, source, len) function
infblock.c 206 zmemcpy(q, p, t);
  /external/opencv3/3rdparty/zlib/
zutil.h 204 # define zmemcpy _fmemcpy macro
208 # define zmemcpy memcpy macro
213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
inflate.c 406 zmemcpy(state->window, end - state->wsize, state->wsize);
413 zmemcpy(state->window + state->wnext, end - copy, dist);
416 zmemcpy(state->window, end - copy, copy);
741 zmemcpy(state->head->extra + len, next,
886 zmemcpy(put, next, copy);
    [all...]
deflate.c 653 zmemcpy(strm->next_out, s->pending_out, len);
    [all...]
zutil.c 152 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
infback.c 347 zmemcpy(put, next, copy);
  /external/pdfium/third_party/zlib_v128/
zutil.h 206 # define zmemcpy _fmemcpy macro
210 # define zmemcpy FXSYS_memcpy macro
215 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
inflate.c 406 zmemcpy(state->window, end - state->wsize, state->wsize);
413 zmemcpy(state->window + state->wnext, end - copy, dist);
416 zmemcpy(state->window, end - copy, copy);
741 zmemcpy(state->head->extra + len, next,
886 zmemcpy(put, next, copy);
    [all...]
deflate.c 652 zmemcpy(strm->next_out, s->pending_out, len);
    [all...]
zutil.c 153 void ZLIB_INTERNAL zmemcpy( function
infback.c 347 zmemcpy(put, next, copy);
  /external/zlib/src/
zutil.h 204 # define zmemcpy _fmemcpy macro
208 # define zmemcpy memcpy macro
213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
inflate.c 406 zmemcpy(state->window, end - state->wsize, state->wsize);
413 zmemcpy(state->window + state->wnext, end - copy, dist);
416 zmemcpy(state->window, end - copy, copy);
741 zmemcpy(state->head->extra + len, next,
886 zmemcpy(put, next, copy);
    [all...]
deflate.c 653 zmemcpy(strm->next_out, s->pending_out, len);
    [all...]
zutil.c 152 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
infback.c 347 zmemcpy(put, next, copy);
  /external/zlib/src/contrib/infback9/
infback9.c 333 zmemcpy(put, next, copy);

Completed in 841 milliseconds