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

1 2

  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 234 # define zmemcpy _fmemcpy macro
238 # define zmemcpy memcpy macro
243 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 207 # define zmemcpy _fmemcpy macro
211 # define zmemcpy memcpy macro
216 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.h 234 # define zmemcpy _fmemcpy macro
238 # define zmemcpy memcpy macro
243 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
inflate.c 350 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
357 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
360 zmemcpy(state->window, strm->next_out - copy, copy);
688 zmemcpy(state->head->extra + len, next,
826 zmemcpy(put, next, copy);
    [all...]
zutil.c 149 void zmemcpy(dest, source, len) function
deflate.c 339 zmemcpy(s->window, dictionary, length);
540 zmemcpy(strm->next_out, strm->state->pending_out, len);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.h 222 # define zmemcpy _fmemcpy macro
226 # define zmemcpy memcpy macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
inflate.c 423 zmemcpy(state->window, end - state->wsize, state->wsize);
430 zmemcpy(state->window + state->wnext, end - copy, dist);
433 zmemcpy(state->window, end - copy, copy);
764 zmemcpy(state->head->extra + len, next,
909 zmemcpy(put, next, copy);
    [all...]
zutil.c 146 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
  /external/python/cpython2/Modules/zlib/
zutil.h 222 # define zmemcpy _fmemcpy macro
226 # define zmemcpy memcpy macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
deflate.c 460 zmemcpy(dictionary, s->window + s->strstart + s->lookahead - len, len);
741 zmemcpy(strm->next_out, s->pending_out, len);
906 zmemcpy(s->pending_buf + s->pending,
919 zmemcpy(s->pending_buf + s->pending,
    [all...]
inflate.c 423 zmemcpy(state->window, end - state->wsize, state->wsize);
430 zmemcpy(state->window + state->wnext, end - copy, dist);
433 zmemcpy(state->window, end - copy, copy);
764 zmemcpy(state->head->extra + len, next,
909 zmemcpy(put, next, copy);
    [all...]
  /external/zlib/src/
zutil.h 222 # define zmemcpy _fmemcpy macro
226 # define zmemcpy memcpy macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
deflate.c 460 zmemcpy(dictionary, s->window + s->strstart + s->lookahead - len, len);
741 zmemcpy(strm->next_out, s->pending_out, len);
906 zmemcpy(s->pending_buf + s->pending,
919 zmemcpy(s->pending_buf + s->pending,
    [all...]
inflate.c 423 zmemcpy(state->window, end - state->wsize, state->wsize);
430 zmemcpy(state->window + state->wnext, end - copy, dist);
433 zmemcpy(state->window, end - copy, copy);
764 zmemcpy(state->head->extra + len, next,
909 zmemcpy(put, next, copy);
    [all...]
  /external/u-boot/lib/zlib/
zutil.h 92 #define zmemcpy memcpy macro
deflate.c 335 zmemcpy(s->window, dictionary, length);
570 zmemcpy(strm->next_out, strm->state->pending_out, len);
    [all...]
inflate.c 125 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
132 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
135 zmemcpy(state->window, strm->next_out - copy, copy);
460 zmemcpy(state->head->extra + len, next,
599 zmemcpy(put, next, copy);
    [all...]

Completed in 599 milliseconds

1 2